/*
	Theme Name: ADI Analytics
	Description: Child theme of Genesis, by <a href="http://www.billerickson.net/go/genesis">StudioPress</a>.
	Author: Bill Erickson
	Author URI: http://www.billerickson.net
	Version: 1.0
	Template: genesis
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.0)
   Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after {
	clear: both;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Fonts
--------------------------------------------- */

@font-face {
  font-family: 'Bryant';
  src: url('inc/fonts/BryantWebLight.eot?') format('eot'), url('inc/fonts/BryantWebLight.woff') format('woff');
  font-weight: 100;
}

@font-face {
	font-family: 'Bryant';
	src: url('inc/fonts/BryantWebRegular.eot?') format('eot'), url('inc/fonts/BryantWebRegular.woff') format('woff');
	font-weight: 300;
}

@font-face {
	font-family: 'Bryant';
	src: url('inc/fonts/BryantWebMedium.eot?') format('eot'), url('inc/fonts/BryantWebMedium.woff') format('woff');
	font-weight: 500;
}
/* Due to error commenting this
@font-face {
	font-family: 'Bryant';
	src: url('inc/fonts/BryantWebBold.eot?') format('eot'), url('inc/fonts/BryantWebBold.woff') format('woff');
	font-weight: 700;
}
*/

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #fff;
	color: #000;
	font-family: 'Bryant', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.33;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #ec9700;
	text-decoration: none;
}

a:hover {
	color: #007188;
}

.site-header .links a:hover,
.breadcrumb a:hover,
.footer-widgets li a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 16px;
	padding: 0;
}

h1,
h2.entry-title a {
	color: #007188;
	font-size: 46px;
	font-weight: 100;
	text-transform: none;
}

h2.entry-title {
	margin-bottom: 0;
}

h2,
.intro-text p {
	color: #808080;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}

h3 {
	color: #ec9700;
	font-size: 30px;
	font-weight: 500;
}

.intro-text p em {
	color: #ec9700;
	font-size: 20px;
	font-style: normal;
	text-transform: none;
}

h4 {
	color: #007188;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

h5 {
	color: #ec9700;
	font-size: 17px;
	font-weight: 700;
}

h6 {
	color: #007188;
	font-size: 24px;
	font-weight: 500;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 10px;
	padding: .5rem 1rem;
	width: 100%;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #ec9700;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	line-height: 32px;
	padding: 5px 20px 2px;
	text-transform: uppercase;
	width: auto;
}

.button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #007188;
	color: #fff;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button {
	display: inline-block;
}

#mc-embedded-subscribe-form {
	position: relative;
	padding-right: 48px;
	margin-bottom: 20px;
}

#mc-embedded-subscribe {
	padding: 2px 4px 3px;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 0;
	right: 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	min-width: 925px;
}

.wrap {
	margin: 0 auto;
	width: 925px;
}

.site-inner {
	clear: both;
	margin-top: 20px;
}

.site-inner .wrap {
	border-bottom: 1px solid #e6e6e6;
}

.content-sidebar .site-inner .wrap {
	background: url(images/grey.gif) repeat-y 630px 0;
}

.sidebar-content .site-inner .wrap {
	background: url(images/grey.gif) repeat-y 290px 0;
}

.content-sidebar-wrap {
	padding: 20px 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 612px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 280px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin: 0 0 20px 3%;
}
 
.one-half,
.three-sixths,
.two-fourths {
    width: 48%;
}
 
.one-third,
.two-sixths {
    width: 31%;
}
 
.four-sixths,
.two-thirds {
    width: 65%;
}
 
.one-fourth {
    width: 22.5%;
}
 
.three-fourths {
    width: 73.5%;
}
 
.one-fifth {
    width: 17.4%;
}
 
.two-fifths {
    width: 37.8%;
}
 
.three-fifths {
    width: 58.2%;
}
 
.four-fifths {
    width: 78.6%;
}
 
.one-sixth {
    width: 14%;
}
 
.five-sixths {
    width: 82%;
}
 
.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin: 0 12px 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #b3b3b3;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-transform: uppercase;
}

.breadcrumb a,
.breadcrumb .current {
	color: #ec9700;
	margin: 0 25px;
}

.breadcrumb .home {
	background: url(images/breadcrumb-home.png) no-repeat center center;
	display: inline-block;
	text-indent: -9999em;
	width: 18px;
	margin: 0;
}

.breadcrumb .section {
	color: #007188;
}

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	margin-bottom: 4rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px 10px;
	padding: .5rem 1rem;
}

.site-inner div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

.site-inner .gform_wrapper .left_label .gfield_label {
	font-weight: 300;
	font-size: 17px;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #f0f0f0;
	border-bottom: 11px solid #ec9700;
	padding: 20px 0 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	float: left;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 256px;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
	text-indent: -9999em;
}

.header-image .site-title a {
	background: url(/wp-content/uploads/2024/01/adi-forum.png) no-repeat;
	float: left;
	background-size: 100%;
    width: 276px;
    height: 110px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 665px;
}

.site-header .search-and-login {
	position: relative;
	padding-right: 190px;
}

.site-header .search-form {
	max-width: 235px;
	position: relative;
	display: inline-block;
}

.site-header input,
#mce-EMAIL {
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	height: 20px;
	text-transform: uppercase;
	outline: none;
}

.site-header input[type="search"] {
	padding-right: 40px;
	color: #556470;
}

.site-header input[type="submit"] {
	padding: 0 8px;
	position: absolute;
	top: 0;
	right: 0;
}

.site-header .links {
	background: #007188;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	margin-left: 3px;
	padding: 0 14px;
	position: absolute;
	top: 0;
	right: 0;
}

.site-header .links a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;	
}

.site-header .links a::after {
	content: ' >';
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #0093b4;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu > .menu-item {
	margin-left: 20px;
}

.genesis-nav-menu .menu-item:first-child {
	margin-left: 0;
}

.genesis-nav-menu a {
	border-bottom: 8px solid #f0f0f0;
	color: #0093b4;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 16px 0;
	position: relative;
	text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.category .genesis-nav-menu .insights > a,
.single-post .genesis-nav-menu .insights > a,
.single-products .genesis-nav-menu .products a,
.single-services .genesis-nav-menu .services a,
.single-experience .genesis-nav-menu .experience a {
	/* color: #ec9700; */
}

.genesis-nav-menu .current-menu-item > a,
.category .genesis-nav-menu .insights a,
.single-post .genesis-nav-menu .insights a,
.single-products .genesis-nav-menu .products a,
.single-services .genesis-nav-menu .services a,
.single-experience .genesis-nav-menu .experience a {
	border-bottom: 8px solid #ec9700;
}

.genesis-nav-menu .sub-menu {
	background: #ec9700;
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 115px;
	padding: 10px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: #ec9700;
	border: 0;
	border-top: 1px solid #fff;
	color: #fff;
	letter-spacing: 0;
	padding: 5px 0;
	position: relative;
	width: 95px;
}

.genesis-nav-menu .sub-menu li:first-child a {
	border-top: 0;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #eee;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}



/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	margin-top: 34px;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
	margin-bottom: 1rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
}

.entry-header .entry-meta {
	font-weight: 500;
}

.entry-footer .entry-meta {
	color: #808080;
	margin: 0;
}

/* Entry Navigation
--------------------------------------------- */

.pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background: #e6e6e6;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 21px;
	font-weight: 500;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background: #ec9700;
}

/* Comments
--------------------------------------------- */

.ping-list,
#comments,
#respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

#comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #808080;
	display: block;
}

.sidebar #mce-EMAIL {
	background: #f0f0f0;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sidebar .enews-widget {
	background: #333;
}

.more-link {
	font-variant: small-caps;
}

.sidebar h3 {
	color: #000;
	font-size: 23px;
	font-weight: 300;
}

/*
Client Logos
---------------------------------------------------------------------------------------------------- */

.client-logos {
	padding: 40px 0 0;
}

.client-logos h2 a {
	color: #808080;
}

.client-logos li {
	display: inline-block;
	list-style-type: none;
}

/*
Testimonial
---------------------------------------------------------------------------------------------------- */

.testimonial-area {
	margin-bottom: -50px;
	z-index: 12;
	position: relative;
}

.testimonial-area .wrap {
	background: url(images/testimonial-arrow.png) no-repeat 80% bottom;
	padding-bottom: 20px;
}

.testimonial-area .testimonial {
	background: #fff;
	color: #ec9700;
	font-size: 19px;
	font-style: italic;
	font-weight: 700;
	padding: 20px;
	text-align: center;
}

.testimonial-area p {
	margin: 0;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #556470;
	color: #fff;
	clear: both;
	padding: 100px 0 35px;
}

.footer-widgets .widget-area {
	width: 25%;
	float: left;
	padding: 0 20px;
	padding: 0 2rem;
}

.footer-widgets h4 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.footer-widgets .footer-widgets-1 h4 {
	font-size: 25px;
	text-transform: none;
	font-weight: 300;
}

.footer-widgets li {
	list-style-type: none;
	word-wrap: break-word;
}

.footer-widgets li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	font-weight: 700;
}

.footer-widgets .simple-social-icons ul li a,
.footer-widgets .simple-social-icons ul li a:hover {
	padding: 3px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}

.site-footer p {
	margin: 0;
}

/*
Insights
---------------------------------------------------------------------------------------------------- */

body.insights .content-sidebar-wrap { padding-bottom: 0;}
body.insights .entry { margin-bottom: 0;}

body.insights .one-fourth { 
	border-left: 1px solid #e6e6e6; 
	margin: 0;
	padding: 0 10px 100px;
	width: 25%;
}

body.insights .one-fourth.first { 
	border-left: 0; 
}

/*
Blog
---------------------------------------------------------------------------------------------------- */

body.archive .entry {
	border-top: 1px solid #e6e6e6;
	padding-top: 20px;
}

body.archive .entry.first-post {
	border-top: 0;
	padding-top: 0;
}

/*
Products
---------------------------------------------------------------------------------------------------- */

.post-type-listing h3 {
	padding: 0 15px;
}

.post-type-listing h6 {
	min-height: 62px;
}

.post-type-listing .icon {
	text-align: center;
	min-height: 180px;
	line-height: 180px;
}

.post-type-listing .icon img {
	vertical-align: middle;
}

.post-type-listing .one-third {
	border-left: 1px solid #e6e6e6;
	margin: 0;
	width: 33.3333%;
}

.post-type-listing .one-fourth {
	border-left: 1px solid #e6e6e6;
	margin: 0;
	width: 25%;
}

.post-type-listing .one-third.first,
.post-type-listing .one-fourth.first {
	border-left: 0;
}

.post-type-listing .product {
	border-top: 1px solid #e6e6e6;
	padding: 20px 0 0;
	margin: 20px 15px 0;
	height: 200px;
}

.post-type-listing .product.first-post {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.post-type-listing h6 a {
	color: #007188;
}

.post-type-listing .more-link {
	font-size: 20px;
	font-weight: 500;
}

.post-type-listing li {
	list-style-type: none;
	padding: 10px;
}

.post-type-listing li a {
	background: #ccc;
	color: #007188;
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: -.1em;
}

.post-type-listing li a:hover {
	background: #ec9700;
	color: #fff;
}

.post-type-archive-services .post-type-listing .icon { min-height: 120px; }
.post-type-archive-services .content-sidebar-wrap { padding-bottom: 0; }

/*
Clients Listing
---------------------------------------------------------------------------------------------------- */

.client-listing .client {
	border: 1px solid #f0f0f0;
	padding: 10px;
	text-align: center;
	line-height: 100px;
	height: 120px;
}

.client-listing .client img {
	vertical-align: middle;
}

/*
Home
---------------------------------------------------------------------------------------------------- */

.home .one-fourth h6 {
	min-height: 62px;
}

.home .one-fourth h6 strong {
	color: #faa53a;
	font-weight: 500;
}

.tabbed-content {
	border-top: 1px solid #e6e6e6;
	padding-top: 40px;
}

/* Custom Styles */

.home-rotator { background: #007188; border-bottom: solid 11px #ec9700; padding-top: 25px; height: 305px; overflow: hidden; }
.home-rotator .wrap { position: relative; height: 305px; }
.home-rotator li { list-style: none; display:inline; float:left; overflow: hidden; }
.home-rotator li .image { float:left; width: 353px; }
.home-rotator li .content { display: inline; float: right; width: 571px; padding-top: 32px; }
.home-rotator li .content p { font-family: 'Bryant'; font-weight: 500; color: #fff; text-transform: uppercase; margin-bottom: 13px; }
.home-rotator li .content p a { color: #ffaf2b; }
.home-rotator li .content p a:hover { color: #ffaf2b; }
.home-rotator li .content h2 { font-family: 'Bryant'; font-size: 46px; line-height: 48px; color: #fff; font-weight: 100; text-transform: none; }
.home-rotator .prev-slide { position: absolute; top: 126px; margin-top: -31px; left: -50px; width: 22px; height: 63px; background: url(images/big-arrows.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; z-index: 9999; }
.home-rotator .next-slide { position: absolute; top: 126px; margin-top: -31px; right: -50px; width: 22px; height: 63px; background: url(images/big-arrows.png) no-repeat right 0; font-size: 0; line-height: 0; text-indent: -4000px; z-index: 9999; }

.client-logos .wrap { position: relative; }
.client-logos li { float:left; list-style: none; }
.client-logos li img  { vertical-align: middle; padding: 0 20px; }

.client-logos .prev-logo { position: absolute; top: 60px; left: -11px; width: 22px; height: 63px; background: url(images/logo-arrows.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; z-index: 9999; }
.client-logos .next-logo { position: absolute; top: 60px; right: -11px; width: 22px; height: 63px; background: url(images/logo-arrows.png) no-repeat right 0; font-size: 0; line-height: 0; text-indent: -4000px; z-index: 9999; }

.tab-nav {  display: inline; float: left; width: 187px; }
.tab-nav li { list-style: none; font-size: 17px; font-weight: 500; }
.tab-nav li a { padding-left: 11px; display: block; color: #0093b4; background: url(images/ac-state.png) no-repeat 0 -4000px; line-height: 29px; }
.tab-nav li.curr a { background-position: 0 0; color: #fff; }

.tabbed-content-area { display: inline; float: right; width: 670px; }
.tabbed-content-area div { display:none; }
.tabbed-content-area img { float:left; padding-right: 28px; }

/* Changes for Events Page */
.event-header { font-size: 26px;}
.event { padding: 20px 0 0;    margin: 20px 15px 0;    height: 200px; }

/* Changes for Primary Sidebar Buttons */

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #ec9700;
	padding: 5px 20px 2px;
}

.button:hover, button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"] {
	background: #007188;
	color: #fff;
}

.genesis-nav-menu .sub-menu a {	text-transform: capitalize; } 

.button { line-height: 32px;     width: 150px;    text-align: center;} /* For reducing the size of box */
.buttonlg { width: auto }

/* Changes for Woocommerce Store */

.woocommerce-product-details__short-description { float: left;}
.woocommerce-product-details__short-description li { list-style:disc !important; margin-left: 15px;}
.woocommerce div.product form.cart { width: 67%; }
ul.products.list li.product {  border-top: transparent;  }
.related.products { float: left;}

.woocommerce-checkout #payment ul.payment_methods li {list-style-type: none;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce a.button  { background-color: #ec9700 !important; color: #fff !important;} 
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce a.button:hover  { background-color: #007188!important; color: #fff !important;} 
.woocommerce-form__input-checkbox { width:auto; }
.wc_payment_method .input-radio { width:auto; }
h1.product_title { font-size: 24px; font-weight: 700;}
.woocommerce-loop-product__title { color: #007188;    font-size: 24px;    font-weight: 500; }
.checkout-button { width: auto !important; }
.woocommerce input.button  { background-color: #ec9700 !important; color: #fff !important; font-weight: 500 !important; } 
.woocommerce input.button:hover { background-color: #007188!important; color: #fff !important; font-weight: 500 !important;} 
.gridlist-toggle {
    display: none !important;
}

/* Changes for Modal Dialog box on My Presentation Page */
.modal { position: absolute; z-index: 10000; /* 1 */ top: 0; left: 0; visibility: hidden; width: 100%; height: 100%; }

.modal.is-visible { visibility: visible; }

.modal-overlay { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: 100%; background: hsla(0, 0%, 0%, 0.5); visibility: hidden; opacity: 0; transition: visibility 0s linear 0.3s, opacity 0.3s; }

.modal.is-visible .modal-overlay { opacity: 1; visibility: visible; transition-delay: 0s; }

.modal-wrapper { position: absolute; z-index: 9999; top: 6em; left: 50%; width: 35em; margin-left: -16em; background-color: #fff; box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35); }

.modal-transition { transition: all 0.3s 0.12s; transform: translateY(-10%); opacity: 0; }

.modal.is-visible .modal-transition { transform: translateY(0); opacity: 1; }

.modal-header, .modal-content { padding: 1em; }

.modal-header { position: relative; background-color: #fff; box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06); border-bottom: 1px solid #e8e8e8; }

.modal-close { position: absolute; top: 0; right: 0; padding: 1em; color: #fff; background: #ec9700; border: 0; height: 60px; }

.modal-close:hover { color: #fff; }

.modal-heading { font-size: 1.125em; margin: 0; width: 94%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.modal-content > *:first-child { margin-top: 0; }

.modal-content > *:last-child { margin-bottom: 0; }

/* Changes for Products menus */
.genesis-nav-menu .sub-menu { padding: 10px !important; }

/* Changes for the team slider showcase */
.wp_teamshowcase_slider.design-1 .teamshowcase-image-bg {
height: 183px !important;
}
.wp_teamshowcase_slider.design-1 .member-name {
font-size: 14px !important;
font-weight: normal;
line-height: 15px !important;
}
.wp_teamshowcase_slider.design-1 .teamshowcase-image-bg {
background: #fff !important;
}
.wp_teamshowcase_slider.design-1 .member-content .member-desc{
margin: 0px 0 1px !important;
}
.wp_teamshowcase_slider.design-1 .member-content .member-desc::before {
background-color: #fff !important;
}
.teamshowcase-image-bg {
height:100px !important;
}
.wp_teamshowcase_slider.design-1 .member-content p {
font-size: 13px;
}
/* New button style */
.button-blue1 {
	background: #007188; border: none; border-radius: 0; box-shadow: none; color: #fff; cursor: pointer; font-size: 15px; font-weight: 500; padding: 5px 20px 2px !important; text-transform: uppercase; line-height: 32px;width: 150px;text-align: center; display: inline-block;
}
.button-blue1:hover{
	background: #ec9700; color: #fff; text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	text-transform: capitalize;
}

.pgafu-post-grid-main h2 {
	text-transform: initial !important;
}