/*

Theme Name: Willingness-child

Description: Willingness Child for GAMS

Template: willingness

Version: 1.1

License: GNU General Public License

License URI: license.txt

Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, light, white, custom-background, custom-header, custom-menu, custom-colors, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, seasonal, holiday, photoblogging



This theme, like WordPress, is licensed under the GPL.



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/

*/





/* =Reset

-------------------------------------------------------------- */



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	border: 0;

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

	margin: 0;

	outline: 0;

	padding: 0;

	vertical-align: baseline;

}

html {

	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}

body {

	background: #fff;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

nav,

section {

	display: block;

}

ol, ul {

	list-style: none;

}

table { /* tables still need 'cellspacing="0"' in the markup */

	border-collapse: separate;

	border-spacing: 0;

}

caption, th, td {

	font-weight: normal;

	text-align: left;

}

blockquote:before, blockquote:after,

q:before, q:after {

	content: "";

}

blockquote, q {

	quotes: "" "";

}

a:focus {

	outline: thin dotted;

}

a:hover,

a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */

	outline: 0;

}

a img {

	border: 0;

}





/* =Global

----------------------------------------------- */





body,

button,

input,

select,

textarea {

	color: #000;

	font-family: sans-serif;

	font-size: 16px;

	font-size: 1.6rem;

	line-height: 1.5;

}





/* Headings */

h1,h2,h3,h4,h5,h6 {

	clear: both;

}





hr {

	background-color: #ccc;

	border: 0;

	height: 1px;

	margin-bottom: 1.5em;

}



/* Text elements */

p {

	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;

}

b, strong {

	font-weight: bold;

}

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: 1.5rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	padding: 1.6em;

	overflow: auto;

	max-width: 100%;

}

code, kbd, tt, var {

	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

}

abbr, acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark, ins {

	background: #fff9c0;

	text-decoration: none;

}

sup,

sub {

	font-size: 75%;

	height: 0;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}

sup {

	bottom: 1ex;

}

sub {

	top: .5ex;

}

small {

	font-size: 75%;

}

big {

	font-size: 125%;

}

figure {

	margin: 0;

}

table {

	margin: 0 0 1.5em;

	width: 100%;

}

th {

	font-weight: bold;

}

img {

	height: auto; /* Make sure images are scaled correctly. */

	max-width: 100%; /* Adhere to container width. */

}

button,

input,

select,

textarea {

	font-size: 100%; /* Corrects font size not being inherited in all browsers */

	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

	vertical-align: baseline; /* Improves appearance and consistency in all browsers */

	*vertical-align: middle; /* Improves appearance and consistency in all browsers */

}

button,

input {

	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

}

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid #ccc;

	border-color: #bbb #ccc #bbb #ccc;

	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);

	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */

	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

	font-size: 12px;

	font-size: 1.2rem;

	line-height: 1;

	padding: .6em 1em .4em;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

}

button:hover,

html input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa #bbb;

	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,

html input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

html input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	border-color: #aaa #bbb #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="checkbox"],

input[type="radio"] {

	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */

	padding: 0; /* Addresses excess padding in IE8/9 */

}

input[type="search"] {

	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */

	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

	-moz-box-sizing:    content-box;

	box-sizing:         content-box;

}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

	-webkit-appearance: none;

}

button::-moz-focus-inner,

input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

	border: 0;

	padding: 0;

}

input[type="text"],

input[type="email"],

input[type="password"],

input[type="search"],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

}

input[type="text"]:focus,

input[type="email"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {

	color: #111;

}

input[type="text"],

input[type="email"],

input[type="password"],

input[type="search"] {

	padding: 3px;

}

textarea {

	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */

	padding-left: 3px;

	vertical-align: top; /* Improves readability and alignment in all browsers */

	width: 98%;

}



/* Links */

a {

	color: 360;

}

a:visited {

	color: purple;

}

a:hover,

a:focus,

a:active {

	color: 360;

}



/* Alignment */

.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;

}



/* Text meant only for screen readers */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

}



.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: #360;

	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 */

}



/* Clearing */

.clear:before,

.clear:after,

[class*="content"]:before,

[class*="content"]:after,

[class*="site"]:before,

[class*="site"]:after {

	content: '';

	display: table;

}



.clear:after,

[class*="content"]:after,

[class*="site"]:after {

	clear: both;

}





/* =Menu

----------------------------------------------- */



.menu{

	margin: 0 auto !important;

	display: table;

}



.navigation-main {

	clear: both;

	display: block;

	color: #fff;

	width: 100%;

}

.navigation-main ul {

	list-style: none;

	margin: 0;

	padding-left: 0;

}

.navigation-main li {

	position: relative;

}

.navigation-main a {

	display: block;

	text-decoration: none;

}

.navigation-main ul ul {

	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	display: none;

	float: left;

	position: absolute;

		top: 1.5em;

		left: 0;

	z-index: 99999;

}

.navigation-main ul ul ul {

	left: 100%;

	top: 0;

}

.navigation-main ul ul a {

	white-space: nowrap;

}

.navigation-main ul ul li {

}

.navigation-main li:hover > a {

}

.navigation-main ul ul :hover > a {

}

.navigation-main ul ul a:hover {

}

.navigation-main ul li:hover > ul {

	display: block;

}

.navigation-main li.current_page_item a {

	background-color: #746D62,

}



.navigation-main li.current-menu-item a {

	background-color: #B4BC88;

}



.navigation-main ul ul {

box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

display: none;

float: left;

position: absolute;

top: 3em;

left: 0;

z-index: 99999;

}



/* Small menu */

.menu-toggle {

	display: none;

	cursor: pointer;

}





@media screen and (max-width: 600px) {

	.menu-toggle,

	.main-small-navigation ul.nav-menu.toggled-on {

		display: block;

		color:#fff;

	}



	.navigation-main ul {

		display: none;

	}

}



/* =Content

----------------------------------------------- */



.sticky {

  background-color:#eef;

  padding: 25px;

}

.hentry {

     margin: 0 0 1.5em;

     -ms-word-wrap: break-word;

     word-wrap: break-word;

}

.byline {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

}

.entry-content,

.entry-summary {

	margin: 1.5em 0 0;

}

.page-links {

	clear: both;

	margin: 0 0 1.5em;

}





/* =Asides

----------------------------------------------- */



.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}



.format-aside .entry-content{

  font-size: 1.3em;

}



.format-aside .entry-content p{

  border-left: 5px solid #ddd;

  padding-left: 10px;

}



.format-aside .entry-header{

  display: none;

}





/* =Media

----------------------------------------------- */



.entry-content img.wp-smiley,

.comment-content img.wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

.wp-caption {

	border: 1px solid #ccc;

	margin-bottom: 1.5em;

	max-width: 100%;

}

.wp-caption img[class*="wp-image-"] {

	display: block;

	margin: 1.2% auto 0;

	max-width: 98%;

}

.wp-caption-text {

	text-align: center;

}

.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}

.site-content .gallery {

	margin-bottom: 1.5em;

}

.gallery-caption {

}

.site-content .gallery a img {

	border: none;

	height: auto;

	max-width: 90%;

}

.site-content .gallery dd {

	margin: 0;

}

.site-content .gallery-columns-4 .gallery-item {

}

.site-content .gallery-columns-4 .gallery-item img {

}



/* Make sure embeds and iframes fit their containers */

embed,

iframe,

object {

	max-width: 100%;

}



.textwidget img {

	width: 200px;

	align: center;

}







/* =Navigation

----------------------------------------------- */



.site-content [class*="navigation"] {

	margin: 0 0 1.5em;

	overflow: hidden;

}

[class*="navigation"] .nav-previous {

	float: left;

	width: 50%;

}

[class*="navigation"] .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}



/* =Comments

----------------------------------------------- */



.comment-content a {

	word-wrap: break-word;

}

.bypostauthor {

}



#author {

	display: block;

}



#email {

	display: block;

}



#url {

	display: block;

}





/* =Widgets

----------------------------------------------- */



.widget {

	margin: 0 0 1.5em;

}



/* Make sure select elements fit in widgets */

.widget select {

	max-width: 100%;

}



.widget-area ul,

.widget-area ul {

     margin: 0 0 1.5em 1.1em;

}



.widget-area li > ul,

.widget-area li > ol {

     margin-bottom: 0;

     margin-left: 0.9em;

}



/* Search widget */

.widget_search .submit {

	display: none;

}



/* =Infinite Scroll

----------------------------------------------- */



/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .navigation-paging, /* 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;

}





/* =Layout

----------------------------------------------- */



#masthead{

width: 1140px;

margin: 0 auto;

background-color: #fff;

margin-top: 40px;

}



.site-main{

	background-color:#fff;

}



.site-title{

font-size: 4em;

font-weight: bold;

margin-left: -10px;

}



.site-branding{

	margin-left: 50px;

	display: inline-block;

	float: left;

	max-width: 100%;

}



.site-description{

padding: 0px 0px 20px 0px;

}



#page{

width: 1140px;

margin: 0 auto;

}





.widget-area{

padding: 20px 0px 0px 0px;

background-color: #fff;

}



.site-info{

	float: right;

	margin: 20px 0 0 0;

	font-size: 15px;

}



#colophon{

	clear:both;

	margin-top: 0px;

	margin-bottom: 10px;

}



.navigation-main a {

display: block;

text-decoration: none;

padding: 0 9px 0 9px;

}





.entry-title{

font-size: 30px;

font-weight: bold;

}





/* =Layout: Sidebar-Content-Sidebar;

----------------------------------------------- */



.content-area {

	float: left;

	width: 1140px;

}

.site-content {

	margin: 0 22%;

	background-color: #fff;

	padding: 30px;

}

.no-left.no-right .site-content{

	margin: 0 10%;

}



.no-left .site-content{

	margin: 0 26% 0 4%;

}



.no-right .site-content {

	margin: 0 4% 0 26%;

}





/* =Navigation

----------------------------------------------- */

#site-navigation {

line-height: 3em;

background-color: #746D62;

text-transform:uppercase;

margin-top: -7px;

}





#site-navigation a{

	color: #fff;

}



#site-navigation a:hover{

	color: #FFF;

	text-decoration: none;

	background-color: #360;

}



.navigation-main ul ul {

	background-color: #333;

}



.navigation-main .menu ul li ul.children {

margin-top: 0px;

}



.current_page_item {

}

/* End Menu Navigation*/





/* Styling HR */



.content-hr{

    border: 0;

    height: 1px;

    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));

    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));

    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));

    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));

}



.comment-hr{

    border: 0;

    height: 1px;

    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));

    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));

    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));

    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));



}



.widget-title{

	text-transform: uppercase;

	font-weight: bold;

	margin: 0 auto;

	text-align: center;

}



.widget-top-hr {

	height: 5px;

	background-color: #360;

	border: 0;

	margin-bottom: 0.5em;

}



.widget-below-hr{

	height: 2px;

	background-color: #360;

	border: 0;

	margin-bottom: 0.5em;

}







.site-main .widget-area {

	float: left;

	margin: 1.3% 0 0 -99.5%;

	overflow: hidden;

	width: 20%;

}

.site-footer {

	clear: both;

	width: 100%;



}

.foo {

margin: 0 auto;

width: 90%;

}



#right-sidebar {

	float: right;

	margin: 1.2% 1% 0 -99%;

	overflow: hidden;

	width: 20%;

}





/* Links */

a:link {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}

a:active {text-decoration:none;}



/* Link Color Change */

a {

color: #360;

text-decoration: none;

font-weight: normal;

}



a:visited {

color: #360;

}



a:hover {

color: #360;

}

/* Link Color Change End */



/* =Comments

----------------------------------------------- */

.comments-image {

	float:left;

	margin-right: 6px;

	width: 48px;

	height: 48px;

}



.comment-author{

	font-weight:bold;

	font-style:normal;

	text-transform:capitalize;

}



.reply{

	padding: 0px 0 5px 0;

}



.fn{

	font-style: normal;

	font-weight:bold;

	text-decoration:none;

}



.comment-meta{

	font-size: 12px;

	margin-bottom: 10px;

}



.comments-title{

	padding-bottom: 20px;

}



#reply-title{

	font-weight: bold;

	font-size: 150%;

}



#search-box {

    clear: both;

	float: left;

	margin: 80px 40px 10px 0;

}



#header-right {

	float: right;

	max-width: 300px;

}





/* =Footer

----------------------------------------------- */

.footer-sidebar{

	width: 241px;

	background-color: #FfF;



	display: inline-block;

	float: left;

	margin: 0px 15px;

}



#footer-sidebar{

	background-color:#fff;

	margin: 0 auto;

	width: 100%;

	height:auto;

	z-index:500000;

	overflow: hidden;

	border-top: #ccc dotted 1px;

}



#footer-1{

	background-color:#fff;

	margin: 0 auto;

	width: 25%;

	height:auto;

	z-index:500000;

	overflow: hidden;

}



#footer-2{

	background-color:#fff;

	margin: 0 auto;

	width: 25%;

	height:auto;

	z-index:500000;

	overflow: hidden;

}

#footer-3{

	background-color:#fff;

	margin: 0 auto;

	width: 25%;

	height:auto;

	z-index:500000;

	overflow: hidden;

}

#footer-4{

	background-color:#fff;

	margin: 0 auto;

	width: 25%;

	height:auto;

	z-index:500000;

	overflow: hidden;

}





/* =Responsive Design

----------------------------------------------- */



/* Tablet Landscape */

@media screen and (max-width: 1060px) {



	#site-main{width: 95%;}

	#masthead { width: 95%;}

	#page { width: 95%;}



	#colophon{width: 95%;}

    #primary { width:100%; }

    #secondary { width:75%; margin:0 auto; border:none; float: none;}

    #right-sidebar { width:75%; margin:0 auto; border:none; float:none;}

	.entry-title { font-size: 25px; }

	.site-title {font-size: 3em; }

	#footer-1 {width: 100%;}

	#footer-2 {width: 100%;}

	#footer-3 {width: 100%;}

	#footer-4 {width: 100%;}

	.foo{width: 75%;}

	.site-content {margin: 0 auto; background-color: #fff; padding: 30px; width: 86%;}

	.no-left.no-right .site-content{margin: 0 auto;}

	.no-left .site-content{margin: 0 auto;}

	.no-right .site-content {margin: 0 auto;}

}



/* Tabled Portrait */

@media screen and (max-width: 768px) {

	#site-main{width: 95%;}

	#masthead { width: 95%;}

	#page { width: 95%;}

	#content: {width: 100%; margin: 0 auto; padding: 0}

	#colophon{width: 100%;}

    #primary { width: 100%; margin: 0; border: none; }

    #secondary { width:75%; margin:0 auto; border:none; float:none;}

    #right-sidebar { width:75%; margin:0 auto; border:none; float:none;}

    #header-right {display: none;}

	.entry-title { font-size: 20px; font-weight: bold;}

	.site-title {font-size: 2em; }

}



/* For Media's like Image and Videos to not go out of container in Responsive Design */

img { max-width: 100%; }



.displaying-header-text {display:none;}



#name {display:none;}





/* Removing Comment's list style Points from Comments */

#comments ol li{

	list-style: none;

}



/* =Body Classes

----------------------------------------------- */

.no-searchbar .header-sidebar{

display: none;

}



.no-description .site-description {

	display: none;

}



.no-header .site-branding {

	display: none;



}



.no-header .header-sidebar {

	display: none;

}



/* = Header Font Size

----------------------------------------------- */

.entry-content h1 {

	font-size: 30px;

	font-weight: bold;

	color: #360;

}



.entry-content h2 {

	font-size: 26px;

	color: #360;

}



.entry-content h3 {

	font-size: 23px;

	font-weight: bold;

	color: #360;

}



.entry-content h4 {

	font-size: 20px;

	font-weight: bold;

	color: #360;

}



.entry-content h5 {

	font-size: 17px;

	font-weight: bold;

}







 /*



 The mo.js stylesheet is heavily influenced by the

 scalable and modular architecture for CSS as described

 by Jonathan Snook at http://smacss.com



 mo.js START



 */





 .site-header .menu a{

 	line-height: 3em;

 }



 /* =Module Styles

 -------------------------------------------------------------- */



 /* Pill style links for mobile/tablet */



 .site-header .menu,

 .site-header .menu *{

 	margin: 0;

 	padding: 0;

 	list-style: none;

 	-webkit-box-sizing: border-box;

 	-moz-box-sizing: border-box;

 	box-sizing: border-box;

 }



 .site-header .menu{

 	text-align: center;

 }



 .site-header .menu > li{

 	display: inline;

 }



 .site-header .menu > li > a{

 	display: inline-block;

 }



 .site-header .menu li{

 	position: relative;

 	white-space: nowrap;

 }



 .site-header .menu li:hover > ul{

 	display: block;

 }



 .site-header .menu a{

 	position: relative;

 	padding: 0 0.5em;



 }



 .site-header .menu ul{

 	position: absolute;

 	display: none;

 	/*top: 100%;*/

 	left: 0;

 	z-index: 1000;

 	/*margin-top: 0.90em;*/

 	text-align: left;

 }



 .site-header .menu ul li,

 .site-header .menu ul li a{

 	display: block;

 }



 .site-header .menu ul ul{

 	top: 0;

 	left: 100%;

 }



 /* Horizontal drop downs for desktop */



 @media screen and (min-width : 600px) {



 	.site-header .menu:after{

 		visibility: hidden;

 		display: block;

 		content: "";

 		clear: both;

 		height: 0;

 	}



 	.site-header .menu > li {

 		display: block;

 		float: left;

 	}



 	.site-header .menu > li > a{

 		margin: 0;

 	}



 	.site-header .menu ul{

 		margin-top: 0;

 	}



 }



 /* =State Styles

 -------------------------------------------------------------- */



 /* Toggled Mobile Styles */



 .menu-toggle-button{

 	width: 1.5em;

 	cursor: pointer;

 	font-size: 2em;

 	text-align: center;

 	display: block;

 }



 .menu.is-js-menu li:hover > ul{

 	display: none;

 }



 .menu.is-js-menu li.is-open-submenu > ul,

 .menu.is-js-menu li.is-open-submenu:hover > ul{

 	display: block;

 }



 .menu.is-mobile-menu.menu-arrows{

 	text-align: left;

 }



 .menu.is-mobile-menu.menu-arrows > li > a{

 	display: block;

 	margin: 0;

 }



 .menu.is-mobile-menu.menu-arrows ul{

 	position: relative;

 	top: auto;

 	margin-top: 0;

 	padding: 0.75em;

 }



 .menu.is-mobile-menu.menu-arrows ul ul{

 	position: relative;

 	left: 0;

 }



 .menu.is-mobile-menu.is-hidden-menu{

 	display: none;

 }



.menu-toggle h1 {

	color: fff;

}





.menu-toggle li a {

	list-style: disc;

}



 /* =Arrow Styles

 -------------------------------------------------------------- */



 .menu.menu-arrows .has-submenu > a{

 	padding-right: 3.5em;

 }



 .menu.menu-arrows .toggle-submenu{

 	width: 1.5em;

 	display: inline-block;

 	position: absolute;

 	top: 0;

 	bottom: 0;

 	right: 0;

 }



 /* Standard arrow styles */

 .menu.menu-arrows .toggle-submenu:after {

 	content: '';

 	position: absolute;

 	top: 50%;

 	right: 0.5em;

 	margin-top: -3px;

 	height: 0;

 	width: 0;



 	border: 5px solid transparent;

 	border-top-color: #000;

 }



 .menu.menu-arrows ul .toggle-submenu:after {

 	margin-top: -5px;

 	margin-right: -3px;



 	border-color: transparent;

 	border-left-color: #000;

 }



 .menu.menu-arrows .has-submenu > a{

 	padding-right: 2em;

 }



 /* Javascript menu arrow styles */



 .menu.is-js-menu.menu-arrows .toggle-submenu{

 	width: 2.5em;

 }



 .menu.is-js-menu.menu-arrows .has-submenu > a{

 	padding-right: 2.5em;

 }



 .menu.is-js-menu.menu-arrows .toggle-submenu:after {

 	right: 0.8em;

 }



 .menu.is-js-menu.menu-arrows ul .toggle-submenu:after {

 	right: 1.1em;

 }



 .menu.menu-arrows .is-open-submenu > ul{

 	display: block;

 }



 .menu.menu-arrows .is-open-submenu > a .toggle-submenu:after {

 	margin-top: -8px;



 	border-color: transparent;

 	border-bottom-color: #000;

 }



 .menu.menu-arrows ul .is-open-submenu > a .toggle-submenu:after {

 	margin-top: -5px;

 	margin-right: 3px;



 	border-color: transparent;

 	border-right-color: #000;

 }





 /* Javascript mobile menu arrow styles */

 .menu.menu-arrows.is-mobile-menu.menu-arrows ul a .toggle-submenu:after {

 	margin-top: -3px;

 	margin-right: -3px;



 	border-color: transparent;

 	border-top-color: #000;

 }



 /* Javascript mobile menu arrow styles */

 .menu.menu-arrows.is-mobile-menu.menu-arrows ul .is-open-submenu a .toggle-submenu:after {

 	margin-top: -8px;



 	border-color: transparent;

 	border-bottom-color: #000;

 }





 /* =Colors

 -------------------------------------------------------------- */



 .site-header .menu,

 .site-header .menu a,

 .site-header .menu li,

 .site-header .menu ul{

 	background: #746D62;

 	color: #fff;

	font-size: small;

 }



 .site-header .menu a:hover,

 .site-header .menu a:focus{

 	background: #777;

 }



 .menu.is-mobile-menu.menu-arrows .toggle-submenu:hover{

 	background: rgba( 255, 255, 255, 0.2);

 }



 .menu.is-mobile-menu.menu-arrows ul,

 .menu.is-mobile-menu.menu-arrows ul a{

 	background: rgba( 255, 255, 255, 0.1);

 }



 .menu.is-mobile-menu.menu-arrows ul a:hover{

 	background: rgba( 255, 255, 255, 0.2);

 }



 .menu.is-mobile-menu.menu-arrows ul ul a:hover{

 	background: rgba( 255, 255, 255, 0.3);

 }



 .menu.is-mobile-menu.menu-arrows ul ul,

 .menu.is-mobile-menu.menu-arrows ul ul a{

 	background: rgba( 255, 255, 255, 0.2);

 }



 .menu.is-mobile-menu.menu-arrows .is-open-submenu > a .toggle-submenu{

 	background: rgba( 255, 255, 255, 0.1 );

 }

/*______Bouton de don dans le header ______*/
#boutondon {float: right; height: 75px; width: 300px; background-image: url(http://federationgams.org/wp-content/uploads/2016/09/Boutondon.png); margin-right: 2%; margin-top: 2%;}
#boutondon a {color: #FFFFFF; font-size: x-large; font-weight: 900; line-height: 3; margin: 5%;}
#boutonddon p {margin-right: auto; margin-left: auto;}


/* mo.js END */