/*
Theme Name: gitp
Theme URI: http://underscores.me/
Author: Web Wizards
Author URI: http://webwizards.com.au/
Description: Theme for Global Institute of Training and Presenting
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gitp
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.

gitp is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# GITP Logo
# Main Navigation
# Home Page Slider
# Tables
# Side Bar
# Blog Links
# 404 Page
# Buttons
# Contact Us Form
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "mentone",sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
.site-content {
     font-size:1.125em;   
     line-height:1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height:1.3em;
	margin-top:2.5rem;
	margin-bottom:1rem;
	
}

h1 { font-size:3em !important;}
h2 { font-size:2.8em !important;}
h3 { font-size:2.4em !important;}
h4 { font-size:1.8em !important;}
h5 { font-size:1.6em !important;}
h6 { font-size:1.4em !important;}

h1,h2,h3 {
    font-family: "mentone",sans-serif;
	font-weight:700;
	color:#000;    
}

h4,h5,h6 {
     color:#c70714;
     font-family: 'Merriweather', serif !important;
     line-height:2em;
}

p {
	margin-bottom: 1.5em;
	font-size:1.15em;
	line-height:1.7em;
}

.gitp-red{
     color:#c70714 !important;   
}
.gitp-black{
     color:#000000 !important;   
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}
.gitp-button {
     background-color:   #c70714 !important;
     color: #ffffff !important;
     padding:15px 40px 15px 40px;
     border:0 !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     text-shadow: none !important;
     margin-top:35px;
     font-family: 'Merriweather', serif !important;
     display:inline-block;
}
.gitp-button:hover {
     text-decoration:none; 
     background-color:#000 !important;
      transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.gitp-button a, .gitp-button-black a, .gitp-button-home a {
     color: #ffffff !important;
     text-decoration: none !important;
     font-family: 'Merriweather', serif !important;

}
.gitp-button-home a:hover {
     color:#000 !important; 
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.gitp-button-home {
     background-color:   #c70714 !important;
     color: #ffffff !important;
     padding:15px 40px 15px 70px;
     border:0 !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     text-shadow: none !important;
     margin-top:35px;
     background:url('https://www.gitp.com.au/wp-content/uploads/2016/10/gitp-icon-button.png');
     background-repeat:no-repeat;
     background-size:28px 29px;
     background-position:25px 10px;
}
.gtp-icon {
     background:url('https://www.gitp.com.au/wp-content/uploads/2016/09/gitp-icon-button.png');
     width:30px;
     margin-left:40px;
     position: absolute;
     float:left;
}
.gitp-button-black {
    background-color:#000000 !important;
     color: #ffffff !important;
     padding:15px 40px 15px 40px;
     border:0 !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     text-shadow: none !important;
     margin-top:35px;
     font-family: 'Merriweather', serif !important;
      display:inline-block;
}
.gitp-button-black:hover {
     text-decoration:none; 
     background-color: #c70714 !important;
      transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue; 
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height:65px !important;
	margin:-1px 0 !important;
}

.main-navigation ul {
	display: none;
	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 li.focus > a {
}

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

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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-left: auto;
	margin-right: auto;
}
.text-right {
     text-align:right;   
}
.text-left {
     text-align:left;   
}
.text-center {
     text-align:center;   
}
.img-center img {
     margin:0 auto;   
}
/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.padding-left-zero {
    padding-left:0 !important;    
}
.padding-right-zero {
     padding-right:0 !important;   
}
.padding-bottom-20 {
     padding-bottom:20px;   
}
.padding-bottom-30 {
     padding-bottom:30px;   
}
.padding-bottom-50{
     padding-bottom:50px;   
}
.padding-bottom-80{
     padding-bottom:80px;   
}
.padding-bottom-100{
     padding-bottom:100px;   
}
.padding-top-50 {
     padding-top:50px;   
}
.padding-top-80{
     padding-top:80px !important;   
}
.margin-top-zero {
     margin-top:0 !important;   
}
.margin-top-20 {
     margin-top:20px !important;   
}
.margin-bottom-20 {
     margin-bottom:20px !important;   
}
.margin-bottom-zero{
     margin-bottom:0 !important;   
}
.content-area {
     padding-top:80px;
     padding-bottom:80px;
}
.content-area a{
   text-decoration:none !important;
   
}
#gitp-page a{
    color: #c70714;
}
.content-area ul {
     padding-bottom: 10px;
     margin: 0 0 20px 0;
    
}
.content-area ul li {
     font-size:1.15em;
     line-height:1.8em;
}
.content-alternative {
    background: rgb(188,187,185); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(188,187,185) 0%, rgb(221,221,219) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(188,187,185) 0%,rgb(221,221,219) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(188,187,185) 0%,rgb(221,221,219) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbbb9', endColorstr='#dddddb',GradientType=0 ); /* IE6-9 */
}
.content-alternative-light {
    background: #f4f4f4;
}

.latest-news a{
     color: #c70714;  
}
.latest-news-thumb{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 30px 0;
    position: relative;
}
.latest-news-thumb img{
    position: absolute;
    left: -100%;
    right: -100%;
    top: -70%;
    bottom: -100%;
    margin: auto; 
    height: auto;
    width: auto; 
}
.gitp-action-box {
     background-color:#c70714;
     padding:30px 50px;
}
.gitp-action-box h4{
     color:#fff !important;
     line-height:36px;
     font-size:22px !important;
}
.gitp-action-box em {
     color:#000 !important;
     font-family: "mentone", sans-serif;
     font-weight:700 !important;
     font-style:normal;
     font-size:25px !important;
}

.videos {
 position: relative;
 width: 100%;
 min-height: 0;
 padding: 30px 0 0 0;
}

  .videos .video {
    float: left;
    width: 33.3%;
    padding: 10px;
  }

    .iframe-wrapper {
      position: relative;
       padding-bottom: 56.25%;
       padding-top: 30px;
       height: 0;
       overflow: hidden;
    }

      .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

@media screen and (max-width: 959px) {
  .videos .video {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .videos .video {
    width: 100%;
  }
}

/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/

@media screen and (max-width:990px){
    p {
         font-size:1.1em !important;
         line-height:1.5em !important;
    }
    h1 { font-size:2.4em !important;}
    h2 { font-size:2.2em !important;}
    h3 { font-size:2em !important;}
    h4 { font-size:1.6em !important;}
    h5 { font-size:1.4em !important;}
    h6 { font-size:1.2em !important;}

        
}

.content-area img{
    /*width:100% !important;   */
}
.gitp-course img{
     width:45%;   
}
.entry-content .tag-heading {
     padding-bottom:20px;   
}
.entry-content .tag-heading p{
     font-size:18px !important;  
     color:#c70714 !important;
     font-family: 'Merriweather', serif !important;
}
.entry-content ul, 
.entry-content ol {
     padding-bottom:10px;   
     margin:0 0 20px 0;
}
.entry-content ul li, .entry-content ol li  {
     font-size:1.15em;   
     line-height:1.8em;
}
.entry-content p{
     padding-bottom:10px;   
}
.entry-content a,
.entry-content a:visited {
     color: #c70714;
     text-decoration: none;
}
.entry-content a:hover,
.entry-content a:focus {
    color:#000;
}
.entry-content em {
     font-style:italic;
     color: #c70714;
}
.entry-content h4{
     padding-top:20px;   
     font-size:20px !important;
}
@media screen and (max-width:768px){
    .content-area img{
        padding-top:30px;
       
    }
}
.entry-meta h4{
     font-size:16px !important;  
     font-style:italic;
}
.entry-meta a{
     color:#c70714 !important;   
}
.entry-header h2 {
     font-size:28px !important;   
}
.entry-header a{
     color:#000;   
}
.page-header {
    margin-top:0 !important;
}


/*--------------------------------------------------------------
## 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;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

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

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

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

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

/*--------------------------------------------------------------
## 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;
}

/* ---------------------------------
# GITP Logo
------------------------------------*/
.gitp-logo {
    max-width:520px;
    padding:30px 0px 45px 0px;
}
.gitp-header-contact {
    list-style-type: none;   
    padding:57px 0 0 0;
    float:right;
}
.gitp-header-contact li{
    display:inline-block;  
    font-family: 'Merriweather', serif !important;
    color:#111111;
    margin-right:20px;
    font-size:1.25em;
}
@media screen and (max-width:1200px) {
    .gitp-header-contact li {
        font-size:1.1em;    
        margin-right:10px;
    }
    .gitp-header-contact{
         padding-top:50px;   
    }
}
.gitp-header-contact i{
    color:#c70714;
    margin-right:10px;
}
.gitp-header-contact a{
    color:#111111 !important;  
}
.gitp-header-contact a:hover,
.gitp-header-contact a:focus {
    color:#c70714 !important; 
}
.gitp-side-bar-heading {
     font-size:36px !important;
     padding-bottom:20px;
     text-transform: uppercase;

}
@media screen and (max-width:990px){
     .gitp-header-contact  {
        padding:10px 0 25px 0;
        float:none;
        text-align:center;
     }
     .gitp-logo {
          width:495px;
          margin:0 auto;
          padding-bottom:10px;
          padding-top:20px;
     }
}

@media screen and (max-width:480px) {
    .gitp-header-contact li {
        display:inline-block;
        margin-bottom:10px;
        text-align:left;
        font-size:0.95em;
    }   
     .gitp-logo {
          width:320px;
          margin:0 0 0 5px;
     }
     .gitp-header-contact {
          margin:0 0 0 20px;   
     }
}
@media screen and (max-width:320px) {
    .gitp-logo {
          width:280px;
    }
}

/* ---------------------------------
# Main Naviagtion
------------------------------------*/

.navbar-inverse {
    background: url('https://www.gitp.com.au/wp-content/uploads/2016/09/drop-shadow-menu-2.png');
     background-repeat: repeat-x;
     background-position: top left; 
     border:0px !important;
     border-radius:0 !important;
}

.navbar-inverse .navbar-nav>li>a {
    color:#fff !important;
    font-family: "mentone", sans-serif;
    font-size:1.1em;
    font-weight:500;
    text-transform: uppercase;
    padding:25px 44px !important;
}
.navbar-inverse .navbar-nav>.active>a {
    color:#fff !important;
    background-color:transparent !important;
}
@media screen and (max-width:768px) {
    .navbar-inverse .navbar-nav>.active>a{
         color:#000 !important;   
    }
}
.navbar-inverse .navbar-nav>.active>a:focus, 
.navbar-inverse .navbar-nav>.active>a:hover {
     color:#c70714 !important;
    background-color:#fff !important;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color:#c70714 !important;
    background-color:#fff !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
    box-shadow: 1px 17px 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 17px 20px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 17px 20px rgba(0,0,0,0.4);
    -khtml-box-shadow: 1px 17px 20px rgba(0,0,0,0.4);
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    color:#c70714 !important;
    background-color:#fff !important;
}
.navbar {
    margin-bottom:0 !important;
}

@media screen and (max-width:1200px){
    .navbar-inverse .navbar-nav>li>a  {
         padding:25px 29px !important;   
    }
}

@media screen and (max-width:993px){
    .navbar-inverse .navbar-nav>li>a  {
         padding:25px 15px !important;   
         font-size:0.95em !important;
    }
}
/**** Change the pixel to adjust the nav toogle for mobile or tablet  **/

@media (max-width: 769px) {
  .navbar-inverse .navbar-header {
      float: none;
  }
  .navbar-inverse .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-inverse .navbar-toggle {
      display: block;
  }
  .navbar-inverse .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-inverse .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-inverse .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-inverse .navbar-nav {
      float: none !important;
      margin-top: 7.5px;
      width:100% !important;
  }
  .navbar-inverse .navbar-nav>li {
      float: none;
  }
  .navbar-inverse .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .navbar-inverse .collapse.in{
      display:block !important;
  }
  .dropdown-menu{
     width:100% !important;
     background-size:contain;
     padding-bottom: 0px !important;
     position:relative !important;
     
    }
    .open>.dropdown-menu {
         width:100% !important;   
    }
}
@media screen and (max-width:768px){
    .navbar-inverse .navbar-nav>li>a  {
         padding:15px 30px !important;   
         font-size:0.95em !important;
         color:#000 !important;
    }
    .dropdown-menu{
         background: none !important;   
         padding-bottom:10px !important;
    }
    .navbar-collapse {
         background-color:#efefef !important;  
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
         color:#000 !important;
         font-size:0.95em !important;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
         color:#c70714 !important;
    }
}

.navbar-toggle {
     border: 0 !important;
     padding:15px 15px !important;
     box-shadow: none !important;
}
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
     background-color: #000 !important;   
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
     border:0 !important;   
}

/* Sub Menu */
.dropdown-menu{
     width:350px !important;  
     border:0 !important;
     padding:10px 10px !important;
     box-shadow: none !important;
     margin:0 !important;
     border-radius: 0 !important;
     background:url('https://www.gitp.com.au/wp-content/uploads/2016/09/menu-footer-bckg.png');
     background-position: left bottom;
     background-repeat: no-repeat;
     background-size:contain;
     padding-bottom: 60px !important;
}
.dropdown-menu{
     border: none !important;   
      
}
.dropdown-menu>li>a {
    font-family: "mentone", sans-serif;
    font-size:1.1em;
    font-weight:500;
    text-transform: uppercase;
    padding:18px 30px !important;   
    color: #000;
}

ul.nav > li:hover {
  background:#fff;
}
ul.nav li:hover > a {
    background-color: #fff;
    color: #c70714 !important;
}


@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition:all 0.5s ease !important;
  }
}

@media screen and (max-width:990px) {
     .dropdown-menu {
          padding-bottom:10px !important;   
     }
}
.gitp-sub-menu-bold {
     margin-left:-20px;   
}
.gitp-sub-menu-bold a{
     font-weight:700 !important;
     font-size:1.5em;
}
.gitp-sub-menu {
    background:url('https://www.gitp.com.au/wp-content/uploads/2016/09/gitp-icon.png');
    background-repeat: no-repeat;
    background-size:15px 15px;
    background-position: 8px 20px;
}
.gitp-sub-menu a {
    margin-left:5px !important;   
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
     color: #c70714 !important;
     background-color: transparent !important;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    color: #c70714 !important;
     background-color: transparent !important;
}
/* NOT USED
.nav-menu li:hover {
     background-color:#ffffff;
      transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.nav-menu li:hover > a{
    color:#c70714 !important;
    text-decoration:none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.main-navigation ul ul {
    background-color:#efefef;
    box-shadow: none !important;
    top:81px !important;
    margin-left:-30px;
   
}
.main-navigation ul ul:after {
      background:url('https://www.gitp.com.au/wp-content/uploads/2016/09/menu-footer-bckg.png');   
}
.main-navigation ul ul li {
     padding:12px 20px;
     min-width:250px;
     text-align:left;
}
.main-navigation ul ul li a{
     color: #c70714; 
}
*/



/***** FOOTER   ******/
.gitp-footer {
     background-color:#f4f4f4;   
     padding:15px 0;
}
.footer-logo img {
     height:50px;   
}
.footer-copyright {
    font-size:0.75em;
    padding: 18px 0 0 0;
    font-family: "mentone", sans-serif;
    color:#949494;
}
.footer-copyright a {
   color:#949494 !important; 
   text-decoration: none;
}
.footer-copyright a:hover,
.footer-copyright a:focus {
    color:#c70714 !important;
    text-decoration: none !important; 
}
.gitp-sub-footer {
     background:url('https://www.gitp.com.au/wp-content/uploads/2016/09/gitp-sub-footer-background.jpg');
     background-size:cover;
     min-height:300px;
     background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:center left;
}
#footer-sidebar1, 
#footer-sidebar2, 
#footer-sidebar3, 
#footer-sidebar4 {
     margin-top:80px; 
     margin-bottom:80px;
    
}
@media screen and (max-width:990px) {
    #footer-sidebar1, 
    #footer-sidebar2, 
    #footer-sidebar3, 
    #footer-sidebar4 { 
     margin-bottom:0px;
    
}   
}
#footer-sidebar1 .widget-title,
#footer-sidebar2 .widget-title,
#footer-sidebar3 .widget-title,
#footer-sidebar4 .widget-title {
     color:#fff;   
     font-family: 'Merriweather', serif !important;
     font-size:2em;
}
#footer-sidebar1 h3,
#footer-sidebar2 h3,
#footer-sidebar3 h3,
#footer-sidebar4 h3 {
    font-size:24px !important;
}

#footer-sidebar1 ul,
#footer-sidebar2 ul,
#footer-sidebar3 ul,
#footer-sidebar4 ul {
    list-style-type:none;
    margin: 0;
    padding: 20px 0 0 0;
    
}
#footer-sidebar1  ul li,
#footer-sidebar2  ul li,
#footer-sidebar3  ul li,
#footer-sidebar4  ul li {
     padding:5px 0 8px 0;   
     display:block;
}
#footer-sidebar1  ul li a,
#footer-sidebar2  ul li a,
#footer-sidebar3  ul li a, 
#footer-sidebar4  ul li a {
    color: #fff;
    font-family: "mentone", sans-serif;
    font-size:1em;
}
#footer-sidebar1  ul li a:hover,
#footer-sidebar1  ul li a:focus,
#footer-sidebar2  ul li a:hover,
#footer-sidebar2  ul li a:focus,
#footer-sidebar3  ul li a:hover,
#footer-sidebar3  ul li a:focus,
#footer-sidebar4  ul li a:hover,
#footer-sidebar4  ul li a:focus {
     text-decoration:none; 
     color:#d7d7d7;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
@media screen and (max-width:990px) {
    #footer-sidebar4 {
         text-align:left !important;   
    }
    .gitp-social-footer {
        text-align:left !important; 
    }
    .gitp-contact-footer {
        text-align:left !important; 
    }
    .gitp-social-footer a {
         padding:0 20px 0 0 !important;   
    }
}
.gitp-contact-footer {
    color:#fff;   
    text-align:right;
}
.gitp-contact-footer ul{
    margin-bottom:40px !important;
}
.gitp-contact-footer ul li{
     font-size:1.5em;   
}
@media screen and (max-width:1024px){
    .gitp-contact-footer ul li{
        font-size:1.3em !important;   
    }  
}
.gitp-contact-footer ul li i{
     padding-right:15px;   
}
.gitp-contact-footer p{
     line-height:24px;   
}
.gitp-social-footer {
     text-align: right; 
     padding-top:30px;
}
.gitp-social-footer a {
       color:#fff;
       padding:0 0 0 20px;
}
.gitp-social-footer a:hover{
     color:#efefef;   
}
.gitp-social-footer i{
     font-size:3.5em;   
}
/****** HOME PAGE SLIDER   *******/

.gitp-main-slider {
    background-size: cover !important;
    width:100%;
    min-height:650px !important;
    background-position: left top !important;
}
@media screen and (max-width:769px) {
    .gitp-main-slider {  
      background-position: -200px bottom !important;  
    }
    .gitp-inside-page {
         background-position: -200px top !important;   
    }
}
.gitp-inside-page {
    background-size: cover !important;
     background-position: center center !important;
    /*max-height:250px !important;
    background-position: left bottom !important;
    background-attachment: fixed !important;*/
}
.gitp-slider-logo {
     margin-top:100px;
}
.gitp-slider-logo-inside {
     margin-top:100px;   
}
.gitp-slider-logo-inside img{
     max-width:120px;   
     padding-bottom:20px;
}
.gitp-main-slider h1{
     font-size:42px;   
     margin-top:10px !important;
}
@media screen and (max-width:480px) {
     .gitp-main-slider h1 {
          display:none;   
     }
     .gitp-slider-logo {
          margin-top:200px;   
     }
}
.gitp-main-slider h4{
     font-size:24px !important;   
}
.gitp-slider-logo img{
     max-width:120px;   
     padding-bottom:20px;
}
.gitp-home-icon {
     background-color: #c70714 !important; 
}
.gitp-home-icon img {
    max-width:150px;   
}
.gitp-home-icon-text {
     display:block;
     width:100%;
     background-color:#000;
     color:#fff !important;
     padding:10px 0;
}

.gitp-home-icon-text a{
    color:#fff !important;
    font-family: "mentone", sans-serif;
    font-size:1.5em;
}
.gitp-feature a{
    color:#fff !important;
    font-family: "mentone", sans-serif;
    font-size:1.5em;
    text-decoration:none; 
}
.gitp-feature a:hover,
.gitp-feature a:focus {
     text-decoration:none; 
     color:#c70714 !important; 
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.gitp-feature a:hover p,
.gitp-feature a:focus p {
     text-decoration:none; 
     color:#c70714 !important; 
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
@media screen and (max-width:1024px) {
    .gitp-feature p {
         font-size:0.95em !important;   
    }
}
.gitp-feature-inside-page {
    color:#fff !important;
    font-family: "mentone", sans-serif;
    font-size:1em;
    text-decoration:none; 
}
.gitp-feature-inside-page a:hover,
.gitp-feature-inside-page a:focus {
    text-decoration:none; 
}
.gitp-feature-inside-page a:hover p,
.gitp-feature-inside-page a:focus p {
    color:#000 !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.gitp-home-icon-text a:hover,
.gitp-home-icon-text a:focus {
     text-decoration:none; 
     color:#c70714 !important;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
@media screen and (max-width:1024px) {
     .gitp-inside-icon-text p {
         font-size:1em !important;
     }
}
.gitp-inside-icon {
     background-color:#fff;   
}
.gitp-inside-icon img {
     max-width:120px;   
}

.gitp-inside-icon-text {
     display:block;
     width:100%;
     background-color:#c70714;
     color:#fff !important;
     padding:10px 0;
     font-size:12px !important;
}
.gitp-inside-icon-text a{
    color:#fff !important;
    font-family: "mentone", sans-serif;
    font-size:0.9em;
}
.gitp-inside-icon-text a:hover,
.gitp-inside-icon-text a:focus {
     text-decoration:none; 
     color:#000 !important;
     transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.profile {
     background-color:#efefef;
     padding:30px;
}
/**** MEMBER JOIN US PAGE *****/
.gitp-container {
    background-color:#efefef;   
    padding:20px 30px;
}
.height-1 {
     min-height:625px;   
}
.height-2 {
     min-height:655px;   
}
.height-3 {
     min-height:490px;   
}
@media screen and (max-width:1200px){
    .height-1 {
         min-height:725px;   
    }
    .height-2 {
         min-height:755px;   
    }    
    .height-3 {
     min-height:540px;   
    }
}
@media screen and (max-width:990px){
    .height-1 {
         min-height:890px;   
    }
    .height-2 {
         min-height:910px;   
    }  
    .height-3 {
     min-height:730px;   
    }
}
@media screen and (max-width:769px) {
    .height-1 {
         max-height:auto !important; 
         height:100% !important;
    }
    .height-2 {
         min-height:auto !important;   
    }    
     .height-3 {
         min-height:auto !important;    
    }
    .gitp-container {
         background-color:transparent !important;   
    }
    .gitp-member {
         /*background-color:#efefef;   */
    }
}

.gitp-member h3 {
     text-transform:uppercase;  
     font-size:24px !important;
}
.gitp-member img {
     /*max-width:250px;
     padding-bottom:20px; */
}

/****** # Tables   *********/


.table-gitp-fill em{
     font-size:0.8em;   
}
.table-gitp-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 800px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
.table-gitp-fill th {
  color:#D5DDE5;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  font-family: 'Merriweather', serif !important;
  padding:24px;
  text-align:left;
  vertical-align:middle;
}

.table-gitp-fill th:first-child {
  border-top-left-radius:3px;
}
 
.table-gitp-fill th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

  
.table-gitp-fill tr {
  color:#333333;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
/* 
.table-gitp-fill tr:hover td {
  background:#c70714;
  color:#FFFFFF;
}
 */
.table-gitp-fill tr:first-child {
  border-top:none;
}

.table-gitp-fill tr:last-child {
  border-bottom:none;
}
 
.table-gitp-fill tr:nth-child(odd) td {
  /*background:#EBEBEB;*/
}
/*
.table-gitp-fill tr:nth-child(odd):hover td {
  background:#c70714;
}*/

.table-gitp-fill tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.table-gitp-fill tr:last-child td:last-child {
  /*background:#EBEBEB;  */
 
}
.shade td{
     background-color:#ebebeb !important;   
}
.table-gitp-fill td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align: top;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
}

.table-gitp-fill td:last-child {
  border-right: 0px;
}

.table-gitp-fill th.text-left {
  text-align: left;
}

.table-gitp-fill th.text-center {
  text-align: center;
}

.table-gitp-fill th.text-right {
  text-align: right;
}

.table-gitp-fill td.text-left {
  text-align: left;
}

.table-gitp-fill td.text-center {
  text-align: center;
}

.table-gitp-fill td.text-right {
  text-align: right;
}

/******* Side Bar   ******/
.sidebar h2{
    text-transform:uppercase;
    font-size:28px !important;
}
.sidebar ul{
     margin:30px 0 !important;
     padding:0 !important;
}
.sidebar ul li{
    list-style-type:none;
    margin:10px 0; 
}
.sidebar ul li a{
     display:block;
     padding:18px 20px;
     color:#fff !important;
     font-size:1.1em !important;
     text-decoration:none;
     font-family: 'Merriweather', serif !important;
     background-color:#c70714;
     border-right:8px solid #000;
}
.sidebar ul li a:hover,
.sidebar ul li a:focus {
    background-color:#000;
    border-right:8px solid #c70714;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition:all 0.5s ease;
}
/****** BLOG LINKS *********/

.nav-links{
     display:none;   
}
.nav-links .nav-previous a {
     display:inline-block;
     background-color: #c70714;
     padding:10px 20px;
     color:#fff;
     font-family: 'Merriweather', serif !important;
     border-left:3px solid #000;

}
.nav-links .nav-next a{
    display:inline-block;
     background-color: #c70714;
     padding:10px 20px;
     color:#fff;
     font-family: 'Merriweather', serif !important;
     border-right:3px solid #000;
}
.comments-area {
     margin-top:100px;  
     display:none;
}

/******* 404 Page Style ******/

.gitp-not-found {
     background:url('https://www.gitp.com.au/wp-content/uploads/2016/09/gitp-main-slider.jpg');
     background-position:center center;
     background-size:cover;
     min-height:550px;

}
.gitp-not-found .page-header {
     margin-top:150px;   
     border-bottom:0 !important;
}
.gitp-not-found .page-header h1{
     text-transform:uppercase;
}

/******* Buttons ********/

.button, input[type="button"], input[type="reset"], input[type="submit"] {
     background-color:   #c70714 !important;
     color: #ffffff !important;
     padding:15px 40px 15px 40px;
     border:0 !important;
     border-radius: 0 !important;
     box-shadow: none !important;
     text-shadow: none !important;
     margin-top:35px;
     font-size:0.9em;
     font-family: 'Merriweather', serif !important;
}

.button.download-pdf {
     width: 200px;
     display: block;
     text-align: center;
}

.contact-profile {
     background-color:#d2d1cf;   
     padding:30px 0;
}
.contact-profile h4 {
    font-family: "mentone", sans-serif !important;
    margin-top:0 !important;
    margin-bottom:15px;
}
.contact-profile h6 {
    font-family: "mentone", sans-serif !important;
    margin-top:0 !important;
    font-size:1.05em !important;
}
.contact-profile i{
     margin-right:10px;   
}
.contact-profile p{
     font-size:1em !important;   
}
.contact-profile a {
     color:#000 !important;   
}
.contact-profile a:hover,
.contact-profile a:focus {
    color:#c70714 !important
}

/******** Contact Us Form  *****/

.gitp-contact-form .gfield_label {
     display:none !important;   
}
.gitp-contact-form {
     padding-top:15px;   
}
.gitp-contact-form li {
     padding-right:0 !important;   
}
.gitp-contact-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding:12px 15px !important;
    background-color:#d2d1cf;
    border-radius:0 !important;
    font-size:1.2em !important;
    border:0 !important;
}
.gitp-contact-form textarea.large {
    background-color:#d2d1cf;
    border-radius:0 !important;
    padding:12px 15px !important;
    font-size:1.2em !important;
    border:0 !important;
} 
.gitp-contact-form input[type=submit] {
     width:100% !important;   
}
.gitp-join-form .gfield_label {
     display:block !important;  
     font-family: "mentone", sans-serif !important;
   text-transform:uppercase;
}
.gchoice_2_15_1 label, .gchoice_2_15_2 label, .gchoice_2_15_3 label {
    font-family: "mentone", sans-serif !important;
   text-transform:uppercase;
   font-size:1.5em !important;
   padding-top:10px !important;
}
.gchoice_2_15_1 input, .gchoice_2_15_2 input, .gchoice_2_15_3 input {
     font-size:50px !important;   
}
.gitp-total .gfield_label {
     display:block !important;   
}
::-webkit-input-placeholder {
   color: #000;
   font-family: "mentone", sans-serif !important;
   text-transform:uppercase;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
   font-family: "mentone", sans-serif !important; 
   text-transform:uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
   font-family: "mentone", sans-serif !important; 
   text-transform:uppercase;
}

:-ms-input-placeholder {  
   color: #000;
   font-family: "mentone", sans-serif !important;
   text-transform:uppercase;
}
.member-level {
     background-color:#f4f4f4;   
     padding:25px 30px;
     margin-bottom:50px;
}
.member-level img {
     width:75%;
     margin-top:20px;
     margin-bottom:20px;
}
.tagcloud a {
    color:#000;
}
.tagcloud a:hover,
.tagcloud a:focus {
    color:#c70714;
    text-decoration: none;
}
.media-body {
     width:75% !important;   
}
.tagcloud a{
     padding:8px 10px;
     background-color:#efefef;
     font-size:15px !important;
     margin:5px 5px 2px 0px;
     display:inline-block;
}

/** Wild Apricot  **/

.wa_login_shortcode {
     padding:50px 0 0 0;  
}
.wa_login_shortcode p{
    font-size:0.9em;
    font-family: 'Merriweather', serif !important;
    font-style:italic;
}
.wa_login_shortcode .button, input[type="button"], input[type="reset"], input[type="submit"] {
    margin-top:0 !important;
}
@media screen and (max-width:990px) {
    .wa_login_shortcode  {
         padding:0 !important;   
    }
    .wa_login_shortcode p{
         font-size:13px;   
    }
}
.code {
   font-family: 'Merriweather', serif !important;
   background-color: transparent !important;
}
.widgetMode .cnPrimaryContentContainer,
.widgetMode .cnPrimaryContentBlock1ContentHolder,
.widgetMode .cnPrimaryContentBlock1Content,
.widgetMode .cnContentContainer,
.widgetMode .cnClipMainContainer,
.widgetMode .cnMainContainer .d9MainContainer,
.widgetMode .cnMainContainer .cnContentContainer .cnPrimaryContentContainer
{
   /* change 400px to any desired value */
width: 400px !important;
}
 
.widgetMode .cnMainContainer, .widgetMode .cnMainContainerTopCorners.cornersContainer, .widgetMode .cnMainContainerBottomCorners.cornersContainer
{
   /* change 424px to any desired value. It should be more then 400px to set some space for margins/paddings */
width: 424px !important;
}
 
.widgetMode .cnPrimaryContentContainer
{
float: left;
}
#mLayout {
     width:90% !important;
     float:left;
}
.gitp-tagline {
     padding-top:30px;
     font-size:22px;
     font-style:italic;
     color:#c70714;
}
.gitp-h-bar{
    padding:15px 30px;
    background-color: #efefef;
    width:100%;
    margin:20px 0;
}
.panel {
     margin-top:30px;
     margin-bottom:30px;
     border-radius:0 !important;
     border:0 !important;
     border-bottom:1px solid #efefef !important;
     box-shadow: none !important;
     -webkit-box-shadow:none !important;
}
.panel-heading {
     padding:15px 20px !important;
     background-color: #c70714 !important;
     color:#fff !important;
     font-size:20px;
     font-family: 'Merriweather', serif !important;
     border-top-left-radius:0 !important;
     border-top-right-radius:0 !important;
}
.panel-body {
     font-size:1.15em !important;   
     line-height:1.7em !important;
}

#wpadminbar {
     display:none !important;   
}