/*!
Theme Name: The Buddy Group
Version: 1.0
Author: The Buddy Group
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: 600;
}
code,
kbd,
samp {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
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;
}
pre {
	background: #eee;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-family: 'Montserrat', sans-serif;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
@font-face {
    font-family: 'knuckleheadregular';
    src: url('css/fonts/knucklehead-webfont.woff2') format('woff2'),
         url('css/fonts/knucklehead-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #28313d;
	overflow-x: hidden;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
a {
	color: #4d6f73;
	text-decoration: none !important;
	outline: none;
}
a:visited {
	color: #4d6f73;
}
a:hover,
a:focus,
a:active {
	color: #4d6f73;
}
a:hover,
a:active {
	outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #4d6f73;
	border-radius: 50px;
	background: #4d6f73;
	color: #fff;
	line-height: 1;
	padding: 10px 20px;
	outline: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px !important;
	cursor: pointer;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #4d6f73;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #4d6f73;
}
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;
	padding: 3px;
}
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;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
.main-navigation {
	display: none;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link {
	display: inline-block;
}
.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;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.page-banner-title {
    max-width: 820px;
    margin: 0 auto;
    min-height: 250px;
}
.page-banner-title h1{
	text-align: center;
	font-size: 90px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	font-family: 'knuckleheadregular';
	margin: 0;
	display: inline-block;
	width: 100%;
}
.site-header {
    background: #252d38;
    padding: 0px;
    position: relative;
    min-height: 120px;
}
.site-header.has_bg_img .header-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner-main .container{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -145px;
}
.site-branding {
    text-align: center;
    padding: 22px 0;
    display: inline-block;
	width: 100%;
	position: relative;
}
.has-video-bg .banner-main {
    position: relative;
    z-index: 4;
}
.header-top {
    position: relative;
    z-index: 4;
}
.site-branding img {
    max-height: 150px;
}
.site-footer {
	background: url("images/footer-bg.png") no-repeat #28313d;
    background-position: center center;
    background-size: cover;
    color: #fff;
    border-top: 1px solid #363f4a;
}
.footer-row-1 {
    padding: 24px 0;
}
.footer-row-2 {
    padding: 40px 0;
    border-top: 1px solid #4c535d;
    color: #dddee0;
}
.footer-row-2 a {
    color: #dddee0;
}
.footer-row-3 {
    padding-bottom: 30px;
    color: #545b65;
}
.footer-row-3 p{
    margin: 0;
    font-size: 15px;
}
.footer-row-3 a {
    color: #fff;
}
#secondary-menu {
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.footer-row-1 .menu li {
    display: table-cell;
    text-transform: uppercase;
}
.footer-row-1 .menu li a{
	color: #fff;
	font-weight: 600;
}
.social_links {
    display: inline-block;
    width: 100%;
}
.social_links .mkdf-icon-shortcode {
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
}
.social_links .mkdf-icon-shortcode .fa {
    font-size: 44px;
}
.social_links .mkdf-icon-shortcode a {
    line-height: normal;
    display: inline-block;
    color: #dddee0;
    font-size: 15px;
	font-weight: 600;
}
.social_links .mkdf-icon-shortcode a i {
    width: 25px;
}
.social_links .mkdf-icon-shortcode a:hover{
	color: #fff;
}
.site-footer h3 {
    color: #dddee0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 25px;
}
.footer-logo img{
	max-height: 60px;
}
.banner-shape img {
    width: 100%;
}
.site-menu {
    float: right;
    width: 40px;
    position: absolute;
    right: 0;
    top: 40px;
}
.site-menu a {
    display: block;
    overflow: hidden;
}
.site-menu span {
    width: 100%;
    margin: 4px 0;
    height: 3px;
    background: #fff;
    float: left;
    border-radius: 2px;
}
.footer-row-2 p {
    font-weight: 600;
    font-size: 15px;
}
.footer-row-2 .gform_wrapper label.gfield_label {
    display: none;
}
.footer-row-2 .gform_wrapper textarea.large {
    height: 40px;
    resize: horizontal;
}
.footer-row-2 .gform_wrapper {
    margin: 0;
}
.footer-row-2 .gform_wrapper .gform_footer {
    margin-top: 0;
    padding-bottom: 0;
}
body .footer-row-2 .gform_wrapper ul li.gfield {
    margin-top: 0;
}
.footer-row-2 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .footer-row-2 .gform_wrapper textarea {
    background: none;
    border: none !important;
    border-bottom: 1px solid #575f68 !important;
    border-radius: 0px;
    color: #fff;
    padding: 10px 0px;
    font-size: 13px;
    outline: none;
    font-weight: 600;
}
.footer-row-2 .gform_wrapper div.validation_error {
    display: none;
}
.footer-row-2 .gform_wrapper li.gfield.gfield_error, 
.footer-row-2 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px !important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
.footer-row-2 .gform_wrapper .field_description_below .gfield_description {
    padding-top: 2px;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}
.header-menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: url("images/menu-bg.png") no-repeat #28313e;
    background-position: center center;
    background-size: cover;
    display: none;
    color: #fff;
    z-index: 99;
    padding-bottom: 40px;
    min-height: 100vh;
}
.close-menu {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 25px;
}
.close-menu img {
    max-width: 30px;
}
.menu-logo img{
	max-height: 180px;
}
.menu-main ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.menu-main ul li{
	margin-bottom: 35px;
    font-family: 'knuckleheadregular';
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
}
.menu-main ul li:last-child {
    margin: 0;
}
.menu-main ul li a{
    color: #fff;
}
.menu-phone {
    position: absolute;
    bottom: 10px;
}
.menu-phone p:last-child {
    margin: 0;
}
.menu-phone p {
    padding-left: 26px;
    position: relative;
}
.menu-phone p a{
	color: #fff;
}
.menu-phone p i {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
}
.section-row {
    padding: 70px 0;
    background: #fff;
}
.dark-section {
    color: #fff;
    background: #28313d;
}
.lets-talk .gform_wrapper label.gfield_label {
    display: none;
}
.lets-talk .gform_wrapper textarea.large {
    height: 120px;
    resize: horizontal;
}
.lets-talk .gform_wrapper {
    margin: 0 auto;
    max-width: 870px;
}
.lets-talk .gform_wrapper .gform_footer {
    margin-top: 0;
    padding-bottom: 0;
    text-align: center;
}
body .lets-talk .gform_wrapper ul li.gfield {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.lets-talk .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.lets-talk .gform_wrapper textarea {
    background: none;
    border: none !important;
    border-bottom: 1px solid #575f68 !important;
    border-radius: 0px;
    color: #fff;
    padding: 14px 0px;
    font-size: 15px;
    outline: none;
    font-weight: normal;
}
.lets-talk .gform_wrapper textarea::-webkit-input-placeholder,
.lets-talk .gform_wrapper input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1.0;
}
.lets-talk .gform_wrapper textarea:-ms-input-placeholder,
.lets-talk .gform_wrapper input:-ms-input-placeholder {
  color: #fff;
  opacity: 1.0;
}
.lets-talk .gform_wrapper textarea::placeholder,
.lets-talk .gform_wrapper input::placeholder {
  color: #fff;
  opacity: 1.0;
}
.lets-talk .gform_wrapper div.validation_error {
    display: none;
}
.lets-talk .gform_wrapper li.gfield.gfield_error, 
.lets-talk .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px !important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
.lets-talk .gform_wrapper .field_description_below .gfield_description {
    padding-top: 2px;
    font-size: 11px;
    font-weight: normal;
    color: #fff;
}
body .lets-talk .gform_wrapper ul li.gfield.width-50 {
    clear: none;
    float: left;
    padding-left: 0;
    width: 50%;
}
body .lets-talk .gform_wrapper ul li.gfield#field_1_4 {
    clear: both;
}
.lets-talk .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
	margin-top: 0px;
}
.section-header {
    margin-bottom: 20px;
}
.section-title {
    font-family: 'knuckleheadregular';
    font-size: 55px;
    line-height: 40px;
    text-transform: uppercase;
}
.section-subtitle {
    color: #4d6f73;
    font-size: 30px;
    font-weight: 500;
}
.section-desc{
	padding-top: 30px;
	margin: 0 auto;
	max-width: 870px;
}
.pt-90vh{
	padding-top: 90vh;
}
.pb-90vh{
	padding-bottom: 90vh;
}
.pt-100vh{
	padding-top: 100vh;
}
.pb-100vh{
	padding-bottom: 100vh;
}
.pt-150vh{
	padding-top: 150vh;
}
.pb-150vh{
	padding-bottom: 150vh;
}
.our-story {
    padding-top: 180px;
}
.our-story .section-header {
    margin-bottom: 180px;
}
.btn-light, a.btn-light{
	border-color: #4d6f73;
	border-radius: 50px;
	background: #4d6f73;
	color: #fff;
	line-height: 1;
	padding: 14px 32px;
	outline: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	display: inline-block;
	box-shadow: none !important;
}
.btn-dark, a.btn-dark{
	border-color: #28313d;
	border-radius: 50px;
	background: #28313d;
	color: #fff;
	line-height: 1;
	padding: 14px 32px;
	outline: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	display: inline-block;
	box-shadow: none !important;
}
.section-btn {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.clients-list {
    margin-top: 50px;
}
.clients-list .col-md-3,
.clients-list .col-3 {
    margin: 20px 0;
}
.work-item {
    overflow: hidden;
}
.work-item img {
    width: 100%;
    transition: transform .2s;
}
.work-overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	background: rgba(40,49,61,0.9);
	padding: 30px;
	z-index: 9;
}
.work-item:hover .work-overlay{
	display: block;
}
.work-item:hover img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.work-company{
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}
.work-title{
	font-weight: 600;
	color: #fff;
	font-size: 20px;
}
.approach-list{
	padding-top: 30px;
	margin: 0 auto;
	max-width: 870px;
}
.approach-list .col-md-6{
	margin-bottom: 18px;
	font-weight: 500;
}
body .approach-list img {
    display: inline-block !important;
    margin-right: 10px;
    vertical-align: middle;
    max-width: 30px;
}
.approach-slider .flex-direction-nav {
    display: none;
}
.flexslider.approach-slider {
    border: none;
}
.approach-slider .flex-control-paging li a {
    width: 60px;
    height: 3px;
    border-radius: 0px;
    box-shadow: none;
    background: #d4d6d8;
}
.approach-slider .flex-control-paging li a.flex-active{
	background: #28313d;
}
.approach-slider .flex-control-nav{
	bottom: -70px;
}
.clients-list img {
    max-width: 100px;
}
.blog-wrap {
    max-width: 800px;
    margin: 0 auto;
}
.blog-post-detail{
	padding: 15px;
}
.blog-date {
    color: #4d6f73;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 500;
}
.blog-title {
    font-size: 24px;
    font-weight: 600;
    color: #4d6f73;
    margin-bottom: 15px;
}
.blog-title a{
    color: #4d6f73;
}
.blog-excerpt {
    margin-bottom: 15px;
    color: #28313d;
    font-size: 15px;
}
.blog-read-more {
    font-size: 14px;
    font-weight: 500;
}
.blog-read-more a {
    color: #4d6f73;
    display: inline-block;
    text-decoration: underline !important;
}
.page-title {
    color: #28313d;
    font-family: 'knuckleheadregular';
    font-size: 45px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 35px;
	display: inline-block;
	width: 100%;
}
.page-title::after {
    height: 3px;
    width: 48px;
    background: #d4d6d8;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-filter {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}
.blog-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-filter ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.blog-filter ul li a{
    color: #4d6f73;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.blog-filter ul li a.active-cat {
    font-weight: 700;
    border-bottom: 1px solid #4d6f73;
}
.jobs-wrap{
	max-width: 800px;
    margin: 0 auto;
}
.job-title {
    font-size: 24px;
    font-weight: 600;
    color: #4d6f73;
    margin-bottom: 4px;
    padding-right: 50px;
}
.job-location {
    margin-bottom: 24px;
    color: #28313d;
    font-size: 15px;
    font-weight: 500;
}
.btn-curved,a.btn-curved{
	border-radius: 8px;
}
.job_posts_list hr {
    background-color: #c2c2c2;
}
.job-description {
    margin-top: 30px;
    display: none;
}
.job-post-detail {
    position: relative;
}
.close-job-link {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    cursor: pointer;
}
.job-description p {
    margin-bottom: 10px;
}
.job-description ul {
    margin-left: 0;
    padding-left: 16px;
}
.job-contact-form .gform_wrapper label.gfield_label {
    display: none;
}
.job-contact-form .gform_wrapper textarea.large {
    height: 120px;
    resize: horizontal;
}
.job-contact-form .gform_wrapper .gform_footer {
    margin-top: 0;
    padding-bottom: 0;
    text-align: center;
}
body .job-contact-form .gform_wrapper ul li.gfield {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.job-contact-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.job-contact-form .gform_wrapper textarea {
    background: none;
    border: none !important;
    border-bottom: 1px solid #28313e !important;
    border-radius: 0px;
    color: #28313d;
    padding: 14px 0px;
    font-size: 15px;
    outline: none;
    font-weight: normal;
}
.job-contact-form .gform_wrapper textarea::-webkit-input-placeholder,
.job-contact-form .gform_wrapper input::-webkit-input-placeholder {
  color: #28313d;
  opacity: 1.0;
}
.job-contact-form .gform_wrapper textarea:-ms-input-placeholder,
.job-contact-form .gform_wrapper input:-ms-input-placeholder {
  color: #28313d;
  opacity: 1.0;
}
.job-contact-form .gform_wrapper textarea::placeholder,
.job-contact-form .gform_wrapper input::placeholder {
  color: #28313d;
  opacity: 1.0;
}
.job-contact-form .gform_wrapper div.validation_error {
    display: none;
}
.job-contact-form .gform_wrapper li.gfield.gfield_error, 
.job-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0px !important;
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
.job-contact-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 2px;
    font-size: 11px;
    font-weight: normal;
    color: #28313d;
}
body .job-contact-form .gform_wrapper ul li.gfield.width-50 {
    clear: none;
    float: left;
    padding-left: 0;
    width: 50%;
}
body .job-contact-form .gform_wrapper ul li.gfield#field_1_4 {
    clear: both;
}
.job-contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
	margin-top: 0px;
}
.gform_wrapper .gform_footer input.button{
	border-radius: 8px;
	padding: 14px 25px;
}
.footer-row-2 .gform_wrapper .gform_footer input.button {
    border-radius: 50px;
    padding: 11px 25px;
}
body .job-contact-form .gform_wrapper ul li.gfield .ginput_container_fileupload {
    margin-top: 22px;
}
.blog-detail-page p{
	font-weight: 500;
}
.blog-detail-page a{
	color: #28313d;
	text-decoration: underline !important;
}
.user-profile-icon{
	margin-bottom: 35px;
}
.user-profile-icon img{
	width: 180px;
}
.blog-author{
	font-weight: 600;
	color: #4d6f73;
}
.post-user-detail{
	padding-bottom: 25px;
}
body.single-blog .site-header.has_bg_img {
    padding-bottom: 40px;
}
body.single-case-studies .site-header.has_bg_img {
    padding-bottom: 40px;
}
.social_share_links span {
    margin-left: 20px;
    font-size: 20px;
}
.sharing-section p {
    color: #4d6f73;
    margin-top: 4px;
    font-size: 18px;
    font-weight: 600;
}
.social_share_links span a {
    text-decoration: none !important;
    color: #4d6f73;
}
.related-item {
    overflow: hidden;
}
.related-item img {
    width: 100%;
    transition: transform .2s;
}
.related-overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	background: rgba(40,49,61,0.9);
	padding: 30px;
	z-index: 9;
}
.related-item:first-child .related-overlay::before {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    content: "\f060";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #fff;
}
.related-item:last-child .related-overlay::before {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #fff;
}
.related-item:hover .related-overlay{
	display: block;
}
.related-item:hover img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.related-title{
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.related-date{
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
}
.work-filter {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
}
.work-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.work-filter ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.work-filter ul li a{
    color: #4d6f73;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.work-filter ul li a.active-cat {
    font-weight: 700;
    border-bottom: 1px solid #4d6f73;
}
.row.load_more_work .col-6:nth-child(2n) .work-item:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row.load_more_work .col-6:nth-child(2n) .work-item:last-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.related-work-item {
    overflow: hidden;
}
.related-work-item img {
    width: 100%;
    transition: transform .2s;
}
.related-work-overlay{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	background: rgba(40,49,61,0.9);
	padding: 30px;
	z-index: 9;
}
.related-work-item:hover .related-work-overlay{
	display: block;
}
.related-work-item:hover img{
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.related-work-title{
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.related-work-date{
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
}
.site-header.dark-header .site-menu span{
	background: #000;
}
.site-header.dark-header .site-branding img {
    max-height: 150px;
    filter: contrast(1000%) invert(100%) sepia(100%) saturate(10000%) hue-rotate(90deg);
}
.work-breadcrum{
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: #000000;
}
.work-breadcrum a{
	color: #acacac;
}
.work-breadcrum .saperate{
	padding: 0 15px;
	color: #acacac;
}
.work-tagline {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}
.work-page-content,
.work-page-content p{
	font-weight: 500;
}
.work-detail-page {
    padding: 0 0 45px 0;
}
.objective-group-data hr:last-child {
    display: none;
}
.work-page-content h3 {
    font-size: 21px;
    margin-bottom: 15px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}
.icons-group-data {
    overflow: hidden;
}
.icons-group-data {
    overflow: hidden;
}
.icons-group-item {
    padding: 20px;
    height: 100%;
}
.icons-group-item.item-bg-color {
    padding: 60px 20px;
}
.icons-group-item img {
    width: 100px;
}
.posts-navigation a {
    text-decoration: underline !important;
    color: #28313d;
}
.work-section {
    padding: 60px 0;
}
.work-page-content p:last-child {
    margin-bottom: 5px;
}
.objective-group-data hr {
    margin: 30px 0;
}
.carousel-gallery .flex-direction-nav,
.carousel-gallery .flex-control-nav {
    display: none;
}
.flexslider.carousel-gallery {
    border: none;
}
.work-section-wrap .flexslider.carousel-gallery {
    max-width: 700px;
    margin: 0 auto;
    background: none;
}
.work-section-wrap .flexslider.carousel-gallery .flex-viewport {
    overflow: visible !important;
}
.work-section-wrap .photo-gallery-inner{
	padding: 50px;
}
.work-section-wrap .flexslider.carousel-gallery .slides > li .photo-gallery-item{
	padding: 0 20px;
}

.related-work-item:first-child .related-work-overlay::before {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    content: "\f060";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #fff;
}
.related-work-item:last-child .related-work-overlay::before {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #fff;
}
.post-bottom-data{
	padding: 30px 0;
	background: #f7f7f7;
	text-transform: uppercase;
}
.view-post-category{
	color: #a6a6a6;
	font-weight: 500;
	font-size: 15px;
}
.view-all-post{
	color: #4d6f73;
	font-weight: 600;
	font-size: 15px;
}
.view-all-post a{
	color: #4d6f73;
}
body.page-template-default .site-header.dark-header {
    background: none !important;
}
body.page-template-default .site-header.dark-header .banner-shape{
	display: none;
}
.team-page-content p{
	font-weight: 500;
}
.team-page-content a{
	color: #28313d;
	text-decoration: underline !important;
}
.our-team-accolades img {
    max-width: 90px;
}
.instagram-feed {
    display:block;
    width: 100%;
    min-height: 160px;
    padding-bottom: 100px;
}
.page-template-team-page .site-main{
	background: url(/wp-content/themes/thebuddygroup/images/our-team-bg.jpg) no-repeat center bottom;
	background-size: 100%;
}
.color-light{
	color: #fff;
}
.our-feed {
    padding-bottom: 120px;
}
.photo-gallery-data {
    overflow: hidden;
}
.service-page-content, .service-page-content p {
    font-weight: 500;
}
.services-heading {
    color: #4d6f73;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 22px;
}
.services-text {
    font-weight: 500;
}
.media-column{
	position: static;
}
.outside-media .inside-image{
	visibility: hidden;
}
.outside-media .outside-image {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
}
.services-list-wrap:nth-child(2n) .outside-image {
    left: 0;
}
.services-list-wrap {
    position: relative;
}
.services-list-wrap .col-md-6.pl-5.order-1 {
    padding-left: 0 !important;
}
.services-list-group .page-title {
    line-height: 54px;
}
body.page-template-services-page .banner-main .banner-shape {
    position: static;
}
.exposure-image img {
    width: 100%;
}
.story-intro-title {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
    color: #4d6f73;
}
.story-intro-content {
    font-weight: 500;
}
.our-story-intro{
	position: relative;
}
.story-intro-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.story-intro-shape img {
    width: 100%;
}
.our-story-purpose {
    background: #28313e;
}
.purpose-content {
    color: #fff;
    font-weight: 500;
}
.story-image img {
    visibility: hidden;
}
.story-group-wrap {
    position: relative;
}
.story-image-outside {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 15px;
}
.story-list-title {
    font-family: 'knuckleheadregular';
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.story-list-data {
    margin-bottom: 50px;
}
.story-list-paragraph {
    font-weight: 500;
}
.story-list-dark {
    color: #fff;
}
.story-list-main {
    padding-right: 90px;
}
.story-group-wrap {
    position: relative;
    padding: 40px 0;
}
.flexslider.vertical-slider {
    padding: 0;
    margin: 0;
    border: none;
}
.flexslider.vertical-slider .flex-control-nav {
    bottom: 50%;
    left: 50px;
    text-align: left;
    width: 3px;
}
.flexslider.vertical-slider .flex-control-nav li {
    width: 100%;
    margin: 5px 0;
}
.flexslider.vertical-slider .flex-direction-nav {
    display: none;
}
.flexslider.vertical-slider .flex-control-paging li a {
    width: 3px;
    height: 52px;
    display: block;
    background: #d4d6d8;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.flexslider.vertical-slider .flex-control-paging li a.flex-active{
	background: #8c8c8c;
}
.col-md-6.story-media {
    height: 100vh;
}
.blog-detail-page ul {
    margin-left: 0;
    padding-left: 16px;
}
.blog-detail-page ul li {
    margin-bottom: 10px;
}
.banner-job img {
    width: 100%;
}
.site-header.has_bg_img {
    background: #fff;
}
.banner-main .banner-shape {
    position: static;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.site-header .header-top.enable_fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    background: rgba(255,255,255,0.95);
    width: 100%;
    box-shadow: 0 0 5px rgba(50,50,50,.2);
}
.site-header .header-top.enable_fixed .site-branding img {
    filter: contrast(1000%) invert(100%) sepia(100%) saturate(10000%) hue-rotate(90deg);
}
.site-header .header-top.enable_fixed .site-menu span {
    background: #000;
}
.header-menu.enable_menu {
    position: fixed;
}
.site-header .header-top.enable_fixed .site-branding img {
    max-height: 50px;
}
.site-header .header-top.enable_fixed .site-menu{
	top: 20px;
}
.header-top.enable_fixed .site-branding {
    padding: 12px 0;
}
.header-menu.enable_menu .close-menu {
    margin-top: 24px;
}
.site-header .video-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -150px;
    top: -100px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.overlay-bg{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 2;
}
.team_members_image{
	text-align: center;
}
.team_members_title {
    color: #28313d;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 15px;
}
.team_members_position {
    color: #939494;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}
.team_members_image img {
    max-width: 150px;
}
.team_members_description {
    max-height: 30vh;
    overflow: auto;
    padding-right: 20px;
}
.team_members_description .modal-content {
    margin-top: 95px;
    border-radius: 0;
	border: none;
	background: url("images/team-modal-bg.png") no-repeat #fff;
    background-position: center center;
    background-size: cover;
    box-shadow: -3px 8px 9px rgba(50,50,50,.2);
}
.team_members_description .modal-dialog {
    max-width: 1000px;
}
.team_members_description .modal-title {
    font-size: 20px;
}
.team_members_description .modal-header .close {
    font-size: 28px !important;
    color: #333;
    opacity: 1.0;
}
.team_members_description .modal-body {
    padding: 60px;
}
.team_members_description .modal-dialog .team_members_image {
    position: absolute;
    right: 75px;
    top: -50px;
}
.team_members_description .modal-body .team_members_title {
    margin-top: 40px;
    text-align: left;
    color: #28313d;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
}
.team_members_description .modal-body .team_members_position {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: 600;
}
.team_members_linked_in {
    margin-top: 30px;
}
.team_members_description p {
    font-size: 15px;
    margin-bottom: 14px;
}


.loaderdiv {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.7);
}
.loader-spinner{
	border:4px solid #fff;
	border-radius:50%;
	border-top:4px solid #28313d;
	width:30px;
	height:30px;
	-webkit-animation:spin 1.2s linear infinite;
	animation:spin 1.2s linear infinite;
	position:absolute;
	left:50%;
	margin-left:-15px;
	top:50%;
	margin-top:-15px
}
@-webkit-keyframes spin{
	0%{
		-webkit-transform:rotate(0deg)
	}
	100%{
		-webkit-transform:rotate(360deg)
		}
	}
@keyframes spin{
	0%{
		transform:rotate(0deg)
	}
	100%{
		transform:rotate(360deg)
		}
}


/*@media (min-width: 1500px) {
.outside-media .outside-image{
	position: static;
	max-width: 100%;
}
}*/

@media screen and (max-width: 1024px) {
.banner-main {
    padding-top: 120px;
}
body.home .banner-main {
    padding-top: 200px;
}
}

@media screen and (max-width: 767px) {
body{
	font-size: 14px;
}
.container {
    padding-right: 20px;
    padding-left: 20px;
}
.lets-talk .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.lets-talk .gform_wrapper textarea{
	font-size: 14px;
}
.section-row {
    padding: 30px 0;
}
.clients-list img {
    max-width: 85%;
}
body .lets-talk .gform_wrapper ul li.gfield {
    margin-top: 0;
}
body .lets-talk .gform_wrapper ul li.gfield.width-50{
	width: 100%;
}
.footer-row-2 .gform_wrapper {
    margin-bottom: 20px;
}
#secondary-menu {
    display: none;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.footer-row-1 .menu li {
    display: inline-block;
    margin: 0 14px;
}
.section-title {
    font-size: 30px;
    line-height: 30px;
}
.section-subtitle {
    font-size: 17px;
}
.page-banner-title h1 {
    font-size: 35px;
}
.pt-90vh {
    padding-top: 180px;
}
.section-row.our-work {
    padding-bottom: 20px;
}
.site-branding img,
.site-header.dark-header .site-branding img {
    max-height: 120px;
}
.page-banner-title h1{
	margin: 0;
}
.our-story {
    padding-top: 50px;
}
.our-story .section-header {
    margin-bottom: 60px;
}
.clients-list {
    margin-top: 20px;
}
.pb-150vh {
    padding-bottom: 100vh;
}
.site-menu {
    width: 32px;
    top: 24px;
}
.site-menu span {
    margin: 3px 0;
}
.site-branding {
    padding: 15px 0;
}
.footer-row-2 p:last-child {
    margin-bottom: 35px;
}
.footer-row-2 .gform_wrapper {
    margin-top: 0;
}
.work-title {
    font-size: 15px;
}
.menu-phone {
    right: 20px;
    top: 20px;
}
.menu-main.pl-5 {
    padding-left: 0 !important;
}
.menu-main ul li {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: normal;
}
.close-menu img {
    max-width: 24px;
}
.menu-logo img {
    max-height: 135px;
}
.section-btn {
    margin-top: 15px !important;
}
.site-branding .small-logo img,
.site-header.dark-header .site-branding img {
    max-height: 50px;
}
.footer-row-2 p,
.social_links .mkdf-icon-shortcode a,
.footer-row-3 p {
    font-size: 14px;
    font-weight: 500;
}
.approach-list .col-md-6 {
    margin-bottom: 10px;
    font-size: 13px;
}
.blog-post-detail {
    padding: 0;
    margin-top: 15px;
}
.page-title{
	font-size: 30px;
	margin-bottom: 10px;
}
.blog-date {
    font-size: 13px;
}
.blog-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.blog-excerpt {
    font-size: 14px;
}
body .job-contact-form .gform_wrapper ul li.gfield.width-50 {
    width: 100%;
}
body .job-contact-form .gform_wrapper ul li.gfield {
    margin-top: 0;
}
body .site-header{
	overflow: visible;
}
body .site-header.has_bg_img {
    min-height: 185px;
    padding-bottom: 40px;
}
.page-banner-title{
	min-height: 0px;
}
.user-profile-icon img {
    width: 50px;
}
.user-profile-icon {
    margin-bottom: 15px;
}
.post-user-detail {
    padding-bottom: 5px;
}
.load_more_post.mt-5 {
    margin-top: 0 !important;
}
.related-overlay{
	padding: 20px;
}
.related-title{
	font-size: 13px;
	margin-bottom: 5px;
}
.related-date {
    font-size: 11px;
}
.related-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.related-item:last-child {
    display: none;
}
.row.load_more_work .col-6:nth-child(2n) .work-item:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row.load_more_work .col-md-3.col-12.work-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.related-work-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.sharing-section p {
    font-size: 15px;
}
.site-footer h3{
	font-size: 14px;
	margin-bottom: 18px;
}
.related-work-overlay{
	padding: 20px;
}
.related-work-title{
	font-size: 13px;
	margin-bottom: 5px;
}
.related-work-date {
    font-size: 11px;
}
.work-tagline {
    font-size: 16px;
}
.work-page-content h3 {
    font-size: 14px;
}
.work-section-full .row {
    margin: 0;
}
.work-breadcrum{
	font-size: 13px;
	margin-bottom: 25px;
}
.work-section {
    padding: 30px 0;
}
.work-section-wrap .flexslider.carousel-gallery .slides > li .photo-gallery-item {
    padding: 0 10px;
}
.work-section-wrap .photo-gallery-inner {
    padding: 30px;
}
.icons-group-item.item-bg-color {
    padding: 20px;
}
.related-item:first-child .related-overlay::before,
.related-work-item:first-child .related-work-overlay::before {
    left: 20px;
    margin-top: -9px;
	font-size: 18px;
}
.related-item:last-child .related-overlay::before,
.related-work-item:last-child .related-work-overlay::before {
    right: 20px;
    margin-top: -9px;
	font-size: 18px;
}
.view-post-category, .view-all-post{
	font-size: 13px;
}
.post-bottom-data {
    padding: 20px 0;
}
.related-item:nth-child(2) .related-overlay::before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
	font-size: 18px;
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #fff;
}
.work-overlay{
	padding: 20px;
}
.job-title {
    font-size: 18px;
}
.job-location{
	font-size: 14px;
}    
.btn-light, a.btn-light,
.btn-dark, a.btn-dark{
	padding: 12px 22px;
	font-size: 14px;
}
.footer-row-2 .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input.button {
    padding: 6px 25px;
}
.footer-row-2 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .footer-row-2 .gform_wrapper textarea{
	font-weight: 500;
}
.footer-row-2 {
    padding: 30px 0;
}
.footer-row-2 p{
	margin-bottom: 10px;
}
.our-team-wrap {
    padding: 0 !important;
}
.our-team-members {
    margin-top: 0 !important;
}
.our-feed.pt-100vh {
    padding-top: 0;
}
.our-team-main .pb-5{
	padding-bottom: 0 !important;
}
.our-feed .color-light {
    color: #28313d;
}
.page-template-team-page .site-main{
	background: none;
}
.our-team-accolades .col img {
    max-width: 100%;
}
.our-team-accolades .col {
    width: 20%;
}
.instagram-feed{
	padding-bottom: 0px;
}
.our-team-main {
    padding: 25px 0;
}
.outside-media .outside-image{
	display: none;
}
.outside-media .inside-image {
    visibility: visible;
}
.media-column {
    padding: 0 !important;
    order: 2 !important;
}
.services-list-wrap .container {
    padding-right: 15px;
    padding-left: 15px;
}
.services-list-wrap .text-left {
    padding: 0 20px !important;
}
.services-list-wrap {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.services-sub-data.mb-5 {
    margin-bottom: 20px !important;
}
.services-heading{
	margin-bottom: 10px;
	font-size: 18px;
}
.services-list-group{
	padding-left: 0px !important;
}
.our-story-intro{
	padding-bottom: 0 !important;
}
.our-story-intro .col-md-8 {
    padding-right: 15px !important;
}
.our-story-purpose {
    padding: 20px 0 !important;
}
.story-image-outside {
    display: none;
}
.story-image img {
    visibility: visible;
}
.story-media{
	padding: 0px !important;
}
.story-list-main {
    padding-right: 0px;
    margin-bottom: 40px;
}
.story-list-data {
    margin-bottom: 30px;
}
.story-group-wrap .row {
    margin: 0 -20px;
}
.story-group-wrap {
    padding-bottom: 0;
}
.story-group-wrap .col-md-6 {
    padding: 0 20px;
}
.story-intro-image {
    text-align: right;
}
.story-intro-image img {
    max-width: 50%;
}
.flexslider.vertical-slider .flex-control-nav{
	display: none;
}
.col-md-6.story-media {
    height: auto;
}
.flexslider.vertical-slider ul li {
    display: block;
}
.background-header{
	display: none;
}
.banner-main .container{
	position: static;
	padding-top: 80px;
	margin-top: 0;
}
body .banner-main .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.site-header{
	min-height: 0px;
}
.blog-detail-page.pl-4.pr-4 {
    padding: 0 !important;
}
body.single-case-studies .site-header.has_bg_img .banner-shape{
	position: static;
}
.banner-main {
    padding-top: 80px;
}
body.home .banner-main {
    padding-top: 140px;
}
.menu-footer-menu-container {
    overflow: hidden;
}
.banner-main .banner-shape{
	position: static;
}
.team_members_position{
	font-size: 9px;
}
.team_members_description .modal-body {
    padding: 20px;
}
.team_members_description .modal-dialog .team_members_image{
	right: 35px;
	top: -35px;
}
.team_members_description .team_members_image img {
    max-width: 100px;
}
.team_members_description .modal-body .team_members_title{
	font-size: 24px;
}
.team_members_description .modal-body .team_members_position {
    font-size: 14px;
    margin-bottom: 20px;
}
.team_members_description .modal {
    padding-right: 0 !important;
}
.team_members_linked_in {
    margin-top: 0px;
}
.team_members_linked_in img {
    max-width: 20px;
}
.services-list-wrap .col-md-6.pl-5.order-1 {
    padding-left: 20px !important;
}
.services-list-group .page-title {
    line-height: 40px;
}
.footer-row-3 a{
	float: left;
}
}
