/*

My Custom CSS
=============

Author:  Ciuski 2017

*/


/* --------------------------------------
   Colors
   --------------------------------------*/
   
.color-orange { color: #0c5470; }

/* --------------------------------------
   Global / Debug
   -------------------------------------- */

/* show MD columns } */
/* div { border: solid 1px #000; } */

/*.container { max-width: 974px; }*/


.nopadding { padding: 0; }

nav ul, nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widthauto {
	width: 100%;
	height: auto;
}

.img-responsive { display: inline; }

.btn, a {
	-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;

}

body { overflow-x: hidden;}


/* --------------------------------------
   Mobile Header
   -------------------------------------- */

#mobile-menu a {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 24px;
	z-index: 100;
	color: #0c5470; 
}


#mobile-footer {
	text-align: center;
	color: #959792;
	margin-bottom: 20px;
	
}
#mobile-footer a {
	padding: 5px 7px;
	border-radius: 50%;
	color: #0c5470;
	font-size: 24px;
}


/* --------------------------------------
   header
   -------------------------------------- */

body {
	
}
#home header { 
/* 	height: 100vh; */
	position: relative;
}
header #logo {
	text-align: center;
}
header #logo img {
/* 	max-width: 250px; */
}
header #topbar {
/* 	background: rgba(255, 255, 255, 0.7); */
	padding: 15px 0;
	text-align: right;
/* 	box-shadow: 0px 0px 5px #757575; */

}


header #topbar #phonenumber {
	font-size: 20px;
	font-weight: bold;
	color: #0c5470;
	text-align: right;
	margin-top: 0px;
	line-height: 1.3em;
/* 	text-shadow: 1px 1px 3px #000; */
}
header #topbar #phonenumber a {
	color: #0c5470;
}	



header #buckets {
	background-color: rgba(80, 189, 191, 0.30);
	color: #007288;
	padding: 30px 0;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 50;
}
header #buckets img {
	margin: 0 auto;
	margin-bottom: 15px;
}
header #buckets p {
	margin: 0;
}
header #buckets .item {
	text-align: center;
	padding: 20px 0;
}
header #buckets .item:hover {
	background-color: rgba(255, 255, 255, 0.25);
}
header #buckets a {
	color: #000;
	font-size: 17px;
}

header #tagline {
	text-align: center;
	font-size: 24px;
	color: #0c5470;
	font-weight: bold;
	padding-top: 30px;
}


#nobanner {
	height: 230px;
}


#videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	background-color: white;
	margin-top: 0px;
}
#videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --------------------------------------v
   Navbar Horizontal with Dropmenu
   -------------------------------------- */



nav {
	padding: 0;
	list-style: none;
	list-style-type: none;
	float: right;
 }

nav li {
	float: left;
	position: relative;
	list-style: none;
}

nav li a {
	text-decoration: none;
	display: block;
	font-size: 18px;
	padding-top: 15px;
	padding-right: 20px;
	color: #494b4d;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;

	-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;
}

nav .last a {
	padding-right: 0px;
}	


nav li a:hover, nav li li a:hover, ul li:hover > a  { 
	color: #0c5470;
	text-decoration: underline; 
	}


nav li ul li {float: none; position: relative;  }

nav li ul {
	position: absolute; top: 30px; left:0px; display: none; width:200px;
	z-index: 600;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	}
	
	
nav li:hover > ul {display: block;}

nav li ul li a {
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	padding: 10px;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
	background-color: rgba(30, 30, 30, 0.92);
	color: #fff;
	margin-bottom: 0;
	text-shadow: none;
}


.current_page_item > a, .current_page_item a:hover {
	color: #0c5470;
} 


nav li ul li ul {
position: absolute; top:0px; left:200px; display: none; width:300px;
}


/* Sticky Nav
-------------------------------------------------------------- */
.1stickynav {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s; 
	-o-transition:color .2s ease-out, background 2s ease-in;
	-ms-transition:color .2s ease-out, background 2s ease-in;
	-moz-transition:color .2s ease-out, background 2s ease-in;
	-webkit-transition:color .2s ease-out, background 2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;

}



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


#main-content {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;	
}

#main-content p a, #main-content li a, .postmetadata a {
	color: #000; 
	text-decoration: underline;
}
#main-content a:hover {
	text-decoration: none;
	color: #0c5470;
}
#main-content ul, #main-content ol {
	padding: 0;
}
#main-content ul li {
	list-style-type: none;
	background-image: url(../images/bullet-arrow.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 30px;
}

#main-content ol li {
	margin-left: 25px;
}

#testimonial {
	background-color: #f1fafa;
	padding: 10px 15px;
	background-image: url(../images/quote.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	text-indent: 40px;
	font-style: italic;
	line-height: 1.9em;
	color: rgba(0, 0, 0, 0.7);
	

}

.wp-block-embed-youtube {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-block-embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --------------------------------------
   Main
   -------------------------------------- */
   
#main {
	padding-right: 40px;
}





/* --------------------------------------
   FOOTER
   -------------------------------------- */
   
   
footer {
	color: #000;
	text-align: center;
	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	margin-top: 50px;

}

footer a {
	color: #0c5470;
	text-decoration: underline;	
	font-weight: bold;
}

footer a:hover {
	text-decoration: none;
	color: #000;
}

footer .credits, footer .credits a {
	font-size: 12px;
	text-transform: capitalize;
	color: #7c7c7c;
	font-weight: normal;

}
footer .cities {
	font-size: 12px;
	font-style: italic;
	color: #7c7c7c;

}

/* --------------------------------------
   Social
   -------------------------------------- */
#social-icons {
	margin: 15px 0;
} 
#social-icons a {
	color: #000;
	font-size: 16px;
	margin: 0 7px;
}   



/* --------------------------------------
   TYPOGRAPHY
   -------------------------------------- */
   
h1, h2, h3, h4, h5, h6, nav a, .phonenumber, header #buckets a {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: normal;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
}


h1 {
	font-size: 30px;
	color: #0c5470;
	text-align: center;
	margin: 30px 0;
}

#home h1 {
	margin: 50px 0;
}

.portfolio-entry h1, .single h1 {
	margin-top: 0;
}
.single h1 {
	margin-bottom: 10px;
	text-align: left;
}

h2 {
	font-size: 24px;
	color: #0c5470;
}


h2 a {
	color: #0c5470;

}
h3 {
	font-size: 18px;
	color: #0c5470;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;	
}

#sidebar h3 {
	font-size: 18px;

} 




/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

.container { max-width: 1920px; padding: 0 5%; }

}
	
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {


}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {


}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {

header #tagline { font-size: 18px; padding-top: 15px; padding-bottom: 15px;}
header #topbar #phonenumber { font-size: 18px; text-align: center; }
#home h1 { margin: 20px 0; }	

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) { 


}


/* // Extra small devices (portrait phones, less than 576px)  */
@media (max-width: 575.98px) { 

/* header #topbar #phonenumber { font-size: 12px; text-align: right; } */

}




