/*
Theme Name: Projack
*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

body { font-size: 16px; line-height: 1.5em; font-family: 'Montserrat', Arial, sans-serif; }
.container { width: 1180px; margin: 0 auto; }
a img { border: none; }
.clear { clear: both; }
.clearfix:before,
.clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1; }

.half, .third, .twothirds, .quarter, .threequarters, .fifth, .twofifths, .threefifths, .fourfifths, .eighth, .threeeighths, .fiveeighths, .seveneighths { padding: 0 20px 20px 20px; box-sizing:border-box;
}
.last { padding: 0 0 20px 0;  }
.right { float: right; padding: 0 0 20px 20px; }	
.full { width: 100%; }
.half { width: 50%; }
.quarter { width: 25%; }
.threequarters { width: 75%; }
.third { width: 33.33%; }
.twothirds { width: 66.66%; }
.fifth { width: 20%; }
.twofifths { width: 40%; }
.threefifths { width: 60%; }
.fourfifths { width: 80%; }
.eighth { width: 12.5%; }
.threeeighths { width: 37.5%; }
.fiveeighths { width: 62.5%; }
.seveneighths { width: 87.5%; }

.alignleft { float: left; margin: 0 10px 0 0; }
.alignright { float: right; margin: 0 0 0 10px; }
.aligncenter { display: block; margin: 0 auto 10px auto; }

.padbot-1x { padding-bottom: 20px; }
.padbot-2x { padding-bottom: 40px; }
.padbot-3x { padding-bottom: 60px; }
.padbot-4x { padding-bottom: 80px; }
.padbot-5x { padding-bottom: 100px; }
.padbot-6x { padding-bottom: 140px; }
.padbot-7x { padding-bottom: 180px; }
.padbot-8x { padding-bottom: 220px; }
.padbot-9x { padding-bottom: 260px; }
.padbot-10x { padding-bottom: 300px; }
.padtop-1x { padding-top: 20px; }
.padtop-2x { padding-top: 40px; }
.padtop-3x { padding-top: 60px; }
.padtop-4x { padding-top: 80px; }
.padtop-5x { padding-top: 100px; }
.padtop-6x { padding-top: 140px; }
.padtop-7x { padding-top: 180px; }
.padtop-8x { padding-top: 220px; }
.padtop-9x { padding-top: 260px; }
.padtop-10x { padding-top: 300px; }
.padleft-1x { padding-left: 20px; }
.padleft-2x { padding-left: 40px; }
.padleft-3x { padding-left: 60px; }
.padleft-4x { padding-left: 80px; }
.padleft-5x { padding-left: 100px; }
.padright-1x { padding-right: 20px; }
.padright-2x { padding-right: 40px; }
.padright-3x { padding-right: 60px; }
.padright-4x { padding-right: 80px; }
.padright-5x { padding-right: 100px; }

/* --------------------- HEADER ---------------- */

#header {
	border-bottom: 1px solid #ccc;	
	position: relative;
	padding: 10px 0;
}
#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#branding {
	flex: auto;
}
#logo {
	width: 167px;
	vertical-align: bottom;
}
#header-right {
	text-align: right;
}
#header-details {
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#phone {
	color: #000;
	text-decoration: none;
	font-size: 1.5em;
	background-image: url(images/phone.png);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: left center;
	padding-left: 34px;	
    font-weight: 500;
}
#quote {
	margin-left: 20px;
	border: 2px solid #000;
	transition: all 0.2s ease-in-out;
}
#quote:hover {
	background: transparent;
	color: #444444;	
}
.slide {
	background-size: cover;
	height: 700px!important;
	position: relative;
}
.slide .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
}
.slide-text-inner {
	position: relative;
	padding: 50px 30px;
}
.slide-text-inner h2 {
  font-size: 44px;
  font-weight: 700;
  text-shadow: 1px 1px 5px #000;
  margin-bottom: 0;
  text-transform: uppercase;
}
.slide-text-inner p {
	margin-bottom: 0;
	margin-top: 10px;
}
.slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
.slide.bottom video {
	object-position: bottom center;
}
#top-left, #top-right, #bottom-left, #bottom-right {
	position: absolute;
	width: 48px;
	height: 48px;
	display: block;
}
#top-left {
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	top: 0;
	left: 0;
}
#top-right {
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	top: 0;
	right: 0;
}
#bottom-left {
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
	bottom: 0;
	left: 0;
}
#bottom-right {
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	bottom: 0;
	right: 0;
}
	
/* -------------------- NAV ------------------- */

#nav { 
	position: relative; 
	z-index: 9000;
}
#menu-button {
	display: none; 
	width: 32px; 
	height: 24px;
	position: relative;
	float: right;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer; 
}
#menu-button span {
	display: block;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -1px;	
}
#menu-button::before, #menu-button::after {
	content: "";
	height: 2px;
	background: #000;
	left: 0;
	right: 0;
	position: absolute;
}
#menu-button::before {
	top: 0;
	transition: all 0.2s ease-in-out;	
}
#menu-button::after {
	bottom: 0;	
	transition: all 0.2s ease-in-out;
}
#menu-button.menu-open span {
	display: none;
}
#menu-button.menu-open:after {
	transform: rotate(45deg);
	bottom: 11px;
}
#menu-button.menu-open:before {
	transform: rotate(-45deg);
	top: 11px;
}

#mobile-nav {
	display: none;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
}
#mobile-nav ul li a {
	padding: 10px;
	border-top: 1px solid #c4c4c4;
}

#nav ul { 
	list-style-type: none; 
}
#nav ul li { 
	display: inline-block;
	margin-left: 30px;
	position: relative;
	padding: 20px 0; 
}
#nav ul li a, #mobile-nav ul li a {  
	color: #000;	
	text-decoration: none;
	display: block;
}
#nav ul li.menu-item-has-children {
	padding-right: 20px;
}
#nav ul li.menu-item-has-children:after {
	content: "";
	width: 10px;
	height: 7px;
	background-image: url(images/menu-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	right: 0;
	top: 30px;	
}
#nav ul li.menu-item-has-children:hover:after {
	background-position: 0 -7px;
}
#nav ul li a:hover, #nav ul li.current_page_item a, #nav ul li.current-page-parent a {  

}
#nav ul li ul { 
	position: absolute; 
	left: -9999px; 
	top: 100%;
	text-align: left;
	background: #000;
}
#nav ul li:hover ul { 
	left: -20px; 
}
#nav ul li ul li { 
	display: block;
	margin-left: 0;
	padding: 0;
}
#nav ul li ul li a { 
	white-space: nowrap;
	padding: 10px 20px; 
	color: white;
}
#nav ul li:hover a {  

} /* to make the top link stay hovered when you move down the list */
#nav ul li:hover ul a {  

}/* so only the top link stays hovered */
#nav ul li ul li a:hover {  

} /* most specific hover */

/* ------------- CONTENT ------------ */

.custom-row { 
	position: relative; 
}
.custom-row .container { 
	position: relative; 
	z-index: 10; 
}
.overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0; 
	z-index: 1;
	background: rgba(0,0,0,0.2); 
}
.light { 
	color: white; 
}
.small-text {
	font-size: 0.85em;
}

#content ul, #content ol { 
	margin-left: 20px; 
	margin-bottom: 16px; 
}
#content ul li, #content ol li { 
	margin-bottom: 5px; 
}
#content ul { 
	list-style-type: disc; 
}
#content ol { 
	list-style-type: decimal; 
}
#content ol li ol { 
	list-style-type: lower-alpha; 
}
#content ul.checklist {
	list-style-type: none;
	margin-left: 0;	
}
#content ul.checklist li {
	padding-left: 40px;
	background-image: url(images/checked.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 20px;
	font-size: 1.1em;
}
#content p { 
	margin-bottom: 16px; 
}
hr, html .elementor hr {
	margin: 20px 0;
	border-top: none;
	border-bottom: 1px solid #c4c4c4;
}
img { 
	max-width: 100%; 
	height: auto; 
}
.multiply img {
	mix-blend-mode: multiply;
}
iframe { 
	max-width: 100%; 
}
.text-right {
	text-align:right;
}
.text-left {
	text-align: left;
}
.nomargin { 
	margin: 0!important; 
}
strong { 
	font-weight: bold; 
}
em { 
	font-style: italic; 
}

h1, h2, h3, h4, h5, h6 { 
	line-height: 1.1em;
	margin-bottom: 24px;
	font-weight: 700; 
}
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 { 
	color: white; 
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 19px;
	margin-bottom: 16px;
}
h6 {
	font-size: 19px;
	font-weight: 300;
}

a {
	color: #ec1c24;
}
.button {
	display: inline-block;
}
.button a, a.button {  
	display: block;
	color: white;
	text-decoration: none;
	background: #000;
	line-height: 24px;
	padding: 9px 30px;
	border-radius: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.88em;
	border: 2px solid #ec1c24;
	transition: 0.2s ease-in-out;
}
.button a:hover, a.button:hover {
	background: transparent;
	color: #ec1c24;	
}
a.button {
	display: inline-block!important;
}
.elementor-widget-button .elementor-button {
    background-color: #EC1C24;
	border: 2px solid #EC1C24;
}
.elementor-widget-button .elementor-button:hover {
    color: #EC1C24;
    background-color: transparent;
}
.elementor-button-text {
	line-height: 1.3em;
}
blockquote {
	position: relative;
	padding-left: 60px;
	font-style: italic;
	font-size: 0.88em;
}
blockquote:before {
	content: "\201C";
	font-family: Georgia, serif;
	color: #ccc;
	font-size: 100px;
	line-height: 1.0em;
	position: absolute;
	left: 0;
	top: -20px;
}
body .elementor-button.elementor-size-md {
	border-radius: 23px;
	font-size: 0.88em;	
}
.elementor-widget-button .elementor-button {
	letter-spacing: 2px;
	text-transform: uppercase;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea { 
	width: 100%; 
	padding: 10px; 
	background: #fff; 
	border: 1px solid #ddd;
	border-radius: 6px; 
	font-size: 0.88em;
}
textarea {
	height: 150px;
}
input[type=submit] {  
	display: inline-block;
	color: white;
	text-decoration: none;
	background: #1C2753;
	line-height: 24px;
	padding: 9px 30px;
	border-radius: 22px;
	border: 2px solid #1c2753;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.88em;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
input[type=submit]:hover {
	color: #1c2753;
	background: transparent;	
}
.flex-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -20px;
}

.shadow-box {
	box-shadow: 0 0 40px rgba(0,0,0,0.2)
}
.shadow-box .elementor-column-wrap {
	padding: 30px!important;	
}
.shadow-box.elementor-col-33 {
	margin: 20px;
}

.inline {
	display: inline-block;
	width: auto!important;
	margin-right: 20px;
}

/* FOOTER */

ul.social {
margin: 20px 0;
}
ul.social li {
list-style-type: none;
display: inline-block;
}
ul.social img {
width: 32px;
}
#footer-widgets {
	background: #000;
	font-size: 0.88em;
	font-weight: 300;	
}
#footer-widgets h4 {
	font-weight: 700;
}
#copyright {
	background: #222;
	font-weight: 300;
}
#copyright .half {
	opacity: 0.7;
	font-size: 0.8em;
}
#footer a {
	color: white;
}

.service-icons img {
  border: 2px solid black!important;
  border-radius: 50%!important;
  padding: 10px;
  width: 90px!important;
}

/* ------------------- MEDIA QUERIES -------------------- */

@media only screen and (max-width: 1920px) { 
.slide {
	height: 600px!important;
}
}

@media only screen and (max-width: 1680px) { 
.slide {
	height: 500px!important;
}
}

@media only screen and (max-width: 1279px) { 

.container { 
	width: 960px; 
}
body .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 980px;	
}

}


@media only screen and (max-width: 1024px) {
	
.container, .fl-row-fixed-width { 
	width: 720px; 
}
body .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 740px;	
}
#header {
	padding: 10px 0;
}
#header-details {
	padding: 0 0 10px 0;
}
#header-details #quote {
	display: none!important;	
}
body .shadow-box.elementor-col-33 {
    margin: 10px;
	width: calc(33.33% - 20px);
}

#nav { 
	display: none; 
}
#menu-button {
	display: inline-block;
}

#logo {
	width: 100px;
}

.t-full {
	width: 100%!important;
}
.t-half { width: 50%!important; }

.slide {
	height: 400px!important;
}
.slide-text-inner h2 {
	font-size: 44px;
}
.slide-text-inner {
	padding: 30px;
}

h1 {
	font-size: 36px;
}

.service-icons .elementor-column {
	width: 33.33%!important;
}
	
}

@media only screen and (max-width: 768px) {

.padbot-1x { padding-bottom: 20px; }
.padbot-2x { padding-bottom: 30px; }
.padbot-3x { padding-bottom: 40px; }
.padbot-4x { padding-bottom: 50px; }
.padbot-5x { padding-bottom: 60px; }
.padbot-6x { padding-bottom: 80px; }
.padbot-7x { padding-bottom: 100px; }
.padbot-8x { padding-bottom: 120px; }
.padbot-9x { padding-bottom: 140px; }
.padbot-10x { padding-bottom: 160px; }
.padtop-1x { padding-top: 20px; }
.padtop-2x { padding-top: 30px; }
.padtop-3x { padding-top: 40px; }
.padtop-4x { padding-top: 50px; }
.padtop-5x { padding-top: 60px; }
.padtop-6x { padding-top: 80px; }
.padtop-7x { padding-top: 100px; }
.padtop-8x { padding-top: 120px; }
.padtop-9x { padding-top: 140px; }
.padtop-10x { padding-top: 160px; }
.padleft-1x, .padleft-2x, .padleft-3x, .padleft-4x, .padleft-5x, .padright-1x, .padright-2x, .padright-3x, .padright-4x, .padright-5x { padding-left: 0; padding-right: 0; }
	
.container, .fl-row-fixed-width { 
	width: 620px; 
}
body .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 640px;	
}
.full, .half, .third, .twothirds, .quarter, .threequarters, .fifth, .twofifths, .threefifths, .fourfifths, .threeeighths, .fiveeighths, .seveneighths { 
	width: 100%; 
	margin: 0 0 20px 0; 
	float: none; 
}


#phone {
	font-size: 1.0em;
	background-size: 16px 16px;
	padding-left: 24px;
}

.slide-text-inner h2 {
    font-size: 40px;
}
.slide {
	height: 350px!important;
}
.slide-text-inner {
	padding: 20px;
}

h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}

body .shadow-box.elementor-col-33 {
    margin: 10px 0;
	width: 100%;
}

#copyright .text-right {
	text-align: left;
}

}

@media only screen and (max-width: 679px) {
	
.container { 
	width: 460px; 
}
body .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 480px;	
}

.slide-text-inner h2 {
    font-size: 36px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}

.service-icons .elementor-column {
	width: 50%!important;
}
	
}

@media only screen and (max-width: 499px) {
	
.container { 
	width: 320px; 
}
body .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 340px;	
}

.t-half { width: 100%!important; }

.slide-text-inner h2 {
    font-size: 32px;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
	
}

@media only screen and (max-width: 339px) {
	
.container, .fl-row-fixed-width { 
	width: 280px; 
}
	
}