/* 
Theme Name: Shasta
Theme URI: https://www.haleymarketing.com
Description: Shasta is a custom theme created by Haley Marketing Group.
Author: Haley Marketing Group
Author URI: https://www.haleymarketing.com
Template: hello-elementor
Version: 4.8
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

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

/* Footer Copyright Links */
.copyright-footer a {
    color: #e8c21d !important;
}

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

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

/* Buttons for Mobile */
@media (max-width: 767px) {

.elementor-button {
    margin-bottom: 20px;
    display: block;
}

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

.elementor-widget-container {
	margin: 0 !important;
}


}




/** FORMS **/

.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1.125rem;
line-height: 1.3;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0px;}

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

input.custom-select {
	background: #FFFFFF;}

select.form-control, .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: 18px;}

.justify-content-center {
-webkit-box-pack: center!important;
-ms-flex-pack: center!important;
justify-content: center!important;}

.form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
	align-items: center;}

.bttn_min_width .elementor-button.elementor-size-md {
min-width: 235px !important;
}

.btn {
/* width: 100%; */
min-width: 300px;
background-color: #962630;
color: #ffffff;
border-width: 0px;
border-radius: 0px 0px 0px 0px;
padding: 0.8rem 3rem 0.8rem 3rem;
margin-top: 0px;
font-family: "Roboto Condensed";
font-size: 1rem;
font-weight: 500;
text-transform: uppercase;
font-style: normal;
line-height: 1em;
letter-spacing: 1px;
cursor:pointer;
}

.btn:hover {
background-color: #b66b33;
border-color: #b66b33;}

.button {
cursor:pointer;}

.btn-primary {
	background: #962630;
	color: #fff !important;
}

.btn-primary:hover {
	background: #b66b33;
	color: #fff;
}

.btn-reverse {
	background: #fff;
	color: #962630;
}

.btn-reverse:hover {
	background: #b66b33;
	color: #fff;
}

.btn-tetrary {
width: 175px;
min-width: 175px;
margin-top: -1em;
margin-left: -7px;
background-color: #962630 !important;
border-color: transparent !important;
}

.btn-tetrary:hover {
background-color: #b66b33!important;
border-color: transparent !important;
color: #ffffff !important;
}


@media (max-width: 768px) {
.btn-tetrary {margin-top: 0em;}
}


.wpt-jobboard-feed h3 a {
font-size: 1.8rem !important;
line-height: 1.1em !important;
color: #962630 !important; 
margin-top: -0.5rem !important;
margin-bottom: 0rem !important;}

.wpt-jobboard-feed h3 a:hover {
color: #b66b33 !important;;
}

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

h3.sidebar-title {
margin-top: 15px !important; 
font-size: 2.2rem !important;
font-weight: 500 !important;
text-transform: uppercase;
line-height: 1.1em !important;
color: #262624;
}

.widget_title h5{
font-family: "Source Sans Pro" !important;
font-size: 3rem !important;
font-weight: 400 !important;
line-height: 1.1em !important;
text-transform: uppercase;
}

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

.adv_font {
font-family: "Oswald";
color: #962630 !important; 
font-weight: 500;
text-transform: uppercase;
font-size: 1rem;}

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

h3.wpt-casestudies-title a:hover {
color: #b66b33 !important;
	
}s

.left_boxed {max-width: 570px !important; float: right !important;}
.right_boxed {max-width: 470px !important; float: left !important;}

@media (max-width: 767px){ 
.left_boxed {max-width: 100% !important; }
.right_boxed {max-width: 100% !important;}
}

/** TESTIMONIALS WIDGET **/

blockquote {
margin-block-start: 0em !important;
margin-block-end: 1em !important;
margin-inline-start: 5px !important;
margin-inline-end: 5px !important;
}

.testimonials-container .wpt-testimonial-content {
color: #ffffff !important;
font-family: "Source Sans Pro", sans-serif;
font-size: 1.4rem;
font-weight: 300;
line-height: 1.6em;
letter-spacing: 0px;
text-align: left;
}

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

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

.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: "Source Sans Pro", sans-serif;
font-weight: 300;
line-height: 1.8em;
font-size: 1rem;
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: #962630 !important;	
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
text-align: left !important;
/** padding-left: 35px !important; **/
}

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

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