/*
Theme Name: InterfaithFamily 2017
Author: Shake & Howdy
Author URI: http://shakeandhowdy.com
Description: Custom theme for InterfaithFamily
Version: 999.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

body {
	margin: 0;
	background: #fff;
}

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;
	/* color: #6f4cd1; */
	color: #35abdd;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.6em;
	margin: 0.67em 0;
	font-weight: 700;
	/*	font-family: 'Roboto Slab', serif;
		font-family: 'Merriweather', serif;
		font-weight: 700; */
}

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: #333;
	font-family: 'Noto Sans', sans-serif;
/*
	font-family: 'Roboto', sans-serif;
	font-family: 'Heebo', sans-serif;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
	font-size: 14px;
	line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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 {
	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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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

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

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
/*  box-shadow: 0 0 2px -1px #333; */
	margin-bottom: 0;
}
.navbar-brand > a {
	color: #563d7c;
	font-weight: bold;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
	color: #563d7c;
	text-decoration: none;
}
div#page-sub-header {
	position: relative;
	padding: 30px 0;
	color: #cdbfe3;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #6f5499;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
	background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
	background-repeat: repeat-x;
	margin-bottom: 40px;
	font-size: 20px;
}
div#page-sub-header h1{
	margin-top: 0;
	color: #fff;
	margin-bottom: 10px;
}
div#page-sub-header p{
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4;
}



@media screen and (min-width: 768px) {
	div#page-sub-header h1{
		font-size: 60px;
		line-height: 1;
	}
	div#page-sub-header {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: left;
		font-size: 24px;
	}
}
@media screen and (min-width: 992px) {
	div#page-sub-header p{
		max-width: 640px;
	}
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/







/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead .navbar-nav > li > a {
  padding-bottom: 5px;
  padding-top: 5px;
	color: #000;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.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;
}
.navbar-brand {
	height: auto;
}
.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

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

@media screen and (min-width: 769px) {
	.dropdown-menu li > .dropdown-menu {
		right: -158px;
		top: 22px;
	}
}

.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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
# 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-bottom: 2em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
	display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px #ccc;
	padding: 2rem;
}

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

/*Expomás 4 Dec: make captions smaller */
figcaption {

	font-size: 0.8em;
}
/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#colophon {
	background: #35abdd none repeat scroll 0 0;
/*	margin: 20px 0 0; */
	padding: 20px 0;
	text-align: left;
	color: #FFF;
		padding-left: 5%;
		padding-right: 5%;


}
.copyright {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.copyright a, footer#colophon a {
    color: inherit;
}

footer ul {

	margin-top: 2em;
}

footer li {

	list-style: none;
	margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
	#masthead .navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}

/*--------------------------------------------------------------
## Expomás Custom
--------------------------------------------------------------*/
#page {

	padding-left: 5%;
	padding-right: 5%;
}

/*
.container-fluid {

	padding-left: 5%;
	padding-right: 5%;
}

.container-fluid .col-md-12 {

	padding-left: 0%;
	padding-right: 0%;
}
*/

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    margin-bottom: 0.8em;
}

.navbar-brand {

	margin-left: 0;
	padding-left: 0;
}
.entry-content img {

/*	float: left; */
	padding-right: 1em;
	padding-bottom: 1em;
}

.entry-content img:first {

/*	float: right; */
	padding-left: 1em;
	padding-bottom: 1em;
}

.box_title,
.boxleft_title, .boxmid_title, .boxright_title {
/*    background-color: #EBEBEB; */
    padding: 5px 13px 5px 6px;
    font-size: 16px;
    font-weight: bold;
		color: #6f4cd1;
}

.module-content {

/*    background-color: #EBEBEB; */
    padding: 5px 13px 5px 6px;
    display: table-cell;
}

/* should this be global, or just for .module-content?
ul li,
*/

.entry-content ul {

	clear: left;
}

.module-content ul li, .entry-content ul li  {
/*    background: url(images/arrows.png) no-repeat scroll 0 -1488px transparent !important; */
/*    padding-left: 16px !important;
			list-style: disc;
*/
		margin-left: 1em;
}

.module-content img {

	align: center;
	padding: 0px;
	margin: 5px;
/*	border: 1px grey solid; */

	border: 7px #bad264 solid;
	padding-right: 0px;
	padding-bottom: 0px;
}

.module-content a img {

	padding: 0px;
	margin: 5px;
	border: 2px blue solid;
}


.grey {

	padding-left: 0px;
	padding-right: 0px;
    margin-top: 2em;
}

.entry-content .col-md-6 {

	padding-top: 2em;
}

#author-avatar {

	float: left;
	max-width: 20%;
}

#author-description {

	float: left;
	max-width: 75%;
}

h2 {

	font-size: 24px;
	font-weight: 700;
	/*	font-family: 'Roboto Slab', serif;
	font-family: 'Merriweather', serif;
		font-weight: 700; */
}

h2.archive {

	margin-top: 0px;
}

h2.archive a {

	color: #6f4cd1;
}

h3 {

/*	font-size: 20px; */
	font-size: 1.2em;
	font-weight: 700;
/*	font-family: 'Roboto Slab', serif;
	font-family: 'Merriweather', serif;
	font-weight: 700; */
}

aside#secondary {

	border-left: 1px #CCC solid;
/*	background-color: #f5f7e9;
	display: table-cell;
	height: 100%; */
}

.img-block {

/*	float: left; */
	padding: 1em;
/*	width: 30%; */
	text-align: center;
	min-width: 50%;
/*	clear: both; */
}
/*
.img-block:first-of-type {

	float: right;
}
*/

.img-block img {

	text-align: center;
	max-width: 100%;
	clear: right;
	float: none;
}

.img-block img::after {
}

.byline {

	display: none;
}

.rpwe-block h3 {

/*	font-family: Roboto, sans-serif; */
}

.dropdown-menu {

	padding-top: 0px;
}

ul#menu-menu-primary-1 {

	min-width: 100%;
}

li.menu-learning, li.menu-community, li.menu-advocacy {

	font-size: 2rem;
	min-width: 32%;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
/*		margin-bottom: 0.2em;
*/
	margin-bottom: 0em;
}

li.menu-learning span, li.menu-community span, li.menu-advocacy span {

	font-size: 1.4rem;
}

li.menu-learning {

/*	background-color: green; */
	border-top: 10px #bad167 solid;
	margin-right: 1%;
}

.nav > li.menu-learning > a:hover {
	background-color: #bad167;
}

.nav > li.menu-learning.open {

	background-color: #bad167;
}

.nav li.menu-learning.open > a,
.nav li.menu-learning.open > a:hover,
.nav li.menu-learning.open > a:focus {
  background-color: #bad167;
  border-color: #337ab7;
}

li.menu-community {

	border-top: 10px #00599b solid;
	margin-right: 1%;
}

.nav > li.menu-community > a:hover {
	background-color: #00599b;
	color: #FFF;
}

li.menu-community > a:hover {

	color: #FFF;
}

.nav > li.menu-community > a:hover {
	background-color: #00599b;
	color: #FFF;
}

.nav > li.menu-community.open {

	background-color: #00599b;
	color: #FFF;
}

.nav li.menu-community.open > a,
.nav li.menu-community.open > a:hover,
.nav li.menu-community.open > a:focus {
  background-color: #00599b;
	color: #FFF;
}

#masthead .navbar-nav > li.menu-community > a:hover {

	color: #FFF;
}

#masthead .navbar-nav > li.menu-community.open > a {

	color: #FFF;
}

li.menu-advocacy {

/*	background-color: green; */
	min-width: 34%;
	border-top: 10px #35abdd solid;
}

.nav > li.menu-advocacy > a:hover {
	background-color: #35abdd;
}

.nav > li.menu-advocacy.open {

	background-color: #35abdd;
}

.nav li.menu-advocacy.open > a,
.nav li.menu-advocacy.open > a:hover,
.nav li.menu-advocacy.open > a:focus {
  background-color: #35abdd;
}

.menu-col {

	font-size: 1.2em;
	font-weight: 700;
}

.menu_more {

	font-size: 0.8em;
	font-weight: 400;
}

.menu_more ul {

	padding-top: 1.3em;
}

.menu_more li {

	list-style: none;
}

img.img-responsive.social {

		min-width: 30px;
		margin-top: 1.7em;
		margin-bottom: 1.7em;
/*		float: right; */
}

.first_city {

	margin-top: 2.6em;
}

.row.second_city {

	padding-left: 5%;
}

.row.second_city img {

	margin-top: 0em;
}

#carousel_text {

	background-color: #35abdd;
	min-width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	padding: 0.5em;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 5px;
/*	font-family: 'Oleo Script', cursive; */
}

h1.home, h1.entry-title {

	color: #6f4cd1;
	text-align: left;
}

.featured {

/*	text-align: center; */
	font-weight: 600;
	margin-bottom: 20px;
/*	font-size: 1.2em; */
}

.featured img {

	/*border: 3px #bad167 solid; */
}

.post_thumb {
}

.col-md-12.testimonial {

	background-color: #f5f7e9;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 110%;
/*	font-family: 'Oleo Script', cursive; */
	font-size: 1em;
	margin-left: -5%;
	margin-right: -5%;
}

.testimony_img {

	float: left;
	margin-left: 10%;
	margin-right: 1em;
}

.video_linx {

	font-weight: 700;
	font-size: 1.3em;
}

.embed-responsive-16by9 {

	margin-bottom: 0em;
}

.yamm-content a {

	color: #000;
}

.yamm-content.learning {

	 background-color:#bad167;
}

.yamm-content.community {

 	 background-color:#00599b;
}

.yamm-content.advocacy {

 	 background-color:#35abdd;
}

.yamm-content.community a {

	color: #FFF;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.greenbox {

	background-color: #bad264;
	text-align: center;
	padding-top: 6%;
	padding-bottom: 4%;
	height: 100%;
	font-size: 1em;
	font-weight: 900;
}

.greenbox2 {

	background-color: #bad264;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	height: 100%;
	font-size: 1em;
	font-weight: 900;
}

.greenbox a, .greenbox2 a, .blogsrow a {

	color: #000;
}

.greenbox img {

	padding-bottom: 1.2em;
}

.greenrow, .greenrow2 {

	margin-left:-15px;
	margin-right:-15px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.phonegreenrow {

	display:none;
}

.newgreenbox {

	background-color: #bad264;
	text-align: center;
	padding-top: 6%;
	padding-bottom: 4%;
	height: 100%;
	font-size: 1em;
	font-weight: 900;
}

.newgreenbox2 {

	background-color: #bad264;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	height: 100%;
	font-size: 1em;
	font-weight: 900;
}

.newgreenbox a, .newgreenbox2 a {

	color: #000;
}

.newgreenbox img {

	padding-bottom: 1.2em;
}

.newgreenrow {

	margin-left:-15px;
	margin-right:-15px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


.blogsrow {

	background-color: #bad264;
	display: block;
	min-height: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	font-size: 1em;
}

.blogsrow .col-sm-5ths {

	padding: 0.6em;
	padding-left: 1.5em;
}

.news_title {

	text-align: center;
	margin-top: 0.3em;
}

/*span.bluet_tooltip::before { */
span::before {

	/* content: "\00a0\00a0"; */
/*	content: "\0000a0"; */
}

span.bluet_tooltip::before, li.dropdown span::before, span.posted-on::before,
span.box_title::before, span.cat-links::before {

/*	content: ''; */
}

/* Tooltip fix? */

i .tooltipy-kw:after,
i .tooltipy-kw:before,
em .tooltipy-kw:after,
em .tooltipy-kw:before,
a .tooltipy-kw:after,
a .tooltipy-kw:before,
b .tooltipy-kw:after,
b .tooltipy-kw:before,
strong .tooltipy-kw:after,
strong .tooltipy-kw:before {
   content: " ";
   border-bottom-style:inset;
   position: relative;
}

/* Theme button - Style 1 */
.themebutton2  {
	color: #232323;
	text-align: center;
	border: 1px solid #232323;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 10px 15px;
}
a.themebutton2 {
	color: #232323;
}
.themebutton2:hover {
	color: #fff;
	background: #6f4cd1;
}
.themebutton2:focus {
	outline: none
}

a.themebutton2:hover {

	text-decoration: none;
}

.clr {

	display: none;
}

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

	#page {

		padding-left: 1%;
		padding-right: 1%;
	}
/*
	.col-md-12.testimonial, #whatsnewposts {

		display:none;
	}
*/

	.row.socials {
		clear:both;
	}

	.first_city {

		margin-top: -1.5em;
	}

	.row.second_city {

		padding-left: 13%;
	}

	.menu_more {

		display: none;
	}

	li.menu-learning, li.menu-community, li.menu-advocacy {

		font-size: 2rem;
	}

	li.menu-learning span, li.menu-community span, li.menu-advocacy span {

		font-size: 1.3rem;
	}

	img.cat_th {

		min-width: 100%;
	}

}

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

	.img-block, .img-block:first-of-type {

		float: none;
		clear:both;
		text-align: center;
		padding-bottom: 2em;
	}
/*
	.entry-content img {

		float: none;
		clear:both;
		text-align: center;
		padding-bottom: 2em;
	}
*/

	aside#secondary {

		border-left: none;
	}

	.blogsrow, .greenrow, .greenrow2 {

		display: none;
	}

	.newgreenrow {

		display: none;
	}

	.phonegreenrow {

		margin-left:-15px;
		margin-right:-15px;
		margin-top: 0px;
		margin-bottom: 0px;
		display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}

	.phonegreenbox {

		background-color: #bad264;
		text-align: center;
/*		height: 100%; */
		width: 100%;
		font-size: 1em;
		font-weight: 900;
		min-height: 60px;
		margin-bottom: 5px;
		display:flex;
		align-items:center;
	}

	.phonegreenbox a {

		color: #000;
		display: block;
		width: 100%;
	}

	.phonegreenrow .col-xs-4, .phonegreenrow .col-xs-6  {

		padding:5px;
		padding-bottom: 0px;
	}

	/*
		.col-sm-5ths {
			width: 22%;
			float: left;
	}


	.blogsrow, .greenrow, #whatsnew {

		display: none;
	}
	*/
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
