/*
Theme Name: Grant Makers for Girls of Color Theme
Description: It's a child theme for the Enfold.
Template: enfold
Version: 1.0.0
Author: Grant Makers for Girls of Color Team
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
*
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme.
* Instead use the custom.css file that is located in your themes /css/ folder to add your styles.
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->Styling
*/
.entry-content li {
	font-size: 16px;
    font-family: 'Ubuntu Light', 'Open sans', Arial, sans-serif;
}

#top .wpcf7-form {
  margin-bottom: 0;
}
#gform_wrapper_5,#gform_wrapper_16,#gform_wrapper_17 {
	max-width: 700px;
	margin: 0 auto;
}
#gform_wrapper_5 .gform_body,
#gform_wrapper_16 .gform_body,
#gform_wrapper_17 .gform_body {
	width: 100%;
	max-width: initial !important;
	vertical-align: top;
}
#gform_wrapper_5 .gfield,
#gform_wrapper_16 .gfield,
#gform_wrapper_17 .gfield {
	margin: 0;
    padding: 0;
}
#gform_wrapper_5 .ginput_container_email input,
#gform_wrapper_16 .ginput_container_email input,
#gform_wrapper_17 .ginput_container_email input{
  margin: 0;
  border-color: #7F4585 !important;
  background-color: #E8E8E8 !important;
  padding-right: 95px;
  padding: 11px;
}
#gform_wrapper_5 .gform_button,
#gform_wrapper_16 .gform_button,
#gform_wrapper_17 .gform_button {
    padding: 0px 22px;
    height: 100%;
    line-height: 38px;
    background-color: #7f4585;
    color: #fff;
    border: 1px solid #7f4585;
}
.gform_confirmation_message_5,
.gform_confirmation_message_16,
.gform_confirmation_message_17 {
    text-align: center;
    font-family: 'Ubuntu Light', 'Open sans', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #7f4585;
}

body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
	vertical-align: top;
}
.gform_ajax_spinner {
	display: inline-block;
}
.main_color input[type="submit"]:hover,
#gform_wrapper_5 .gform_button:hover,
#gform_wrapper_16 .gform_button:hover,
#gform_wrapper_17 .gform_button:hover {
	background: #65316b;
}
#av_section_1 .wpcf7 .wpcf7-form,
#av_section_3 .wpcf7 .wpcf7-form {
	max-width: 700px;
	margin: 0 auto;
}
#av_section_1 .wpcf7 .wpcf7-form p,
#av_section_3 .wpcf7 .wpcf7-form p {
  margin: 0;
  position: relative;
}
#av_section_1 .wpcf7 .wpcf7-form p br,
#av_section_3 .wpcf7 .wpcf7-form p br {
  display: none;
}
#av_section_1 .wpcf7 .your-email input[type='email'],
#av_section_3 .wpcf7 .your-email input[type='email'] {
  margin: 0;
  border-color: #7F4585;
  background-color: #E8E8E8;
  padding-right: 95px;
}
#av_section_1 .wpcf7 .wpcf7-form input[type='submit'],
#av_section_3 .wpcf7 .wpcf7-form input[type='submit'] {
  position: absolute;
  right: -2px;
  top: 0;
  padding: 0 22px;
  height: 100%;
  line-height: 36px;
  background-color: #7f4585;
  color: #fff;
  border: 1px solid #7f4585;
}
#av_section_1 .wpcf7 .wpcf7-form input[type='submit']:hover,
#av_section_3 .wpcf7 .wpcf7-form input[type='submit']:hover {
	background: #3d71a1;
}
#av_section_1 .wpcf7 .wpcf7-form .ajax-loader,
#av_section_3 .wpcf7 .wpcf7-form .ajax-loader {
  position: absolute;
  right: -22px;
  top: 12px;
}
#av_section_1 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap,
#av_section_3 .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
#av_section_1 .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip,
#av_section_3 .wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 38px;
}
span.wpcf7-not-valid-tip{
	font-size: 14px;
}
div.wpcf7-validation-errors {
  border: 2px solid #f7e700 !important;
  font-size: 13px;
  line-height: 18px;
}
#av_section_1 .wpcf7 .wpcf7-form div.wpcf7-response-output{
	margin: 3.5em 0 0;
}
#av_section_1 .wpcf7 .wpcf7-form .main_color input[type='submit'] {
  margin-top: -5px;
}
.title_container .main-title{
	width: 44%;
}
#tribe-events #tribe-events-bar{
	margin-top: 0;
}

.resources-sort{
	position: relative;
	overflow: visible;
	padding: 20px 0 10px;
	background: #ebebeb;
}
.resources-sort:before,
.resources-sort:after{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #ebebeb;
}
.resources-sort:after{
	left: auto;
	right: -100%;
}
.resources-sort h3{
	margin-bottom: 20px;
}
.resources-sort a[class$="sort_button"],
.resources-sort .all_sort_button{
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px 16px;
	color: #fff;
	background-color: #7f4585;
	border-radius: 3px;
}
.resources-sort a[class$="sort_button"]:hover,
.resources-sort .all_sort_button:hover{
	color: #fff;
}
.resources-sort .text-sep{
	display: none;
}

.main_color .sort-by-cat a{
	color: #919191;
	text-decoration: none;
}
.main_color .sort-by-cat a:hover,
.main_color .sort-by-cat a.active-category{
	color: #7f4585;
}

.novo-latest-posts{
	max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
	overflow: hidden;
	font-size: 18px;
    line-height: 26px;
	text-align: center;
}
.novo-latest-posts h2{
	margin-bottom: 58px;
}
.novo-latest-posts h3{
	margin-bottom: 12px;
}
.novo-latest-posts p{
	margin-bottom: 8px;
	word-break: break-word;
}
.novo-latest-posts .col{
	width: 33.3333%;
	float: left;
	padding: 0 15px;
}
.novo-latest-posts .img-wrap{
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto 26px;
	border-radius: 50%;
}
.novo-latest-posts .img-wrap img{
	min-height: 120px;
    min-width: 120px;
    max-width: inherit;
    width: auto;
    height: 100%;
}

/*---------Convening page----------*/

.banner-block{
	position: relative;
	padding: 60px 0;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-family: 'Ubuntu', 'Open sans', Arial, sans-serif;
	text-align: center;
	background-color: #915897;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.banner-block .container{
	max-width: 850px;
}
.banner-block .ttl{
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
}
.banner-block p{
	margin: 0;
	padding: 0 0 18px;
	font-size: 20px;
	line-height: 32px;
	font-family: 'Ubuntu', 'Open sans', Arial, sans-serif;
}
.banner-block a{
	color: #fff;
	text-decoration: underline;
}
.banner-block a:hover{
	text-decoration: none;
}
.banner-block .info{
	padding-top: 20px;
}
.banner-block .info p{
	padding: 0;
}
.banner-block .date{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}
.banner-block .note{
	font-style: italic;
	font-size: 16px;
	font-family: 'Ubuntu Light', 'Open sans', Arial, sans-serif;
}
.banner-bot{
	position: relative;
	bottom: -60px;
	padding: 20px 0;
	background: rgba(54, 70, 110, 0.66);
}
.banner-bot p{
	padding: 0;
	font-size: 16px;
	line-height: 23px;
}

.banner-with-images {
    background-color: #915897;
}

.banner-with-images .container {
    max-width: 1310px;
}

.banner-with-images .cols-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}

.banner-with-images .cols-wrap::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    border-color: rgba(145, 88, 151, 0);
    border-top-color: #915897;
    border-width: 22px;
    margin-left: -22px;
    margin-top: 60px;
}

.banner-with-images .col {
    width: 30%;
    float: left;
    padding: 0 15px;
}

.banner-with-images .col2 {
    width: 40%;
}

.banner-with-images .img-wrap img {
    width: 318px;
    border-radius: 50%;
    box-shadow: 6px 6px 7px  0 rgba(0, 0, 0, 0.2);
}

.banner-with-images .banner-bot {
    padding-top: 64px;
}

.banner-with-images .banner-bot .container {
	max-width: 850px;
}

.template-convening{
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100%;
}
.template-convening .content{
	max-width: 750px;
	margin: 0 auto;
}

/*----------tabs----------*/
.template-convening a:hover{
	color: #7f4585;
}
.responsive #top .template-convening .tabcontainer{
	border: none;
}
.responsive #top .template-convening .active_tab_content{
	background: none;
}
.template-convening .tabcontainer{
	margin: 0 auto;
}
.template-convening .tab_titles{
	border-bottom: 2px solid #e2e2e2;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.js_active .template-convening .tab{
	top: 2px;
	text-align: center;
	border: none;
}
.template-convening .tabcontainer .tab span{
	display: inline-block;
	padding: 12px 2px 14px;
	border-bottom: 4px solid transparent;
}
.js_active .template-convening .tab:first-child{
	text-align: left;
}
.js_active .template-convening .tab:last-child{
	text-align: right;
}
div .template-convening .tabcontainer .active_tab_content,
div .template-convening .tabcontainer .active_tab{
	background: none;
}
.template-convening .tabcontainer .tab{
	padding: 0;
	color: #7f4585;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Ubuntu', 'Open sans', Arial, sans-serif;
}

#top .template-convening .tabcontainer .tab:hover,
#top .template-convening .tabcontainer .tab.active_tab{
	color: #7f4585;
	background: none;
}
#top .template-convening .tabcontainer .tab:hover,
#top .template-convening .tabcontainer .tab.active_tab span{
	border-color: #7f4585;
}
.js_active .template-convening .active_tab_content{
	padding: 50px 0 0;
	border: none;
}
.template-convening .tab_inner_content{
	margin: 0;
}
.template-convening p{
	margin: 0;
	padding: 0 0 20px;
	color: #666;
	font-size: 17px;
	line-height: 22px;
	font-family: 'Ubuntu', 'Open sans', Arial, sans-serif;
}
.template-convening ul li{
	font-size: 17px;
	font-family: 'Ubuntu', 'Open sans', Arial, sans-serif;
}
.template-convening .tabcontainer h1,
.template-convening .tabcontainer h2,
.template-convening .tabcontainer h3{
	margin: 0;
	padding: 0 0 20px;
	color: #7f4585;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	font-family: 'Ubuntu Light', 'Open sans', Arial, sans-serif;
	text-transform: none;
	letter-spacing: 0;
}
.template-convening .tabcontainer h3{
	font-size: 20px;
	line-height: 22px;
}
.agenda table{
	margin-bottom: 40px;
	background: none;
}
.agenda table tr,
.agenda table tr:nth-child(odd),
.agenda table tr:nth-child(even){
	background: none;
}
.agenda table tr{
	border-bottom: 2px solid #e2e2e2;
}
.agenda table tr td{
	padding: 26px 10px 16px;
	border: none;
}
.agenda table tr td:first-child{
	width: 120px;
	padding-left: 0;
}
.agenda table tr td:last-child{
	width: 200px;
	padding-right: 0;
}
.agenda p{
	color: #666;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Ubuntu', 'Open sans', Arial, sans-serif;
}
.agenda table p{
	margin: 0;
}
.agenda table tr td:first-child p{
	font-weight: bold;
}
.agenda table tr td .desc{
	margin-top: 10px;
	font-size: 14px;
}

.text-center{
	text-align: center;
}
.btn{
	padding: 15px 24px;
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	font-family: 'Ubuntu Light', 'Open sans', Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-shadow: 0 -2px 2px rgba(0, 0, 0, .6);
	background: #3b4d79;
    background: -webkit-linear-gradient(#3b4d79 48%, #36466e 50%);
    background: -o-linear-gradient(#3b4d79 48%, #36466e 50%);
    background: -moz-linear-gradient(#3b4d79 48%, #36466e 50%);
    background: linear-gradient(#3b4d79 48%, #36466e 50%);
    border: none;
    border-radius: 5px;
}
.btn:hover{
	background: #36466e;
    background: -webkit-linear-gradient(#36466e 48%, #3b4d79 50%);
    background: -o-linear-gradient(#36466e 48%, #3b4d79 50%);
    background: -moz-linear-gradient(#36466e 48%, #3b4d79 50%);
    background: linear-gradient(#36466e 48%, #3b4d79 50%);
}
.template-convening .member-lst{
	margin: 0;
	padding: 0;
	list-style: none;
}
.template-convening .member-lst li{
	margin: 0;
	padding: 0 0 18px;
}
.template-convening .member-lst p{
	padding: 0;
}
.template-convening .member-lst .position{
	font-style: italic;
	font-size: 15px;
}

.speakers{
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.speakers-row{
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.speakers-row .flex_column:first-child{
	margin-left: 0;
}
.speakers .flex_column{
	padding-bottom: 46px;
}
.speakers p{
	padding: 0;
	color: #333;
	font-size: 12px;
	line-height: 20px;
}
.speakers img{
	max-width: 100%;
	vertical-align: top;
	margin-bottom: 18px;
}
.speakers .name{
	color: #36466e;
	font-size: 16px;
	line-height: 23px;
}
.speakers .ttl{
	font-size: 16px;
	font-style: italic;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip{
	z-index: 100;
}


/*----------Single resources----------*/
.single-resources .title_container .main-title{
	font-size: 18px;
}
.single-resources .post-entry{
	max-width: 750px;
    margin: 0 auto;
}
.single-resources .resources-img{
	width: 480px;
	max-width: 100%;
	margin: 30px auto 20px;
}
.single-resources .resources-img img{
	width: 100%;
}

/*----------Single resources end----------*/

.header_color .main_menu ul:first-child > li.current_page_item > a{
	color: #808080;
}
.header_color .av-subnav-menu a:hover, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a{
	color: #333;
}

/*---------- Convening 2017 ----------*/
.page-template-template-convening-2017 .banner-block {
	background-color: #bd4e66;
}
#top.page-template-template-convening-2017 .template-convening .tabcontainer .tab {
	color: #a83951;
}
#top.page-template-template-convening-2017 .template-convening .tabcontainer .tab:only-of-type {
	display: block;
	margin: 0 auto;
	text-align: center !important;
}
#top.page-template-template-convening-2017 .template-convening .tabcontainer .tab.active_tab span,
#top.page-template-template-convening-2017 .template-convening .tabcontainer .tab:hover span {
	border-color: #a83951;
}
.page-template-template-convening-2017 .template-convening .tabcontainer h3 {
	color: #bd4e66;
}
.page-template-template-convening-2017 .row-btn {
	text-align: center;
}
.page-template-template-convening-2017 .btn-back {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	text-shadow: 1px -2px 10px rgba(0,0,0,0.29);
	border-radius: 5px;
	background: rgb(189,78,102);
	background: -moz-linear-gradient(top, rgba(189,78,102,1) 0%, rgba(189,78,102,1) 0%, rgba(183,76,99,1) 50%, rgba(178,73,96,1) 50%, rgba(189,78,102,1) 100%);
	background: -webkit-linear-gradient(top, rgba(189,78,102,1) 0%,rgba(189,78,102,1) 0%,rgba(183,76,99,1) 50%,rgba(178,73,96,1) 50%,rgba(189,78,102,1) 100%);
	background: linear-gradient(to bottom, rgba(189,78,102,1) 0%,rgba(189,78,102,1) 0%,rgba(183,76,99,1) 50%,rgba(178,73,96,1) 50%,rgba(189,78,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd4e66', endColorstr='#bd4e66',GradientType=0 );
	padding: 15px 30px;
	text-transform: uppercase;
}
.page-template-template-convening-2017 .btn-back:hover {
	color: #fff;
	text-decoration: none;
	background: #cd5670;
	text-shadow: none;
}

/*---------- Convenings ----------*/
.page-template-template-convenings .section-wrapper {
	display: flex;
    flex-wrap: wrap;
}

.page-template-template-convenings .section-wrapper .avia-section:first-of-type {
	flex: 100%;
}

.page-template-template-convenings .section-wrapper .avia-section:not(:first-of-type) {
	/* flex: 50%; */
	 flex: 100% !important;
}

/*---------- Media Queries ----------*/


@media only screen and (min-width: 1100px){
	.title_container .main-title{
		width: 48%;
	}
}
@media only screen and (min-width: 1200px){
	.title_container .main-title{
		width: 54%;
	}
}
@media only screen and (min-width: 1480px){
	.title_container .main-title{
		width: 58%;
	}
}
@media only screen and (max-width: 1200px){
    .banner-with-images .col {
        width: 24%;
    }

    .banner-with-images .col2 {
        width: 52%;
    }
}
@media only screen and (max-width: 1024px){
	.title_container .main-title{
		width: 100%;
	}
	.title_container .breadcrumb{
		position: static;
		margin: 0;
		padding-top: 6px;
	}
}
@media only screen and (max-width: 860px){
    .banner-with-images .cols-wrap {
        display: block;
        margin: 0 auto;
    }
    .banner-with-images .col,
    .banner-with-images .col2 {
        width: 100%;
        margin-bottom: 10px;
	}
	
	.page-template-template-convenings .section-wrapper .avia-section:not(:first-of-type) {
		flex: 100%;
	}
}

@media only screen and (max-width: 767px){
	.novo-latest-posts{
		padding: 40px 0 0;
	}
	.novo-latest-posts h2 {
    	margin-bottom: 40px;
	}
	.novo-latest-posts .col{
		width: 100%;
	}
	.novo-latest-posts .col+.col{
		padding-top: 40px;
	}

	.template-convening{
		background: none !important;
	}
	.responsive .template-convening .tabcontainer .tab.fullsize-tab{
		display: none;
	}
	.responsive .template-convening .tabcontainer .tab_titles{
		display: block;
	}
	.js_active .template-convening .tab,
	.js_active .template-convening .tab:last-child{
		text-align: left;
	}
	.js_active .template-convening .active_tab_content{
		padding: 36px 0 0;
	}

	.agenda table tr td{
		padding: 14px 5px;
	}
	.agenda p{
		font-size: 16px;
		line-height: 20px;
	}
	.agenda table tr td:first-child{
		width: 80px;
	}
	.agenda table tr td:last-child{
		width: 120px;
	}

	.responsive #top #wrap_all .speakers .flex_column{
	    margin-left: 6%;
		width: 47%;
	}
	.responsive #top #wrap_all .speakers .flex_column:nth-child(odd){
		margin-left: 0;
	}
	.speakers .flex_column {
    	padding-bottom: 10px;
	}
}

@media only screen and (max-width: 600px){
	.js_active .template-convening .active_tab_content{
		padding: 28px 0 0 0;
	}
	.template-convening .tabcontainer h2{
		font-size: 24px;
	}
	.agenda table tr td,
	.agenda table tr td:first-child,
	.agenda table tr td:last-child{
		display: block;
		width: 100%;
		padding: 10px 0;
	}

}
@media only screen and (max-width: 380px){
	.responsive #top #wrap_all .speakers .flex_column{
	    margin-left: 0%;
		width: 100%;
	}
}


.grid-entry .inner-entry {
  box-shadow: none!important;
}
a.av-menu-text {
    background-color: #7f4585 !important;
    color: #ffffff;
    border-color: #7f4585 !important;
}
