/*
Theme Name: ISPT100
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ispt100
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 ISPT100 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

h3, .footer-primary .footer-item h5, .footer-primary .footer-item a b, .footer-primary .footer-item p b {
	color: #767678 !important;
}

.navigation-primary.__desktop li.current-menu-parent > a, .navigation-primary.__desktop li.current-menu-item > a, .navigation-primary.__desktop a:hover {
	border-bottom: 2px solid #767678 !important;
}
.navigation-primary.__desktop li ul.sub-menu {
	border-top: 2px solid #767678 !important;
}

main a {
	color: #000000 !important;
}

.page-events .tab-container ul li a.active {
	background: #767678;
}

.page-events .tab-container ul {
	border-bottom: 3px solid #767678 !important;
}

/*--------------------------------------------------------------
Header updates (Added by Clever 16th Nov 2016)
--------------------------------------------------------------*/

header.header-primary .external-link img {
	height: 47px !important;
}
.navigation-primary.__desktop .external-link {
	margin-top: -7px !important;
}

header.header-primary .logo img{
	width: 253px !important;
	height: auto;
}

.footer-primary .footer-item .enex {
	margin-right: 15px;
}


/*--------------------------------------------------------------
4.0 Forms (Added by Clever 16th Nov 2016)
--------------------------------------------------------------*/
.gform_wrapper {
	background: white;
	max-width: 500px;
	padding: 50px;
    border: 1px solid #dadbdc;
    border-radius: 4px;
    margin: 40px 0;
    display: block;
}

h3.gform_title {
	color: #4d4d4f;
	font-family: "Swiss721BT-Thin",Helvetica,Arial,sans-serif;
	font-size: 27px;
}

.gform_description{
	font-family: "Swiss721BT-Thin",Helvetica,Arial,sans-serif;
	font-size: 15px !important;
	line-height: 1.6em !important;
	color: #8C8C8C;
	margin-bottom: 7px;
	display: block;
}

.gfield_description {
	font-size: 11px;
	color: #737373;
}

.gfield_description.validation_message {
	color: red;
}

.gform_wrapper ul {
	margin: 0;
	padding: 0;
}

.gform_wrapper li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-width: 73%;
	padding: 20px 0 0;
}

label.gfield_label {
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 0 0 2px;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="password"],.gform_wrapper input[type="email"], .gform_wrapper input[type="number"],.gform_wrapper input[type="tel"], .gform_wrapper textarea,.gform_wrapper select,.gform_wrapper .custom-select {
	height: 22px;
	padding: 9px 10px;
	-moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dadbdc;
    border-radius: 4px;
    color: #494949;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
	padding: 7px 0;
	position: relative;
}

.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
    height: 26px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 25px;
    z-index: 100;
}
.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
    display: block;
    line-height: 25px;
    padding-left: 34px;
}

.gform_wrapper input[type="checkbox"] + .custom-checker:before, .gform_wrapper input[type="radio"] + .custom-checker:before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dadbdc;
    content: "";
    display: block;
    height: 23px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 23px;
}

.gform_wrapper input[type="checkbox"]:checked + .custom-checker:after, .gform_wrapper input[type="radio"]:checked + .custom-checker:after {
    opacity: 1;
}

input[type="radio"] + .custom-checker:before {
    border-radius: 50%;
    top: 6px !important;
}

.gform_wrapper input[type="radio"] + .custom-checker:after {
    background: #767678 none repeat scroll 0 0;
    border-radius: 50px;
    height: 10px;
    left: 7px;
    top: 12px;
    width: 10px;
}

input[type="checkbox"] + .custom-checker:after, input[type="radio"] + .custom-checker:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #767678;
    border-image: none;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: block;
    height: 12px;
    left: 9px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    width: 5px;
    z-index: 1;
}

gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_checkbox .custom-checker {
    left: 0;
    position: absolute;
    top: 4px;
}

.gform_wrapper .custom-select {
    margin-bottom: 12px;
    position: relative;
    padding-top: 0;
    padding-bottom: 15px;
}

.custom-select:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #cf7f00;
    border-top: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 14px;
    top: 12px;
    transform: rotate(90deg);
    width: 0;
}

.gform_wrapper select {
    background: transparent none repeat scroll 0 0;
    border: medium none !important;
    height: 36px;
    outline: 0 none;
    padding: 7px 35px 7px 7px;
    text-transform: lowercase;
    position: relative;
}


input[type="submit"] {
	background:  #767678 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    height: 42px;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    margin-top: 25px;
}

.validation_error, ul li.gfield_error .gfield_description validation_message {
	color: red !important;
	font-size: 13px;
}

.gform_confirmation_wrapper {
	background: white;
	padding: 30px;
	border: 1px solid #C6C6C6;
	margin-top: 30px;
	font-family: "Swiss721BT-Thin",Helvetica,Arial,sans-serif;
	font-size: 25px;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
