/*
Theme Name: GRA

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Arial';
	box-sizing: border-box;
}

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


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

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


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


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

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

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

body {
	padding-top: 100px;
	font-size: 16px;
	color: #000;
}
.main-content > .container {
    min-height: calc(100vh - 236px);
}
.logo {
	max-height: 44px;
	width: auto;
	float: left;
}
@media (min-width: 1300px) {
	.container {
		width: 1280px;
	}
}

.home #text-2 {
	display: none;
}
#masthead {
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 0px;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
#masthead .container {
	padding-top: 2px;
	padding-bottom: 2px;
}
@media (min-width: 991px) {
	.logo{
	    margin-left: 8%;
	}
}
.site-header-inner div {
	float: right;
}
.site-header-inner .search-submit, .site-header-inner .search-submit:active {
	background: url(img/search.png) no-repeat 50% 50%;
	border:none;
	border-radius: 0px;
	position: relative;
	top: 0px;
	float: right;
	height: 32px;
    width: 24px;
    padding:0px;
}
.site-header-inner .search-form {
	position: relative;
	float: left;
}
#info-link {
	float: left;
	position: relative;
	top: 7px;
	font-size:14px;
	right: 35px;
	color: #929292;
}
.site-header-inner .search-field {
	color:#b0afb0;
	font-weight: 300;
	font-size: 14px;
	padding:0px;
	border:none;
	box-shadow: none!important;
	outline: none!important;
	width: 75px;
	transition: width .3s ease;
	border-bottom:1px solid transparent;
}
.site-header-inner .search-field:focus {
	width: 120px;
	border-bottom:1px solid #b0afb0;
}
.site-header-inner .search-form label {
	margin-bottom: 0px;
}
#lang {
	margin-left: 35px;
	position: relative;
	top: 8px;
	font-size:12px;
}
.site-header-inner #search {
    position: relative;
    margin-top: 5px;
}
.navbar-default {
    background-color: transparent;
    border:none;
}
.navbar-collapse {
	padding: 0px;
}
#main-menu > li {
	margin-right: 19px;
}
#main-menu > li a {
	font-size: 24px;
	border:1px solid;
	padding: 14px 32px;

}
#main-menu > .current-menu-item a {
	font-weight: 700;	
	color: #fff!important;
}
#main-menu > li a:hover {
	color: #fff!important;
}
.chro a  {
	border-color:#f7911e;
	color: #f7911e!important;
}
.asse a {
	border-color:#566a98;
	color: #566a98!important;
}
.repo a {
	border-color:#a7bc81;
	color: #a7bc81!important;
}
.chro.current-menu-item a , .chro a:hover {
	background:#f7911e!important;
}
.asse.current-menu-item a, .asse a:hover {
	background:#566a98!important;
}
.repo.current-menu-item a, .repo a:hover {
	background:#a7bc81!important;
}
.mob-menu-title {
	float: left;
	padding: 15px;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    margin-top: 15px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
select::-ms-expand {
    display: none;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 16px;
    padding: 5px;
    background: url(img/dropdown.png) no-repeat 97% 50% / 15px;
}
#year-sidebar .hidden-lg aside {
	margin-bottom: 15px;
}
#year-sidebar .menu-chronology-years-container {
	margin-bottom: 15px;
}
#year-sidebar .facetwp-facet {
	margin-bottom: 0px;
}
#year-sidebar .nav li a {
	padding: 0px;
	color: #000;
}
.facetwp-radio {
    cursor: pointer;
    background: transparent!important;
    margin-bottom: 0px!important;
    padding-left: 0px!important;
    transition: all .3s ease;
}
.page-id-27 #year-sidebar .facetwp-radio:hover  {
	color:#f79120;
	font-weight: 700;
}	
.page-id-27 #year-sidebar .facetwp-radio.selected {
	color:#f79120;
	font-weight: 700;
}
.page-id-57 #year-sidebar .facetwp-radio:hover {
	color:#566A98;	
	font-weight: 700;
}
.page-id-57 #year-sidebar .facetwp-radio.selected {
	color:#566A98;
	font-weight: 700;
}
.facetwp-radio.disabled {
}
select, input, textarea {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -khtml-border-radius: 0px;	
}
#year-sidebar .nav li a:hover, #year-sidebar .nav li a:focus, #year-sidebar .nav li a:active {
	text-decoration: underline;
	background: transparent;
}
.page-id-27 #year-sidebar .nav .current-menu-item a {
	color:#f79120;
	font-weight: 700;
}
.page-id-57 #year-sidebar .nav .current-menu-item a {
	color:#566A98;
	font-weight: 700;
}
.facetwp-type-radio div:first-child, .facetwp-facet-date_mobile select option:first-child {
	display: none;
}
.facetwp-template .title, .widget-title {
	font-weight: 700;
	font-size: 20px;
}
.widget-title {
	text-transform: capitalize;
}
.facetwp-template .title:first-letter {
	text-transform: capitalize;	
}
.widget-title {
	font-size: 20px;
}
.sidebar-padder {
	padding-left: 35px;
}
.article {
	margin-bottom: 50px;
}
.article h1 {
	font-weight: 700;
	font-size: 18px;
	color:#f79120;
	margin-bottom: 0px;
}
.meta {
	color:#f79120;
	margin-bottom: 5px;
	display: inline-block;
}
.assessment h1 {
	color:#566A98;
}
.assessment .meta {
	color:#566A98;
	display: none;
}
#yourBtn {
	color:#a7bc81;
	cursor:pointer;
}
.attach {
    overflow: hidden;
    position: relative;
}

.attach [type="file"] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    cursor: pointer;
}
.attach * {
	border:0px!important;
}
.attach label {
    padding: 5px 5px 0px 0px;
}
.attach .placeholder {
	float:left;
}
.attach p {
	float:left;
}
.post-59 h1, .post-138 h1, .post-139 h1 {
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #A7BC81;
}
.wpcf7 input, .wpcf7 textarea {
	background:#e8e8e8;
	color:#000;
	border:none;
	outline: none;
	box-shadow: 0px;
	padding: 7.5px 15px;
	font-size: 16px;
	font-weight: 300;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}
.wpcf7 .top-f {
	display: block;
	float: left;
	width: 49%;
}
.wpcf7 .bot-f {
	margin-bottom: 0px;
}
div.wpcf7-response-output {
	margin: 0px;
}
.wpcf7 .name {
	margin-right: 2%;
}
.wpcf7 textarea {
	width: 100%;
	height: 140px;
}
.wpcf7 .wpcf7-submit {
	font-size: 18px;
	text-transform: uppercase;
	padding: 7.5px 30px;
	font-weight: 700;
	color:#fff;
	background:#a7bc81;
	width: auto;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,.6);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,.6);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,.6);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0,0,0,.6);
}
@media (max-width: 767px) {
	.navbar-header {
		background:#623653!important;
	}
	.page-id-27 .navbar-header {
		background:#f7911e!important;
	}
	.page-id-57 .navbar-header {
		background:#566a98!important;
	}
	.page-id-59 .navbar-header {
		background:#a7bc81!important;
	}
	#main-menu > li {
		margin-right: 0px;
	}
	#main-menu > li a {
		color: #fff!important;
		font-weight: 300!important;
		font-size: 18px;
		padding: 18px 32px; 
	}
	.chro a  {
		background:#f7911e!important;
	}
	.asse a {
		background:#566a98!important;
	}
	.repo a {
		background:#a7bc81!important;
	}	
	select {
    	font-size: 24px;
    	padding: 10px 20px;
    	background: url(img/dropdown.png) no-repeat 97% 50% / 25px;    	
	}
}
@media (max-width: 480px) {
	.wpcf7 .top-f {
		width: 100%;
	}
	.wpcf7 .name {
		margin-right: 0%;
	}
}
#page-search-form .search-field {
	border-radius: 0px;
	border:none;
	box-shadow: none!important;
	outline: none!important;
	background:#e8e8e8;
	padding:10px;
	font-size: 16px;
	height: 36px;
	min-width: 350px;
    max-width: 100%;
    margin-right: 5px;
}
#page-search-form {
	width: 100%;
	overflow: hidden;
}
.search h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 25px;
}
#page-search-form label {
	float: left;
	margin-right: 5px;
}
#page-search-form .search-submit, #page-search-form .search-submit:focus, #page-search-form .search-submit:active {
	background: #623653;
	color:#fff;
	font-size: 18px;
	font-weight: 700;
	padding: 0 15px;
	border:0px;
	border-radius: 0px;
	outline: 0px!important;
	box-shadow: none;	
	height: 36px;
	float: left;
}
.facetwp-template .title {
	margin-bottom: 25px;
}
.page-id-57 .title {
	display: none;
}
.article a {
	display: block;
}
.article a:hover {
	text-decoration: none;
}
.article h1 {
	margin-top: 0px;
}
.article .content {
	color: #000;
}
.article .content .link {
	color:blue;
}
.article .content .link:hover {
	text-decoration: underline;
}
.page-id-27 #content, .page-id-57 #content {
	opacity: 0;
}
.page-id-27 .sidebar, .page-id-57 .sidebar {
	opacity: 0;
}
.search .article {
    margin-bottom: 40px;
}
.site-footer {
	background: #E7E7E7;
	opacity: 0;
	padding: 15px 0;
}
.site-footer .container {
	padding: 15px;
	font-size: 14px;
	font-weight: 700;
	color: #5D5D5D;
}
.site-footer .container a {
	color: #5D5D5D;
}
@media (max-width: 991px) {
	body {
    	padding-top: 80px;
	}	
	.mob-menu-title, select {
    	font-size: 20px;
    }
    .site-navigation {
    	margin-bottom: -10px;
    }
    #content {
    	margin-top: 25px;
    }
    .site-header-inner #search {
	    text-align: right;
		float:right;
	}
	
	.site-header-inner #search .search-field {
		border-bottom: 1px solid #b0afb0;
		width: 60px!important;
		font-size:12px!important;
	}
	#lang {
    	margin-left: 60px;
		position:absolute;
    }
    #lang_sel_click li {
	    width: 90px;
	}
}
.search #text-12 .widget-title {
	text-transform: none;
}
.mailchimp {
	text-align: center;
	color: #5D5D5D;
	overflow: hidden;
	box-sizing: border-box;
}
.wdpu-3547 .wdpu-text {
    padding: 20px 20px 20px;
}
.mailchimp p { 
	float: left;
	width: 100%;
	max-width:500px;
	display: block;
}
.mc4wp-form {
    width: 100%;
	max-width:500px;
	margin-left: 50%;
	-webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    margin-bottom: 10px;
}
.mailchimp .email-inp {
	width: 70%;
	display: inline-block;
	float: left;
	border: 1px solid #909090;
	padding: 10px;
	height: 44px;
    box-sizing: border-box;
}
.mailchimp .submit-inp {
	width: 29%;
	float: right;
	background: #909090;
	color: #ffffff;
	border: none;
	height: 44px;
    box-sizing: border-box;
}

.page-authtor{
	padding: 25px 0 50px 0;
	display: none;
}
.page-authtor span{
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
}
@media (max-width: 500px) {
    .mailchimp .email-inp, .mailchimp .submit-inp {
        width:100%;
    }
}
.mc4wp-response {
    text-align: center;
    color: #00d200;
}
.article .content * {
	font-size:16px!important;
	font-family:Arial!important;
}



@media only screen and (min-width:769px) {
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position: relative !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
}
	

}

