/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

@font-face {
  font-family:Gotham;
  src: url(fonts/Gotham-Book.otf);
	font-weight:normal;
  font-weight:400;
}
@font-face {
  font-family:Gotham;
  src: url(fonts/Gotham-Medium.otf);
  font-weight:500;
}
@font-face {
  font-family:Gotham;
  src: url(fonts/Gotham-Bold.otf);
  font-weight:bold;
  font-weight:600;
  font-weight:700;
}


.sidr a {
    color: #767576;
}
.header-phone{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 25px;
}
.header-phone a{
	text-decoration:none;
	color: #707070;
  letter-spacing: 1.12px;
      font-weight: bold;
}
.header-phone a span{
	color: #efb22d;
}
.header-phone img{
    margin-right: 17px;
}
.header-aside-content p{
	margin:0px;
}
#site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap .sticky-logo{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    margin: 15px 0px;
}
#site-navigation.container {
    display: flex;
    align-items: center;
}
.sticky-logo {
	opacity: 0;
    visibility: hidden;
    transition: 0.3s transform;
    transform: translateY(-70px);
}
.sticky-logo img{
    max-height: 70px;
    vertical-align: middle;
}
#footer-widgets.wpex-row .footer-box.col.col-2 .gform_widget{
    max-width: 305px;
    margin: auto;
}
body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
    padding: 14px 10px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px; 
    font-weight: normal;
    line-height: 1.11;
    color: #b2b2b2;
    border: 1px solid #767576;
    background-color: #fff;
    border-radius: 0px;
}
::-webkit-input-placeholder { /* Edge */
  opacity:1!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity:1!important;
}

::placeholder {
  opacity:1!important;
}
body .gform_wrapper.gravity-theme .gfield textarea.small {
    height: 125px;
	vertical-align: middle;
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0px 0 0;
}
body .gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
    border: 2px solid #e7b34b;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 1.12px;
    color: #efb22d!important;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 20px;
}
body .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover{
	color:#ffffff!important;
    background-color: #e7b34b;
}
#footer-widgets.wpex-row .footer-box.col .widget_nav_menu ul li a{
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: 1.12px;
    text-align: left;
    color: #767576;
  	text-transform:uppercase;
}
#footer-widgets.wpex-row .footer-box.col .widget_nav_menu ul li a:hover{
	color:#e7b34b;
}
#footer-widgets.wpex-row .footer-box.col .widget_nav_menu ul li{
    border: 0px;
    padding: 0px;
  	padding-bottom:5px;
}
.footer-widget {
    padding-bottom: 0px;
}
.gform_wrapper.subscribe-form_wrapper .gform_footer{
	position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
}
body .gform_wrapper.subscribe-form_wrapper input[type="email"]{
	color: #fff;
    border: 2px solid #fff;
    background: transparent;
}
#footer-callout-wrap .wpex-social-btn{
	width:40px;
}
#footer-callout-wrap {
    padding-bottom: 15px;
}
.vcex-post-type-grid-wrap.custom-blog-grid .vcex-post-type-entry-media{
	    max-height: 226px;
    overflow: hidden;
}
.vcex-post-type-grid-wrap.custom-blog-grid .vcex-post-type-entry-media img{
	width:100%;
}
.vcex-post-type-grid-wrap.custom-blog-grid .vcex-post-type-entry-details .vcex-post-type-entry-title{
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.26px;
    color: #707070;
  	order: 2;
}
.vcex-post-type-grid-wrap.custom-blog-grid .vcex-post-type-entry-details .vcex-post-type-entry-categories{
	font-size: 18px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1.26px;
    color: #94a545;
    text-transform: uppercase;
  	order: 1;
}
.vcex-post-type-grid-wrap.custom-blog-grid .vcex-post-type-entry-details .vcex-post-type-entry-categories a{
	text-decoration:none;
}
.vcex-post-type-grid-wrap.custom-blog-grid .vcex-post-type-entry-details .vcex-post-type-entry-readmore-wrap{
	order:4;
}
.vcex-post-type-grid-wrap.custom-blog-grid .vcex-post-type-entry-details .vcex-post-type-entry-readmore-wrap a{
	font-size: 14px;
    font-weight: 500;
    color: #94a545;
    text-decoration: none;
    text-transform: uppercase;
}
.vcex-post-type-grid-wrap.custom-blog-grid .vcex-post-type-entry-details .match-height-content {
    display: flex;
    flex-direction: column;
}
.vcex-post-type-grid-wrap.custom-blog-grid .vcex-post-type-entry-details .vcex-post-type-entry-excerpt{
	order:3;
}
.vcex-post-type-grid-wrap.custom-blog-grid .vcex-post-type-entry-details .vcex-post-type-entry-readmore-wrap a .vcex-readmore-rarr{
    color: #efb22d;
}
.what_we_do_full_img .vcex-image-inner, .what_we_do_full_img .vcex-image-inner img
{
	width: 100%;
}
.get_involved_custom_icon {
	min-height: 400px;
}
.get_involved_custom_icon_col .vc_column-inner {
    border: 1px solid #f8f8f5;
}
.get_involved_custom_icon_col a.theme-button:hover {
	border: 3px solid #94a545!important;
}
.get_involved_custom_icon_col .vc_column-inner:hover {
    border: solid 1px #98a453;
    cursor: pointer;
}
.get_involved_custom_icon_col .vc_column-inner:hover a.vcex-button{
    background: #94a545!important;
    color: #ffffff!important;
    border: 3px solid #94a545!important;
}
.get_involved_custom_icon_col .vc_column-inner:hover .get_involved_custom_icon .vcex-icon-box-symbol {
	background: #98a453;
}
.get_involved_custom_icon .vcex-icon-box-symbol
{
    padding: 10px;
    background: #767576;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin-bottom: 40px;
}
.what_we_do_page_custom_icon_white .vcex-icon-box-symbol
{
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
}
.what_we_do_page_custom_icon .vcex-icon-box-symbol
{
    padding: 10px;
    background: #efb22d;
    border-radius: 50%;
}
.vc_row-fluid.what_we_do_max_width_row
{
    max-width: 600px;
    margin-left: 80px;
}
.extra-nav ul.menu
{
    list-style: none;
    margin: 0px;
    display: flex;
    gap: 20px;
    justify-content: center;	
}
.extra-nav
{
	padding: 12px 0px;
    background: #ebe9e2;
}
