/*
Theme name: Jerdon Website
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

/* Headings */

p {  }

.h6, h6 {
    font-size: 16px;
    font-family: din-2014,sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .15em;
	color: #05264d;
	margin-bottom: 10px;
}

.section-text-image .section__title h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.article-single .article__entry h3 { /* color: #0e4689;

	font-weight: 400;
	font-size: 25px;
    letter-spacing: .08em; */
	font-weight: 700 !important;
    letter-spacing: 2px !important;
    font-size: 22px !important;
	text-transform: uppercase !important;
    color: #05264d !important;
    font-family: din-2014,sans-serif; }

.h3, h3 {	font-weight: 700 !important;
    letter-spacing: 2px !important;
    font-size: 22px !important;
	text-transform: uppercase !important;
    color: #05264d !important;
    font-family: din-2014,sans-serif !important; }

.h2, h2 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 200;
    letter-spacing: 0px;
}
h2.approach {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 200;
    letter-spacing: 0px;
	margin-bottom: 20px;
}


.article .article__head h3 {
    font-family: din-2014,sans-serif !important;
    font-size: 14px !important;
    letter-spacing: .1em !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
}

h4 {font-family: din-2014,sans-serif;
	font-size: 22px;
    color: #aa0707;}

/* Careers */

.section-text-image {
    margin: 20px 0;
}



/* Contact Page */

.carbon_fields_contacts a img {
    position: absolute;
    top: 5px;
    left: 0;
}

.carbon_fields_contacts a[href^="mailto"] img {
    top: 5px;
}

/* Sidebar Form */

.gform_wrapper span.gform_description {
    font-weight: 400;
    display: block;
    width: calc(100% - 16px);
    FONT-SIZE: 18px;
    letter-spacing: 0px;
	margin-bottom:30px !important;
}

.widget .widget__title {
    font-size: 25px;
    color: #05264d;
    font-family: din-2014,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Image Caption */


.wpb_single_image .vc_figure-caption {
    margin-top: 0px !important;
    font-size: .7em !important;
    font-weight: 600;
    font-style: italic;
    font-family: din-2014,sans-serif;
    background: #05264d;
    color: white;
    text-align: center;
    padding: 10px;
}

/* news*/

.section-blog .section__head {
    margin-bottom: 100px;
}



/* Projects */

.list-links strong {
    display: block;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.btn-arrow {
    position: relative;
    font-family: din-2014,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 0 20px;
}


/* Careers */

.page-id-13 .section-columns[data-columns="1"] .section__cols {
    max-width: 100%;
    margin: 0 auto;
}
.section-columns .shell:before { display: none;}

.section-text-image .section__content {
    margin-bottom: 65px;
}