/*

Theme Name: PrePearl Responsive

Theme URI: http://underscores.me/

Author: Ink my web

Author URI: https://www.inkmyweb.com

Description: PrePearl Custome Theme

Version: 1.0

License: GNU General Public License

License URI: license.txt

Text Domain: pearl

Domain Path: /languages/

Tags:

This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

 PrePearl is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of

Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html

along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

and Blueprint http://www.blueprintcss.org/

*/

/* =Reset

-------------------------------------------------------------- */

html {

	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust:     100%;

}

body {

	margin: 0;

}

article,

aside,

details,

figcaption,

figure,

footer,

header,

main,

menu,

nav,

section,

summary {

	display: block;

}

audio,

canvas,

progress,

video {

	display: inline-block;

	vertical-align: baseline;

}

audio:not([controls]) {

	display: none;

	height: 0;

}

[hidden],

template {

	display: none;

}

a {

	background-color: transparent;

}

a:active,

a:hover {

	outline: 0;

}

abbr[title] {

	border-bottom: 1px dotted;

}

b,

strong {

	font-weight: bold;

}

dfn {

	font-style: italic;

}

h1 {

	font-size: 2em;

	margin: 0.67em 0;

}

mark {

	background: #ff0;

	color: #000;

}

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: 1em 40px;

}

hr {

	box-sizing: content-box;

	height: 0;

}

pre {

	overflow: auto;

}

code,

kbd,

pre,

samp {

	font-family: monospace, monospace;

	font-size: 1em;

}

button,

input,

optgroup,

select,

textarea {

	color: inherit;

	font: inherit;

	margin: 0;

}

button {

	overflow: visible;

}

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;

}

button::-moz-focus-inner,

input::-moz-focus-inner {

	border: 0;

	padding: 0;

}

input {

	line-height: normal;

}

input[type="checkbox"],

input[type="radio"] {

	box-sizing: border-box;

	padding: 0;

}

input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

	height: auto;

}

input[type="search"] {

	-webkit-appearance: textfield;

	box-sizing: content-box;

}

input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}

fieldset {

	border: 1px solid #c0c0c0;

	margin: 0 2px;

	padding: 0.35em 0.625em 0.75em;

}

legend {

	border: 0;

	padding: 0;

}

textarea {

	overflow: auto;

}

optgroup {

	font-weight: bold;

}

table {

	border-collapse: collapse;

	border-spacing: 0;

}

td,

th {

	padding: 0;

}

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

body,

button,

input,

select,

textarea {

	color: #404040;

	font-size: 16px;

	font-size: 1.5rem;

	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: "Courier 10 Pitch", Courier, monospace;

	font-size: 15px;

	font-size: 0.9375rem;

	line-height: 1.6;

	margin-bottom: 1.6em;

	max-width: 100%;

	overflow: auto;

	padding: 1.6em;

}

code,

kbd,

tt,

var {

	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;

	font-size: 15px;

	font-size: 0.9375rem;

}

abbr,

acronym {

	border-bottom: 1px dotted #666;

	cursor: help;

}

mark,

ins {

	background: #fff9c0;

	text-decoration: none;

}

big {

	font-size: 125%;

}

/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {

	box-sizing: border-box;

}

*,

*:before,

*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

	box-sizing: inherit;

}

body {

	background: #fff; /* Fallback for when there is no custom background color defined. */

}

blockquote:before,

blockquote:after,

q:before,

q:after {

	content: "";

}

blockquote,

q {

	quotes: "" "";

}

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: bold;

}

dd {

	margin: 0 1.5em 1.5em;

}

img {

	height: auto; /* Make sure images are scaled correctly. */

	max-width: 100%; /* Adhere to container width. */

}

table {

	margin: 0 0 1.5em;

	width: 100%;

}

/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/

button,

input[type="button"],

input[type="reset"],

input[type="submit"] {

	border: 1px solid;

	border-color: #ccc #ccc #bbb;

	border-radius: 3px;

	background: #e6e6e6;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);

	color: rgba(0, 0, 0, .8);

	font-size: 12px;

	font-size: 0.75rem;

	line-height: 1;

	padding: .6em 1em .4em;

	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

}

button:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:hover {

	border-color: #ccc #bbb #aaa;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);

}

button:focus,

input[type="button"]:focus,

input[type="reset"]:focus,

input[type="submit"]:focus,

button:active,

input[type="button"]:active,

input[type="reset"]:active,

input[type="submit"]:active {

	border-color: #aaa #bbb #bbb;

	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"],

textarea {

	color: #666;

	border: 1px solid #ccc;

	border-radius: 3px;

}

input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="password"]:focus,

input[type="search"]:focus,

textarea:focus {

	color: #111;

}

input[type="text"],

input[type="email"],

input[type="url"],

input[type="password"],

input[type="search"] {

	padding: 3px;

}

textarea {

	padding-left: 3px;

	width: 100%;

}



/*------------Gravity forms----------*/

.gfield_description {

    font-size: 1.3rem!important;

}



/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/

a {

	color: royalblue;

}

a:visited {

	color: purple;

}

a:hover,

a:focus,

a:active {

	color: midnightblue;

}

a:focus {

	outline: thin dotted;

}

a:hover,

a:active {

	outline: 0;

}

/*--------------------------------------------------------------

## Menus

--------------------------------------------------------------*/

.main-navigation {

	clear: both;

	display: block;

	float: left;

	width: 100%;

}

.main-navigation ul {

	display: none;

	list-style: none;

	margin: 0;

	padding-left: 0;

}

.main-navigation li {

	float: left;

	position: relative;

}

.main-navigation a {

	display: block;

	text-decoration: none;

}

.main-navigation ul ul {

	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	float: left;

	position: absolute;

	top: 1.5em;

	left: -999em;

	z-index: 99999;

}

.main-navigation ul ul ul {

	left: -999em;

	top: 0;

}

.main-navigation ul ul a {

	width: 200px;

}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,

.main-navigation li.focus > a {

}

.main-navigation ul ul :hover > a,

.main-navigation ul ul .focus > a {

}

.main-navigation ul ul a:hover,

.main-navigation ul ul a.focus {

}

.main-navigation ul li:hover > ul,

.main-navigation ul li.focus > ul {

	left: auto;

}

.main-navigation ul ul li:hover > ul,

.main-navigation ul ul li.focus > ul {

	left: 100%;

}

.main-navigation .current_page_item > a,

.main-navigation .current-menu-item > a,

.main-navigation .current_page_ancestor > a {

}

/* Small menu. */

.menu-toggle,

.main-navigation.toggled ul {

	display: block;

}

@media screen and (min-width: 37.5em) {

	.menu-toggle {

		display: none;

	}

	.main-navigation ul {

		display: block;

	}

}

.site-main .comment-navigation,

.site-main .posts-navigation,

.site-main .post-navigation {

	margin: 0 0 1.5em;

	overflow: hidden;

}

.comment-navigation .nav-previous,

.posts-navigation .nav-previous,

.post-navigation .nav-previous {

	float: left;

	width: 50%;

}

.comment-navigation .nav-next,

.posts-navigation .nav-next,

.post-navigation .nav-next {

	float: right;

	text-align: right;

	width: 50%;

}

/*--------------------------------------------------------------

# Accessibility

--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

	height: 1px;

	width: 1px;

	overflow: hidden;

}

.screen-reader-text:hover,

.screen-reader-text:active,

.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;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar. */

}

/*--------------------------------------------------------------

# Alignments

--------------------------------------------------------------*/

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.5em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.5em;

}

.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}

/*--------------------------------------------------------------

# Clearings

--------------------------------------------------------------*/

.clear:before,

.clear:after,

.entry-content:before,

.entry-content:after,

.comment-content:before,

.comment-content:after,

.site-header:before,

.site-header:after,

.site-content:before,

.site-content:after,

.site-footer:before,

.site-footer:after {

	content: "";

	display: table;

}

.clear:after,

.entry-content:after,

.comment-content:after,

.site-header:after,

.site-content:after,

.site-footer:after {

	clear: both;

}

/*--------------------------------------------------------------

# Widgets

--------------------------------------------------------------*/

.widget {

	margin: 0 0 1.5em;

}

/* Make sure select elements fit in widgets. */

.widget select {

	max-width: 100%;

}

/* Search widget. */

.widget_search .search-submit {

	display: none;

}

/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/

/*--------------------------------------------------------------

## Posts and pages

--------------------------------------------------------------*/

.sticky {

	display: block;

}

.hentry {

	margin: 0 0 1.5em;

}

.byline,

.updated:not(.published) {

	display: none;

}

.single .byline,

.group-blog .byline {

	display: inline;

}

.page-content,

.entry-content,

.entry-summary {

	margin: 1.5em 0 0;

}

.page-links {

	clear: both;

	margin: 0 0 1.5em;

}

/*--------------------------------------------------------------

## Asides

--------------------------------------------------------------*/

.blog .format-aside .entry-title,

.archive .format-aside .entry-title {

	display: none;

}

/*--------------------------------------------------------------

## Comments

--------------------------------------------------------------*/

.comment-content a {

	word-wrap: break-word;

}

.bypostauthor {

	display: block;

}

/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */

	display: none;

}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {

	display: block;

}

/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/

.page-content .wp-smiley,

.entry-content .wp-smiley,

.comment-content .wp-smiley {

	border: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}

/* Make sure embeds and iframes fit their containers. */

embed,

iframe,

object {

	max-width: 100%;

}

/*--------------------------------------------------------------

## Captions

--------------------------------------------------------------*/

.wp-caption {

	margin-bottom: 1.5em;

	max-width: 100%;

}

.wp-caption img[class*="wp-image-"] {

	display: block;

	margin: 0 auto;

}

.wp-caption-text {

	text-align: center;

}

.wp-caption .wp-caption-text {

	margin: 0.8075em 0;

}

/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/

.gallery {

	margin-bottom: 1.5em;

}

.gallery-item {

	display: inline-block;

	text-align: center;

	vertical-align: top;

	width: 100%;

}

.gallery-columns-2 .gallery-item {

	max-width: 50%;

}

.gallery-columns-3 .gallery-item {

	max-width: 33.33%;

}

.gallery-columns-4 .gallery-item {

	max-width: 25%;

}

.gallery-columns-5 .gallery-item {

	max-width: 20%;

}

.gallery-columns-6 .gallery-item {

	max-width: 16.66%;

}

.gallery-columns-7 .gallery-item {

	max-width: 14.28%;

}

.gallery-columns-8 .gallery-item {

	max-width: 12.5%;

}

.gallery-columns-9 .gallery-item {

	max-width: 11.11%;

}

.gallery-caption {

	display: block;

}

/************************************** Media Queries *****************************************/

@media screen and (max-width:480px)

{

	.navbar-collapse.navbar-ex1-collapse.collapse.in>ul>li {

		margin-left: 15px;

		border: none;

	}

	.navbar-header {

		background-color: #6D7D9C;

	}

	button.navbar-toggle {

		background-color: white;

	}

	.logo-header

	{

		text-align: center !important;

		display: block !important;

	}

	.textwidget p {

	    margin: 0 !important;

	}

	div#footer1,

	div#footer2,

	div#footer3 {

		border-bottom: 1px solid rgb(209, 210, 213);

	}

	.social-widgets-top .belbin {

		float: none;

		display: block;

		margin: 0 auto;

		-webkit-transform: scale(1);

		-moz-transform: scale(1);

		-ms-transform: scale(1);

		-o-transform: scale(1);

		transform: scale(1);

	}

/*	.navbar-collapse.navbar-ex1-collapse.collapse.in>ul>li>ul>li>a {

		border-left: 1px solid white;

		padding: 5px;

		margin-left: 15px;

		font-size: 15px;

		margin-bottom: 2px;

	}*/

	.navbar>ul>li>ul>li>a {

		border-left: 1px solid white;

		padding: 5px;

		margin-left: 15px;

		font-size: 15px;

		margin-bottom: 2px;

	}

	div#footer4 {

		margin-top: 14px;

	}

	ul, ol {

		margin: 0;

	}

   div#primary {

        border-bottom: 1px solid rgb(209, 210, 213);

    }

}

/************************************** xcards *****************************************/

.xcards {

color:#000;

padding:15px;

width:650px;

position:absolute;

top:430px;

margin-left:150px;

box-shadow: 0px 5px 5px #888888;

border-radius: 10px; -moz-border-radius: 10px;

z-index: 10;

}

.xcards h2{

text-transform:uppercase;

font-size:1.5em;

width:100%;

border-bottom:1px dashed #000;

}

.xcards p{

padding-top:5px;

margin-bottom:0px;

}

#xcard1 {

display:none;

background:rgba(233,213,90,0.95);

}

#xcard2 {

display:none;

background:rgba(158,58,110,0.95);

}

#xcard3 {

display:none;

background:rgba(144,177,210,0.95);

}

#xcard4 {

display:none;

background:rgba(188,68,51,0.95);

}

#xcard5 {

display:none;

background:rgba(167,158,177,0.95);

}

#xcard6 {

display:none;

background:rgba(126,178,96,0.95);

}

#xcard7 {

display:none;

background:rgba(74,99,153,0.95);

}

#xcard8 {

display:none;

background:rgba(133,72,51,0.95);

}

#xcard9 {

display:none;

background:rgba(192,183,152,0.95);

}

/************************************** /xcards *****************************************/

.container.main {

  background-color: white;

  max-width: 970px;

}

header.entry-header h2 {

  color: rgb(109, 125, 156);

  font-weight: bold;

}

body

{

	background-color: #6D7D9C;

	font-size: 1.5em;

	font-family: "Trebuchet MS";

}

.caret

{

	display: none;

}

.site-info {

  font-size: 0.8em;

  text-align: center;

  padding: 5px;

  clear: both;

  width: 100%;

  background: #b3b4b3;

}

/*************************************************************/

.collapse.navbar-collapse.navbar-ex1-collapse>ul>li>a {

  color: white;

  padding: 10px 11px;

}

.home .navbar {

  margin-bottom: 6px;

}

.navbar-collapse {

  background-color: rgb(109, 125, 156);

}

.collapse.navbar-collapse.navbar-ex1-collapse {

  padding: 0;

}

.navbar-default {

  background-color: #ffffff;

  border: none;

  margin-left: 3px;

  margin-right: 3px;

}

.collapse.navbar-collapse.navbar-ex1-collapse>ul>li {

  border-left: 1px solid white;

  border-right: 1px solid white;

}

.collapse.navbar-collapse.navbar-ex1-collapse>ul>li:last-child

{

	border-right: none;

}

,

.collapse.navbar-collapse.navbar-ex1-collapse>ul>li:first-child

{

	border-left: none;

}

.navbar-collapse.in {

  overflow: hidden;

}

.navbar-default 

.navbar-nav>.active>a, 

.navbar-default 

.navbar-nav>.active>a:focus, 

.navbar-default 

.navbar-nav>.active>a:hover {

  color: #ffffff;

  background-color: #3F4A5F;

}

.navbar-default 

.navbar-nav>.open>a, 

.navbar-default 

.navbar-nav>.open>a:focus, 

.navbar-default 

.navbar-nav>.open>a:hover {

	color: white;

  background-color: #6D7D9C;

}

div#primary {

  box-shadow: 12px 0 16px -16px rgb(67, 73, 86);

  min-height: 400px;

}

img.logo {

  margin-left: 20px;

  margin-bottom: 10px;

  margin-right: 20px;

}

img.belbin {

	margin-top: 0px;

	-webkit-transform: scale(0.8);

	-moz-transform: scale(0.8);

	-ms-transform: scale(0.8);

	-o-transform: scale(0.8);

	transform: scale(0.8);

	float: right;

}



.social-widgets-top {

	padding-right: 20px;

}



.social-widgets-top aside {

	margin-bottom: 0;

	float: right;

}



h1.logo-header {

  /*width: 50%;*/

  display: inline-block;

}

/*.dropdown:hover .dropdown-menu {

	display: block;

}*/

.navbar-default .navbar-toggle {

  border-color: #ddd;

  margin-left: 140px;

}

.site-info a {

  color: rgb(64, 64, 64);

}

div#footer1 li a,

div#footer2 li a,

div#footer3 li a,

div#footer4 li a {

  text-transform: uppercase;

  color: rgb(39, 39, 39);

}

div#footer1 li,

div#footer2 li,

div#footer3 li,

div#footer4 li {

  list-style: none;

  margin-bottom: 5px;

  margin-top: 5px;

  padding-top: 2px;

  padding-bottom: 2px;

}

ul#menu-footer-1,

ul#menu-footer-2,

ul#menu-footer-3,

ul#menu-footer-4 {

  margin: 0;

  padding-left: 20px;

}

footer#colophon {

  box-shadow: inset 0px 12px 16px -16px rgb(67, 73, 86);

  padding-top: 20px;

}

h2.widgettitle {

  margin: 0px;

  margin-bottom: 8px;

  font-size: 16px;

  font-weight: bold;

}

.navbar-collapse.navbar-ex1-collapse.collapse.in>ul>li>ul>li>a {

  color: white;

}

.entry-content h2 {

  margin-bottom: 20px;

  font-size: 21px;

}

div#footer4 {

  margin-top: 8px;

}

.teamphoto {

  padding: 5px;

  border: 1px solid rgb(216, 216, 216);

  box-shadow: 0px 12px 16px -16px rgb(67, 73, 86);

}

li.widget {

  list-style: none;

 

}

div#secondary {

  padding-top: 24px;

}

div#secondary li {

  text-align: center;

}

.more-link {

  background: none repeat scroll 0 0 #BD4431;

  border-radius: 5px;

  font-size: 0.9em;

  height: 20px;

  margin-top: 10px;

  padding: 10px;

  text-transform: uppercase;

  color: #ccc;

}

.entry-title a {

  color: rgb(64, 64, 64);

}

.entry-meta {

  text-transform: uppercase;

  font-size: 0.9em;

}

a.more-link {

  color: #ccc;

}

.entry-content {

  /*border-bottom: 5px double #ccc;*/

  margin-bottom: 30px;

  padding-bottom: 20px;

}

footer.entry-meta {

  display: none;

}

.nav-links {text-transform:uppercase; font-size:0.9em; margin-top:10px; padding:10px;height:80px; background:#efefef;border-radius:10px;}

.comments-title {display:none;}

.comment-author {font-size:1.2em; font-weight:bold;}

.comment article {padding:10px; border:1px solid #ccc;border-radius: 15px;}

.comment footer {margin-bottom:20px;border-bottom:1px dotted #C5C5C5;}

.comment-metadata {font-size:0.8em;}

.comment .odd article {background:#eee;}

.comment li {list-style:none;}

.comment .children {margin-top:10px;}

.nav-previous, .nav-next {padding:5px 8px;}

.comment-metadata {display:none;}

.more-link {background: none repeat scroll 0 0 #BD4431;

    border-radius: 5px;

    font-size: 0.9em;

    height: 20px;

    margin-top: 10px;

    padding: 10px;

  text-transform: uppercase; color:#ccc;}

.dontshow {display:none;}

.widget_recent_entries li {padding-bottom:15px;}

.entry-content ul, ol {margin-bottom:5px;}

ol.comment-list {

  list-style: none;

  padding-left: 0px;

  margin: 0;

}

a:visited {

  color: rgb(62,62,62);

}

.comment .children {

  padding-left: 10px;

}

a:hover {

  color: rgb(62,62,62);

}

a {

  color: rgb(62,62,62);

}

button, input[type="button"], input[type="reset"], input[type="submit"] {

  font-size: 15px;

  padding: 8px;

}

a.more-link:hover {

  color: #ccc;

}

.testimonial_body p {

  font-size: 15px !important;

}

blockquote.easy_testimonial {

  border: none;

  padding: 0;

}

.testimonial_body {

  background: #efefff;

  border: 2px solid #999;

  border-bottom: 5px solid #999;

  margin: 10px;

  padding: 10px;

  border-radius: 10px;

}

span.sue-testimonial-company {

  display: block;

}

.mc_merge_var>label {

  text-align: left;

  font-weight: 100;

  font-size: 14px;

  margin-top: 20px;

}

.home .entry-content {

  margin-bottom: 0;

  padding-bottom: 0;

}

.textwidget ul li {

	text-align: left !important;

	text-transform: uppercase;

	line-height: 28px;

}

.textwidget ul {

	list-style: none;

	margin-left: 40px;

	margin-top: 40px;

	padding: 0;

}

.dropdown-menu>.active>a, 

.dropdown-menu>.active>a:focus, 

.dropdown-menu>.active>a:hover {

	color: #fff;

	text-decoration: none;

	background-color: #6D7D9C;

	outline: 0;

}

.row.logos>div{

	/*min-height: 400px;*/

}

.entry-content ul,

.entry-content ol {

	margin: 0;

}

.su-tabs-panes ul {

	padding-left: 25px !important;

}

.yrc-video-date {display:none;}



.gform_confirmation_wrapper  {

	background-color: rgba(51, 153, 102, 0.53);

   	border-top: 4px solid #339966;

    padding: 1rem;

}