/*
Theme Name: clickabrick
Theme URI: 
Author: Click a Brick
Author URI: 
Description:
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: clickabrick

*/

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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	min-height: 100%;
	position: relative;
	font-size:62.35%;
}

body {
	margin: 0 0 200px;	
}

footer {
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display:block;
	width: 100%;
	text-align: center;
}

.wrapper {
	max-width:1000px;
	padding:0 15px;
	margin: 0 auto;
}

.page-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	margin: 0 0 5px;
	margin: 0 0 .5rem;
}

.entry-header {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

.entry-footer {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
	margin: 10px 0 0;
	margin: 1rem 0 0;
}

hr {
	border: 0;
	height: 2px;
	background-image: linear-gradient(to right, #f0f0f0, #006DB7, #006DB7, #f0f0f0);
	/* border-top: 2px solid #E5E5E5; */
	/* #A239CA */
	font-weight: 400;
	margin: 40px 0;
	margin: 4rem 0;
}

blockquote {
	border-left: 5px solid #2196F3;
	font-style: italic;
	/* margin: 0 0 20px; */
	/* margin: 0 0 2rem; */
	padding: 10px 20px;
	padding: 1rem 2rem;
	quotes: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #23282d;
}

table tbody tr td a {
	color: #333;
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	color: #333;
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: "Lato", Arial;
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 21px;
	/*margin:0;
	padding:0;
	height:100%; */
}

.news-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
	width: 100%;
}

.news-container p, .news-container h1, .news-container h2, .news-container h3, .news-container hr {
	margin-left: auto;
	margin-right: auto;
	max-width: 570px;
	width: 100%;
}

.news-container img {
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 36.4px;
}

h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 32px;
	display: block;
	margin-top: 120px;
	margin-bottom: 20px;
	color: rgb(17,17,17);
}
h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
	color: rgb(17,17,17);
}
p {
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	display:block;
	margin-top: 13.6px;
	
}

.fa {
	font-size:30px;
}

/*----- VIDEOS -----*/
video {
    object-fit: contain;
}

/*----- NOTE BOXES -----*/
.note {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 12px;
}
a .note {
	color: #333333;
}
.note.danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}
.note.success {
    background-color: #ddffdd;
    border-left: 6px solid #4CAF50;
}
.note.info {
    background-color: #e7f3fe;
    border-left: 6px solid #2196F3;
}
.note.warning {
    background-color: #ffffcc;
    border-left: 6px solid #ffeb3b;
}

/*----- ALERT BOXES -----*/
/* The alert message box */
.alert {
    padding: 20px;
    background-color: #f44336;
    color: #FFFFFF;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
}

.alert a {
	color: #FFFFFF;
}

.alert.info {
    background-color: #2196F3;
}

.alert.success {
    background-color: #4CAF50;
}

.alert.success.form {
    display:none;
}

.alert.warning {
    background-color: #ff9800;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}


/* FLUID COLUMNS */
.row:after,.row:before,.row-padding:after,.row-padding:before,
.cell-row:before,.cell-row:after {content:"";display:table;clear:both;}

.col {float:left;width:100%}
.col.s1{width:8.33333%}.col.s2{width:16.66666%}.col.s3{width:24.99999%}.col.s4{width:33.33333%}
.col.s5{width:41.66666%}.col.s6{width:49.99999%}.col.s7{width:58.33333%}.col.s8{width:66.66666%}
.col.s9{width:74.99999%}.col.s10{width:83.33333%}.col.s11{width:91.66666%}.col.s12{width:99.99999%}
@media (min-width:601px){.col.m1{width:8.33333%}.col.m2{width:16.66666%}.col.m3,.quarter{width:24.99999%}.col.m4,.third{width:33.33333%}
.col.m5{width:41.66666%}.col.m6,.half{width:49.99999%}.col.m7{width:58.33333%}.col.m8,.twothird{width:66.66666%}
.col.m9,.threequarter{width:74.99999%}.col.m10{width:83.33333%}.col.m11{width:91.66666%}.col.m12{width:99.99999%}}
@media (min-width:993px){.col.l1{width:8.33333%}.col.l2{width:16.66666%}.col.l3{width:24.99999%}.col.l4{width:33.33333%}
.col.l5{width:41.66666%}.col.l6{width:49.99999%}.col.l7{width:58.33333%}.col.l8{width:66.66666%}
.col.l9{width:74.99999%}.col.l10{width:83.33333%}.col.l11{width:91.66666%}.col.l12{width:99.99999%}}







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

form > * {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
}

ul, li {
	list-style: none;
}


/* --- Clearfix for floated Elements --- */

/* I never ended up using this for the nav-bar */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


/* --- Typography --- */


body {
	margin-top: 60px; /* height of nav-bar */
}

p {
	line-height: 1.4;
}

.small-caps {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	font-size: 1.2rem;
	margin: 0 1rem;
}

.bolder {
	font-weight: bolder;
}

.lighter {
	font-weight: lighter;
}

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

.site-logo {
	/* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family: Futura,Trebuchet MS,Arial,sans-serif; 
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 0.6rem;
	margin: 0 1rem;
	color: #373737;
}
.site-logo a {
	color: #FFFFFF;
}
.site-logo a:hover {
	color: #A239CA;
}

/* --- Elements --- */


.container {
	max-width: 1000px; /* max 'width' of contents of site */
	margin: 0 auto; /* centered horizontally  */
}

.nav-bar {
	position: fixed; /* lock to top */
	top: 0;
	width: 100%; /* full width */
	background-color: rgb(0,109,183);
	height: 60px;
	z-index: 99 !important;
}

.nav-bar .container {
	display: table;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center; /* vertically center */
	height: 100%;
}

/* Hide checkbox that controls Mobile Nav Button*/
#drop-down-cbox {
	display: none;
}
#contact-icon {
	display: none;
}

#contact-icon {
	position: relative;
	display: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: transparent;
	transition: all 300ms ease-in-out;
}

#contact-icon #mail-icon {
	position: absolute;
	display: block;
	color: #FFF;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); /* centering trick */
	transition: all 300ms ease-in-out;
}

/* Mobile Nav Button */
#drop-down-cbox + label {
	position: relative;
	display: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: transparent;
	transition: all 300ms ease-in-out;
}

/* Mobile Nav Button Bars */
#drop-down-cbox + label span {
	position: absolute;
	display: block;
	background-color: #FFF; /* #666 */
	width: 34px;
	height: 2px; /* 4px */
	border-radius: 2px;
	left: 50%;
	transform: translate(-50%, -50%); /* centering trick */
	transition: all 300ms ease-in-out;
}

/* Mobile Nav Button Bars Invididually */
#drop-down-cbox + label span:nth-child(1) {
	top: 35%; /* evenly spaced */
}
#drop-down-cbox + label span:nth-child(2) {
	top: 50%; /* evenly spaced */
}
#drop-down-cbox + label span:nth-child(3) {
	top: 65%; /* evenly spaced */
}

/* Mobile Nav Button Styling for Checked */
#drop-down-cbox:checked + label {
	background-color: #000000;
}

#drop-down-cbox:checked + label span {
	background-color: #FFF;
}

/* Transform the bars into an 'X' */
#drop-down-cbox:checked + label span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg); /* center, then rotate */
}
#drop-down-cbox:checked + label span:nth-child(2) {
	left: -150%; /* move center bar out of the picture */
}
#drop-down-cbox:checked + label span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg); /* center, then rotate */
}

/* Main Nav Desktop */
.main-nav {
	flex-grow: 1; /* fill remaining space */
	display: table;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around; /* evenly space items */
	align-items: center; /* center vertically */
}

.main-nav li {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 62px; /* vertically center text, matches height */
	text-align: center;
}

.main-nav li a,
.main-nav li span {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF; /* #373737 */
}

.main-nav li a:hover,
.main-nav li span:hover {
	border-bottom: 4px solid #A239CA;
	color: #FFFFFF;
}

.main-nav li > ul {
	max-height: 0px; /* max-height instead of height, height can't transition to auto */
	transition: all 500ms ease-in-out;
	overflow: hidden; /* make it so nav doesn't show beyond the 0px max-height */
}

.main-nav li:hover > ul {
	max-height: 180px; /* height x how many links */
	height: auto;
}

.main-nav li > ul li a,
.main-nav li > ul li span {
	background-color: #000000;
}

.main-nav li > ul li a:hover,
.main-nav li > ul li span:hover {
	background-color: #666;
	color: white;
	border-bottom: none;
}

/* Tablet and Mobile View */
@media (max-width: 768px) {
	.site-logo {
		font-size: 1.4rem;
		flex-grow: 1;
		text-align: center;
	}
	.small-caps {
		margin: 0;
	}
	
	#drop-down-cbox + label {
		display: block; /* unhide the mobile nav button */
	}
	#contact-icon {
		display: block;
	}
	
	.main-nav {
		max-height: 0px; /* same vertical grow transition trick as above */
		height: calc(100vh - 60px); /* take full vertical viewport height, -60px for nav-bar */
		overflow: hidden;
		position: absolute;
		top: 60px;
		line-height: auto;
		left: 0 !important;
		width: 100%;
		flex-direction: column;
		background-color: #000000 !important;
		transition: all 500ms ease-in-out;
	}
	
	#drop-down-cbox:checked ~ .main-nav {
		max-height: calc(100vh - 60px);
		transition: all 500ms ease-in-out;
	}

	.main-nav li span {
		position: relative;
	}
	
	/* design and position downward arrow */
	.main-nav li span:after {
		content: "";
		width: 6px;
		height: 6px;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		/* margin-left: 8px; */
		transform: translateY(-50%) rotate(-45deg);
		border-left: 2px solid #666;
		border-bottom: 2px solid #666;
	}
	
	.main-nav li a:hover,
	.main-nav li span:hover {
		background-color: #666;
		color: white;
		border-bottom: none;
	}
	
	.main-nav li > ul li {
		position: relative;
	}
	
	.main-nav li > ul li a,
	.main-nav li > ul li span {
		background-color: #eee;
	}
	
}



/*----- FOOTER -----*/
#main-footer-inner {max-width:1000px;margin:auto;color:#EEEEEE;font-family:Lato;padding:3px 15px;font-size:13px;}
#main-footer-outer {width:100%;background-color:#A00000;padding:3px 0 3px 0;margin-top:0;}
#main-footer-inner a {color:#EEEEEE;}
.copyright-notice {display:block;}
.copyright-notice a {color:#AAAAAA;}
.socialmediaicon {width:42px;}
#footer {display:block;margin-top:20px;}
.social-media-facebook, .social-media-facebook a {color:#3b5998;font-size:20px;display:inline;}
.social-media-twitter, .social-media-twitter a {color:#2795e9;font-size:20px;display:inline;}
.footer-box {
	-webkit-transition-duration: 0.4s; /* Safari */
    	transition-duration: 0.4s;
	border: 2px solid #333333;
	display:block;
	height:auto;
	width:100%;
	border-radius: 4px;
	padding:6px 0;
	overflow:hidden;
	color:#FFFFFF;
	text-align:center;
}
.facebook {
	background-color:#3b5998;
	border: 2px solid #3b5998;
}
.facebook:hover {
	color:#3b5998;
	background-color:#FFFFFF;
}
.twitter {
	background-color:#55ACEE;
	border: 2px solid #55ACEE;
}
.twitter:hover {
	color:#55ACEE;
	background-color:#FFFFFF;
}
.default {
	background-color:#333333;
}
.default-red {
	background-color:#A00000;
	border: 2px solid #A00000;
}
.default:hover {
	color:#333333;
	background-color:#FFFFFF;
}
.default-red:hover {
	color:#A00000;
	background-color:#FFFFFF;
}
a.footer-box {color:#FFFFFF;}
.white-grey-box-outer-container {width:100%;background-color:#E9E9E9;margin-top:0;height:auto;overflow:hidden;} /* #E5E5E5 */