/*
Theme Name: Century 21 Connections
Theme URI: restontechwiz.com
Author: RestonTechWiz
Author URI: restontechwiz.com
Description: Century 21 Judge Fite Company Connections
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cjfconnections
Tags:

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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;
	text-decoration: none;
	font-weight: 600;
	color: #5d8ab9;
}

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;
	font-family: 'barlow', sans-serif;
	
}

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: #414042;
	font-family: 'oakes', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-family: 'oakes', sans-serif;
}

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. */
}


@font-face {
    font-family: barlow;
    src: url(fonts/BarlowSemiCondensed-Regular.otf);
}

@font-face {
    font-family: barlow-semi;
    src: url(fonts/BarlowSemiCondensed-SemiBold.otf);
}

@font-face {
    font-family: oakes-light;
    src: url(fonts/Oakes-Grotesk-Light.otf);
}

@font-face {
    font-family: oakes;
    src: url(fonts/Oakes-Grotesk-Regular.otf);
}

@font-face {
    font-family: oakes-bold;
    src: url(fonts/Oakes-Grotesk-Bold.otf);
}

.page-id-58 .entry-content br {
	display: none;
}

.site-header {
	width: 100%;
	text-align: center;
	margin: auto;
}

.entry-content p {
	text-align: justify !important;
    font-size: .90em;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.site-content {
	text-align: center;
	margin: auto;
	max-width: 1200px;
    padding: 1em 1em;
}

.entry-content ul li {
	text-align: justify !important;
    font-size: .90em;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-family: 'oakes', sans-serif;
}

.content-area {
	text-align: left;
}

h1.entry-title  {
	text-transform: uppercase;
    border-bottom: 1px solid #414042;
    padding-bottom: 1em;
    margin-bottom: 1.2em;
	text-align: center;
}

p.four {
	color: #beaf87;
    font-family: 'barlow', sans-serif;
    font-size: 2.5em;
    line-height: 1px;
    padding: 0px;
    margin: 1em;
}

.max-width {
	max-width: 1200px;
	text-align: center;
	margin: auto;
}

#header {
	max-width: 1200px;
	margin: auto;
}

.logo {
	width: 320px;
	margin: 20px 20px;
	display: inline-block;
	float: left;
	vertical-align: middle;
}

#navbar {
	display: inline-block;
	float: right;
	vertical-align: middle;
}

#vendors-diamond {
	padding: 1em 20px 1em 20px;
}

#welcome {
	background-color: #beaf87;
	padding: 4em 20px 6em 20px;
}

#welcome h1 {
	font-family: 'barlow', sans-serif;
	color: #414042;
	font-size: 2.3em;
    letter-spacing: 2px;
}

#welcome p {
	color: #414042;
	font-family: 'oakes-light',sans-serif;
	font-size: 1.1em;
	max-width: 770px;
	margin: auto;
}

#services {
	background:url(img/sbg.jpg)no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
	padding: 10em 20px 15em 20px;
}

#services h1 {
	font-family: 'barlow', sans-serif;
	color: #414042;
	font-size: 2.3em;
    letter-spacing: 2px;
}

#services select {
	padding: 10px;
	border: none;
	font-family: 'oakes',sans-serif;
	color: #414042;
	margin: 5px;
}

#vendors-gold {
	padding: 2em 20px 2em 20px;
}

.page-template-content-services #connect-footer {
	display: none;
}

#connect-footer, #connect {
	background-color: #5d8ab9;
	max-width: 2000px;
	text-align: center;
	margin: auto;
	padding: 3em 20px 3em 20px;
}

#connect-footer h2, #connect h2 {
	font-family: 'barlow', sans-serif;
    color: #fff;
    font-size: 2em;
    letter-spacing: 2px;
    max-width: 1000px;
    margin: auto;
    line-height: 1em;
    margin-bottom: 1em;
}

#connect-footer button, #connect button {
	border: 1px solid #fff;
	font-family: 'oakes',sans-serif;
	font-size: .9em;
	letter-spacing: 2px;
	padding: 10px 15px;
	background-color: transparent;
	color: #fff;
	transition: all 0.1s ease-in-out;
	
}

#connect-footer button:hover, #connect button:hover {
	color: #5d8ab9;
	background-color: #fff;
}

#footer {
	padding: 4em 20px 4em 20px;
	background-color: #e6e7e8;
}

#footer img {
	max-width: 100%;
	margin-bottom: 3em;
}

#footer p {
	font-family: 'oakes-light',sans-serif;
	color: #414042;
	font-size: .9em;
	max-width: 780px;
	margin: auto;
}

#footer p.note {
	font-size: .7em;
}

#footer p.vendor-note {
	font-size: .7em;
    border-top: 1px solid #414042;
    max-width: 780px;
    margin-top: 3em;
    padding-top: 3em;
}

.site-footer {
	border-bottom: 50px solid #beaf87;
}

.error-404 {
	text-align: center;
}

.servicehalf {
	max-width: 530px;
	min-width: 520px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}

.servicehalf a {
	color: #414042;
    font-family: 'oakes-light',sans-serif;
    font-size: 1.2em;
    display: block;
    text-decoration: none;
	    font-weight: 200;
}

.servicehalf a:hover {
	color: #5d8ab9;
}

.entry-content {
	padding-bottom: 3em;
}

.guidewrap {
	text-align: center;
	margin: auto;
}

.guidefour img {
	border: 1px solid #9999;
}

.guidefour {
	display: inline-block;
	max-width: 250px;
	vertical-align: top;
	margin: 15px 18px;
}

.guidefour a:hover {
	color: #beaf87;
}

.guidehalf {
	max-width: 530px;
	min-width: 520px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
}

.guidehalf a {
	color: #beaf87;
    font-family: 'oakes-light',sans-serif;
    font-size: 1.3em;
    display: block;
    text-decoration: none;
	font-weight: 600;
	padding-bottom: 5px;
}

.guidehalf a:hover {
	color: #5d8ab9;
}



#our-partners {
	padding: 4em 20px;
}

.fa-angle-down {
	font-size: 1.5em;
    color: #beaf87;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.dropbtn {
    background-color: #fff;
    border: 1px solid #beaf87;
    cursor: pointer;
	padding: 13px 30px;
	font-family: 'oakes',sans-serif;
	color: #414042;
	margin: 5px;
	letter-spacing: 0.05em;
	font-size: 1.2em;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: 477px;
    min-width: 300px;
    padding: 0px 7px;
    max-height: 500px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: scroll;
    right: 2%;
    top: 3.9em;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	    font-weight: 100;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:active .dropbtn {
    background-color: #fff;
}

#pbl-listing-wrapper {
    border-bottom: none!important;
    display: inline-block;
    width: 350px!important;
    vertical-align: top;
    text-align: left;
	float: none!important;
	margin: 0px!important;
	padding:25px 5px!important;
}

#pbl-listing-wrapper .pbl-content {
    float: none!important;
    width: auto!important;
}



#pbl-listing-wrapper .pbl-content .listing-title {
    width:auto !important;
    font-size: 1.1em!important;
    font-weight: bold!important;
	font-family: 'oakes',sans-serif;
	color: #414042!important;
	text-decoration: none;
}

#pbl-listing-wrapper a {
	color: #414042!important;
}

#pbl-listing-wrapper .pbl-content .listing-contact-right {
    float: none!important;
    width: auto!important;
    font-size: 1em!important;
   	line-height: 1.3!important;
    letter-spacing: .03em;
	font-family: 'oakes',sans-serif;
}

#pbl-listing-wrapper .pbl-content .listing-contact-left {
    float: none!important;
    width: auto!important;
    font-size: 1em!important;
    line-height: 1.3!important;
    letter-spacing: .03em;
	font-family: 'oakes',sans-serif;
}

#pbl-listing-wrapper .pbl-content .listing-contact-bottom {
    float: none!important;
    width: auto!important;
    font-size: 1em!important;
    line-height: 1.3!important;
    letter-spacing: .03em;
	font-family: 'oakes',sans-serif;
}

#vendors-gold img {
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


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;
	font-family: 'oakes', sans-serif;
	background-color: transparent;
	font-size: 1.1em;
	padding: 10px 20px 10px 20px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: inline-block;
	margin:0 0 -7px 0;
}

.site-header-clone .main-navigation {
	margin:0 0 -7px 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	border-top:1px solid transparent;
}

.main-navigation li:hover {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 6.10em;
	left: -999em;
	z-index: 99999;
	text-align:left;
}

.site-header-clone .main-navigation ul ul {
	top: 6.60em;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}
.main-navigation ul li a {
	display: inline-block;
    color: #414042;
    padding: 40px 10px 40px 10px;
    font-family: 'oakes', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
}

#responsive-menu-container li.responsive-menu-item a {
	color:#fff;
	font-family: 'oakes', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	font-size:1.4em !important;
	letter-spacing:2px;
	-webkit-font-smoothing: antialiased;
	
}

.site-header-clone .main-navigation ul li a {
	padding:40px 15px 46px 15px;
}

.main-navigation li:hover > a {
	color:#BEAF87;
	transition: all 0.3s ease-in-out;
}
 
.main-navigation li:hover .sub-menu {
	 visibility: visible; /* shows sub-menu */
     opacity: 1;
     transform: translateX(0%);
     transition-delay: 0s;
	
}

ul .sub-menu {
	background:#cec5a6;
	border-radius:0px;
	transition: all 0.4s ease 0s, visibility 0s linear 0.5s;
	transform: translateZ(0);
    transform: translateY(10%);
	visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;

}

ul .sub-menu li {
	border-right:none;
}

ul .sub-menu li a {
	color:#414042;
	padding:5px 15px 5px 15px;
	font-family: 'northern', sans-serif;
	font-weight:300;
	text-transform:uppercase;
	font-size:1.1em;
	letter-spacing:0px;
	transition: all 0.3s ease-in-out;
	-webkit-font-smoothing: antialiased;
}

.site-header-clone ul .sub-menu li a  {
	padding:20px 15px 20px 15px;
}

ul .sub-menu li:last-child {
	border-bottom:none;
}

ul .sub-menu li:hover > a {
	color:#414042;
	font-weight:600;
}

.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 (max-width: 680px) {
	#navbar {
		display: none;
	}
	
	.logo {
		max-width: 240px;
	}
	#services {
	-webkit-background-size: inherit;
	-moz-background-size: inherit;
  	-o-background-size: inherit;
 	background-size: inherit;
	}
	
	.guidehalf a {
		font-size: 1.1em;
	}
	.servicehalf a {
		font-size: 1.1em;
	}
}



@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: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-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
element.style {
}

.bg-light-gray {
	background: #e6e7e8;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.bg-light-gray {
	background-color: #e6e7e8 !important;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container {
	width: 100;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

body.home #carousel {
	margin: 50px 0;
}

.carousel {
	position: relative;
}

*, *::before, *::after {
	box-sizing: border-box;
}

div {
	display: block;
}

.text-center {
	text-align: center !important;
}

.carousel-inner{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#carousel .carousel-control-prev, #carousel .carousel-control-next {
	opacity: 0.8;
	width: 10%;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-prev, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: webkit box;
	display: ms flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}

a {
	text-decoration: none !important;
}

a {
	color: #414141;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.carousel-control-prev {
	right: 0;
}

.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: webkit box;
	display: ms flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}

a {
	text-decoration: none !important;
}

a {
	color: #414141;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

*, *::before, *::after {
	box-sizing: border-box;
}

a:-webkit-any-link {
	curser: pointer;
}

.site-content-full-width {
	margin: auto;
	max-width: 100%;
	padding: 1em 1em;
}

.site-content-fixed-width {
	margin: auto;
	max-width: 1200px;
	padding: 1em 1em;
}