/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* Column control for content editor */
.twocol {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
.threecol {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}
.fourcol {
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
}
@media (max-width: 768px) {
	.twocol, .threecol, .fourcol {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}	
}

/* Hide Default Page Title */
header.page-header {
    display: none;
}

/* Mobile Sticky Menu */
.footer-mobile-menu {
    position: fixed !important;
    bottom: 0;
}

/** ELEMENTOR/PLUGINS BUTTONS ADJUSTMENTS **/

.elementor-button.elementor-size-md {
min-width: 16rem !important;
}

.elementor-button.elementor-size-sm {
width: 100% !important;
}

[type=button], [type=submit], button {
border: none;
}

/** ELEMENTOR LIGHT/DARK BACKGROUND ADJUSTMENTS **/

.sk-dark-bg, .sk-light-bg {
text-transform: uppercase;
}

/** ELEMENTOR/PLUGINS FORMS ADJUSTMENTS**/

.form-control {
border-radius: 0px !important;
}

.bttn-full-width {
width: 100% !important;	
}

.hmg-jb a, .hmg-jb a, .hmg-jb a:hover, .hmg-jb a:focus {
color: inherit !important;
}

.form-group {
margin-bottom: 1rem;}

select.custom-select {
display: inline-block;
width: 100%;
height: calc(2.4375rem + 2px);
padding: .375rem 1.75rem .375rem .75rem;
line-height: 1.5em;
color: #495057;
vertical-align: middle;
background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
background-size: 8px 10px;
border: 1px solid #666;
border-radius: 0;
	-webkit-appearance: none;
font-size: 1rem;
}

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

/**
.wpt-jobboard-feed-container h3 {
margin: 0px;
font-size: 1.5rem !important;
line-height: 1.1em !important;
}

.wpt-jobboard-feed-container h3 a:hover {
text-decoration: underline;
}

.wpt-jobboard-feed p {
font-size: 0.9rem !important;
line-height: 1.3em !important;
margin-top: 0px !important;}

.widget_title h5{
display: none;
}

h3.hmg-jb-callout-title {
font-size: 2rem !important;
}

**/

select#cat.postform {
font-size: 0.8rem;
border-radius: 0px;
min-height: 2em !important;
-webkit-appearance:none;
}

.widget-wrap {padding-bottom: 30px;}

/**

h3.wpt-casestudies-title {
font-size: 2rem !important;	
margin-top: 2rem !important;
	
}

h3.wpt-casestudies-title a:hover {
text-decoration: underline;
}

**/

@media (max-width: 767px){ 
.elementor-40455 .elementor-element.elementor-element-ec060ee {
	padding: 32px 0px 0px 0px !important;}
}

.sub-footer a {color: #DDDDDD !important;}
.sub-footer a:hover {color: #C6C6C6 !important;}

/** TESTIMONIALS WIDGET 

.testimonials-container .wpt-testimonial-content {
color: #ffffff !important;
font-family: "Georgia", open sans;
font-size: 1.2rem;
font-weight: 300;
line-height: 1.6em;
letter-spacing: 0px;
text-align: center;
}

.testimonials-container .wpt-testimonial-content p {
padding-right: 75px;
}

.testimonials-container .wpt-testimonial-listing blockquote {
text-align: center;	
}

.testimonials-container .wpt-testimonial-footer cite {
color: #ffffff !important;
font-family: "Oswald", open sans-serif;
font-size: 1rem;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1.6px;
font-style: normal !important;
}

.wpt-testimonial-listing blockquote {
text-align: left;
font-family: "Poppins", open sans;
font-weight: 300;
line-height: 1.6em;
font-size: 0.9rem;
color: #262624;
margin-left: 0px;
}

.wpt-testimonial-footer cite {
font-family: "Oswald", open sans-serif;
font-size: 1rem !important;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1.6px;
font-style: normal !important;
margin-right: 80px;
}

.lSSlideOuter .lSPager.lSpg>li a {
background-color: #fff !important;	
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {	
background-color: #8dc63f !important;	
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
text-align: center !important;
}

.wpt-testimonial-thumb {
display: inline;
border-radius: 50% !important;
vertical-align: middle !important;
border-style: none;
margin: 0 1em 0 0;}

.wpt-testimonial-listing blockquote {
border-left: solid 5px #8dc63f;
padding: 20px 35px;
}

img.wpt-testimonial-thumb.img-circle.rounded-circle.wp-post-image {width: 60px;}
select {border-radius: 0;}

**/


/** WCAG 2.1 COMPATIBILITY **/

a.skip-maincontent {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
a.skip-maincontent:focus, a.skip-maincontent:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 20px 25%;
    padding: 5px;
    border-radius: 10px;
    border: 4px solid red;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

/** WCAG 2.1 COMPATIBILITY - to fix comtrast colors issue when white font is used over the image backgrounds **/

.ADA-banner-background-black {background-color: #000000 !important;}
.ADA-banner-background-white {background-color: #ffffff !important;}

/** WCAG 2.1 COMPATIBILITY - to fix comtrast colors issue on Smart Post Tile element (blog posts grid) **/

.jet-smart-tiles__box {background-color: #000000 !important;}