/*
Theme Name: CHD
Theme URI: http://clearhonestdesign.com
Author: Clear Honest Design
Author URI: http://clearhonestdesign.com
Description: Clear Honest Design Theme
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: chd
Tags:

*/


/******* NEW UPDATE *******/

h2.wpb_heading.wpb_video_heading {
	font-size: 20px;
}

.single-aboutpage .article-para a {
    color: #17BAE5;
}

.visual-composer .ult-style-1 .ult-team-member-name-wrap .ult-team-member-name, .visual-composer .ult-style-2 .ult-team-member-name-wrap .ult-team-member-name, .visual-composer .ult-style-3 .ult-team-member-name-wrap .ult-team-member-name {
    color: #333;
    font-size: 36px;
    text-transform: none;
    margin: 25px 0 5px 0;
    display: block;
    font-weight: 500;
}

.visual-composer .ult-style-1 .ult-team-member-position, .visual-composer .ult-style-2 .ult-team-member-position, .visual-composer .ult-style-3 .ult-team-member-position {
    padding-bottom: 0;
    font-size: 18px;
    color: #777;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.visual-composer .ult-team-member-image img {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    max-width: 300px;
	display: block;
	margin: 0 auto;
}

.visual-composer .ult-style-1 .ult-team-member-description p, .visual-composer .ult-style-2 .ult-team-member-description p, .visual-composer .ult-style-3 .ult-team-member-description p {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
}

.visual-composer p {
    font-weight: 300;
    color: #1B2334;
    padding-bottom: 20px;
	font-size: 21px;
    line-height: 1.45em;
}

.cta-team {
	padding-top: 40px;
	padding-bottom: 70px;
}

.cta-team .vc_btn3.vc_btn3-color-grey, .cta-team .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #fff !important;
    position: relative;
    font-size: 18px;
    padding: 10px 22px;
    background-color: #17BAE5 !important;
    border-radius: 100em;
    font-weight: 500;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    border: none;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.cta-team .vc_btn3.vc_btn3-color-grey:hover, .cta-team .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {
 -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}

.opportunities h2 {
	text-align: center;
	font-size: 52px;
	line-height: 52px;
}

.menu-main-menu-container {
    width: calc(100% - 80px);
    vertical-align: middle;
    white-space: nowrap;
    overflow-x: auto;
    margin-right: 9px;
    padding-right: 20px;
	overflow: visible;
}

.menu-main-menu-container {
    padding: 20px 0;
    display: inline-block;
}

.menu-main-menu-container ul li {
	position: relative;
}

.menu-main-menu-container ul li a {
	margin-right: 14px;
    font-weight: 300;
    font-size: 16px;
}
.menu-main-menu-container ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    width: 275px;
    padding-top: 20px;
}

.menu-main-menu-container ul ul li {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
    display: block;
    padding: 7px 18px;
    background-color: #17BAE5;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.menu-main-menu-container ul ul li:hover a {
	color: #000000;
}

.menu-main-menu-container ul ul li:first-child {
	padding-top: 20px;
}

.menu-main-menu-container ul ul li:last-child {
	padding-bottom: 20px;
}

.menu-main-menu-container ul ul li a {
    color: #ffffff;
    width: 100%;
    display: block;
}

.visual-composer {
	padding-top: 100px;
}

.postid-392 .visual-composer {
	padding-top: 0px;
}

.postid-392 .listings-container.cat-post-grid {
	display: none;
}

.admin-bar .header-container {
	top: 32px;
}

.logo-container img {
	max-height: 32px;
	display: inline-block;
	float: left;
}

.site-header .logo {
    display: inline-block !important;
    float: left;
    margin-right: 20px;
	margin-top: 3px;
}

img.participant-logo {
	max-width: 120px;
}

h3.mail-list {
	margin-top: 35px;
    margin-bottom: 0px;
}

div#mc_embed_signup {
    margin-top: 20px !important;
}

.page-header {
	padding-top: 100px !important;
	padding-bottom: 100px;
	margin-top: 30px;
}

.page-header h1 {
	color: #ffffff;
	text-align: center;
	margin: 0;
	font-size: 60px;
	line-height: 60px;
}

.page-id-2134 .entry-header {
	display: none;
}


.calendar {
	padding-top: 80px;
	padding-bottom: 80px;
}

.edit-link {
	display: none;
}

.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
	-webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    position: relative;
    font-size: 18px;
    padding: 10px 22px;
    background-color: #17BAE5 !important;
    border-radius: 100em;
    font-weight: 500;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    border: none;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4,  0,  0.2,  1);
    transition: -webkit-transform 0.2s cubic-bezier(0.4,  0,  0.2,  1);
    -o-transition: transform 0.2s cubic-bezier(0.4,  0,  0.2,  1);
    transition: transform 0.2s cubic-bezier(0.4,  0,  0.2,  1);
    transition: transform 0.2s cubic-bezier(0.4,  0,  0.2,  1), -webkit-transform 0.2s cubic-bezier(0.4,  0,  0.2,  1);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.vc_btn3.vc_btn3-color-primary:hover, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover {
	-webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}

.ult-banner-block .title-center {
    text-align: center;
    background-color: #17BAE5 !important;
    font-size: 20px !important;
    line-height: 20px !important;
}

.resource-section {
	padding: 120px 0;
	background-color: #EFF1F5;
}

.default-icon .aio-icon-default {
    width: 100%;
    display: block !important;
    text-align: center;
}

.default-icon .aio-icon-default .aio-icon-img {
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
}

.resource-section .aio-icon-img .img-icon {
    width: auto;
    max-height: 152px!important;
    display: inline-block;
}

.aio-icon-img {
	width: 100% !important;
	max-width: 230px !important;
}

.resource-section .default-icon .aio-icon-header {
    display: block;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
}

.resource-section .aio-icon-header h3.aio-icon-title {
    margin: 0;
    display: block;
    font-size: 26px;
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.resource-section .aio-icon-header+.aio-icon-description {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    max-width: 470px;
    margin: 0 auto;
}

.resource-section .vc_btn3.vc_btn3-color-primary, .resource-section .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    font-size: 18px;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 10px;
}

.resource-section .vc_btn3-container.vc_btn3-center {
    text-align: center;
    height: 60px;
}

.resource-section .vc_col-sm-6 .vc_column-inner {
	padding-left: 40px;
	padding-right: 40px;
}

.sie-report {
	padding: 120px 0;
}


.sie-report h2 {
	text-align: center;
}

.sie-report p {
	text-align: center;
	font-size: 18px;
	line-height: 27px;
}

.ecosystem-banner .text-large p {
	text-align: center;
}

.ecosystem-banner {
    padding: 170px 0 !important;
}

.ecosystem-banner .text-large {
    font-size: 26px;
    line-height: 1.2em;
    max-width: 750px;
    margin: 0 auto;
	margin-bottom: 50px;
}

.vc_btn3-container.vc_btn3-center {
    text-align: center;
    height: 50px;
}

.home-quotes {
	background-color: #EFF1F5;
	padding: 120px 0 !important;
}

.home-quote-row {
    max-width: 880px;
    margin: 0 auto !important;
    float: none;
    display: block;
}

.home-quotes .underline-cta {
	display: inline-block;
}

.home-quotes .button {
	display: inline-block;
}

.quote-source {
	margin-bottom: 30px;
}

.home-skoll-center {
	padding-top: 120px !important;
	padding-bottom: 120px;
}

.home-skoll-center h2 {
	color: #ffffff;
	text-align: center;
	font-size: 26px;
    line-height: 1.2em;
	font-weight: 500;
}

.home-skoll-center p {
	font-size: 18px;
    line-height: 1.5;
	color: #ffffff;
	text-align: center;
	margin-bottom: 50px !important;
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
	-webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    color: #000000 !important;
    position: relative;
    font-size: 18px;
    padding: 10px 22px;
    background-color: #ffffff !important;
    border-radius: 100em;
    font-weight: 500;
    display: inline-block;
    min-width: 160px;
    text-align: center;
    border: none;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.vc_btn3.vc_btn3-color-white:hover, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover {
	-webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}

.single-aboutpage .visual-composer {
    padding-top: 0;
}

.postid-2463 .listings-container.cat-post-grid, .postid-2425 .listings-container.cat-post-grid, .postid-2480 .listings-container.cat-post-grid, .postid-2486 .listings-container.cat-post-grid, .postid-2803 .listings-container.cat-post-grid {
	display: none;
}

.wpb_single_image .vc_figure-caption {
	width: 37%;
    min-width: 400px;
    line-height: 1.3;
    position: absolute;
    bottom: -8px;
    left: 20px;
    font-size: 14px !important;
	background-color: #3A7BAC;
	color: #fff;
    display: inline;
    padding: 1px 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-weight: 500;
}

.wpb_single_image .vc_figure {
	position: relative;
}

.press-list {
	padding-bottom: 50px !important;
}

.press-list h2 {
    text-align: center;
    font-size: 52px;
    line-height: 52px;
	margin-bottom: 60px !important;
}

.style_3 .aio-icon-box .aio-icon, .style_3 .aio-icon-box .img-icon{
    border-radius: 50% !important;
    max-width: 180px !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.4) !important;
    -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.4) !important;
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.4) !important;
	display: inline-block;
}

.aio-icon-component.style_1 .aio-icon-img {
    text-align: center;
    max-height: 190px;
}

.top-icon .aio-icon-header h3.aio-icon-title {
    margin: 25px 0 15px;
    font-size: 22px;
    font-weight: 400;
    margin-top: -20px !important;
}

.footer-partners .partner-logos {
	display: block !important;
}

.page-header.resources-page .shape {
    position: absolute;
    width: 170px;
}

.page-header.resources-page .shape.down {
    bottom: -120px;
	right: 5%;
}

.page-header.resources-page .shape.up.shape-semi {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-header.resources-page .shape.shape-semi {
    width: 300px;
}

.page-header.resources-page .shape.up {
    top: -120px;
}


.page-header.resources-page .shape:first-of-type {
    left: 5%;
}

.resources-page .vc_row.wpb_row.vc_row-fluid {
    overflow: visible !important;
}

.resources-page .shape.shape-blue>*, .contact-header .shape.shape-blue>* {
    fill: #1488b1;
}

