/*
 Theme Name:   Basecamp Child
 Template:     basecamp
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Basics */

body {
	font-family: 'Asap', sans-serif;
	color: rgba(0,0,0,0.6);
	
	
	
	border-top: 40px solid #eee;
}
a, a:hover {
	color: rgba(0,0,0,0.8);
}
hr {
	border: none;
	margin: 30px 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eee;
	height: 3px;
}
h1, h2, h3, h4, h5, h6 {
	color: rgba(0,0,0,0.8);
	letter-spacing: -0.03rem;
}
h1 {
	font-size: 3.5rem;
	margin-bottom: 30px;
	font-weight: 300;
}
h2 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.3rem;
	margin-bottom: 15px;
}
h4 {
	font-size: 1rem;
}
blockquote {
	background-color: #eee;
	padding: 20px 20px 10px 110px;
	margin: 0 0 1.5rem;
	background-image: url(images/icon_quote.svg);
	background-repeat: no-repeat;
	background-size: 80px 80px;
	background-position: top 7px left 12px;
}
/* Navigation */

.mega-menu-wrap {
	font-family: 'Asap', sans-serif !important;
}
/* Header */ 

header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 20px 0px;
	background-color: #fff;
}
/* Backgrounds */

/* Padding */

.padding_0 {
	padding: 0px;
}
/* Margin */

.margin_0 {
	margin: 0px;
}
/* Boxes */

.box_logo {
	text-align: center;
	margin-bottom: 10px;
}
.box_quote p {
	font-size: 1.5rem;
	font-style: italic;
}
.box_quote strong {
	color: rgba(0,0,0,0.8);
	font-style: normal;
	font-weight: normal;
	font-family: 'Asap', sans-serif;
	padding-top: 10px;
	font-size: 1.25rem;
}
.box_center_then_right {
	text-align: center;
}
.box_navigation {
	padding-top: 10px;
}
.box_links ul {
	list-style-type: none;
}
.box_links ul li {
	display: inline;
}
.box_links li:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid;
}
.box_links ul li::before {
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	padding-right: 10px;
}
/* Images */



/* Lists */

.list_tick {
	list-style-type: none;
}
.list_tick li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	color: rgba(0,76,108,1);
	width: 1.5rem;
	margin-left: -1.5rem;
}
.list_green {
	list-style-type: none;
}
.list_green li::before {
	content: "\2022";
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	color: rgba(0,76,108,1);
	width: 1.5rem;
	margin-left: -1.5rem;
}
/* Pagination */

.nav-links {
}
.page-numbers {
	padding: 6px 8px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	margin-right: 3px;
	margin-bottom: 3px;
}
.page-numbers:hover {
	color: #fff;
}
.page-numbers.current {
	background-color: rgba(0,0,0,0.8);
}
/* Section */

section {
	padding: 60px 0px;
}
.section_grey {
	background-color: #eee;
}
.section_title {
	padding: 20px 0px 20px 0px;
	background-color: #000;
}

.section_title h1 {
font-size: 1.5rem;
padding: 0px;
margin:0px;
}

.section_banner {
	background-color: #eee;
	padding: 0px;
	height: 70vh;
	min-height: 300px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.section_banner_content {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	width: 100%;
}
.section_banner_content_heading {
	background-color: #eee;
	padding: 20px 60px 0px 40px;
	display: inline-block;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topright: 60px;
	border-top-right-radius: 60px;
}
.section_banner_content_text {
	background-color: #eee;
	padding: 40px;
}
.section_banner_content p {
	color: #fff;
}
.section_banner h1 {
	color: #fff;
	position: relative;
	margin-bottom: 10px;
	font-weight: 300;
}
.section_banner h2 {
	font-size: 2rem;
	color: #fff;
}
.section_map {
	padding: 0px;
}


.section_images {
padding: 0px;	
}

/* Flip */

 /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
	background-color: transparent;
	width: 100%;
	height: 300px;
	perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	padding: 30px;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
	background-color: #333;
}
/* Style the back side */
.flip-card-back {
	background-color: #333;
	color: #fff;
	transform: rotateY(180deg);
}
.flip-card-back h3 {
	color: #fff;
}
/* Maps */

.map_responsive {
	overflow: hidden;
	padding-bottom: 500px;
	position: relative;
	height: 0;
}
.map_responsive iframe {
	left: 0;
	top: 0;
	height: 500px;
	width: 100%;
	position: absolute;
}
/* Text */

.text_uppercase {
	text-transform: uppercase;
}
.text_small {
	font-size: 0.9rem;
}
.text_large {
	font-size: 1.25rem;
}
.text_large::first-line {
	font-variant: small-caps;
}
.text_white {
	color: rgba(255,255,255,1);
}
.text_more {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.75rem;
}
.text_category {
	font-size: 0.8rem;
	font-family: 'Asap', sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.text_introduction {
	color: rgba(0,0,0,0.6);
	font-size: 1.4rem;
	text-align: center;
}
.text_caption {
	font-family: 'Asap', sans-serif;
	margin: 20px 0px 30px 0px;
	font-size: 1rem;
	text-align: center;
}
/* AWSM */

.awsm-personal-info span {
	font-family: 'Asap', sans-serif;
}
/* Clears */

.clear_10 {
	clear: both;
	height: 10px;
}
.clear_20 {
	clear: both;
	height: 20px;
}
.clear_30 {
	clear: both;
	height: 30px;
}
.clear_40 {
	clear: both;
	height: 40px;
}
.clear_50 {
	clear: both;
	height: 50px;
}
.clear_60 {
	clear: both;
	height: 60px;
}
/* Card */

/* Footer */

footer {
	background-color: #000;
	padding: 50px 0px 50px 0px;
	font-size: 0.8rem;
	font-family: 'Asap', sans-serif;
}
footer p {
	color: rgba(255,255,255,1);
}
footer p strong {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
}
footer a, footer a:hover {
	color: #fff;
}
footer ul {
	padding: 0px;
	list-style-type: none;
}
footer li {
	color: rgba(255,255,255,1);
	padding: 5px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
footer li a, footer li a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
/* Margins */

.margin_bottom_10 {
	margin-bottom: 10px;
}
.margin_bottom_30 {
	margin-bottom: 30px;
}
/* Font Awesome */

.fas, .fab {
}
/* Buttons */

.btn {
	font-family: 'Asap', sans-serif;
}
.btn-primary {
	background-color: #343434;
	border-color: #343434;
}
.btn-primary:hover {
	background-color: #676767;
	border-color: #676767;
}
/* Contact form 7 */

.wpcf7-form {
	font-family: 'Asap', sans-serif;
	background-color: #eee;
	padding: 30px 30px 10px 30px;
	margin-top: 30px;
}
.wpcf7-form input {
	width: 100%;
	border: none;
	padding: 5px;
	margin-bottom: 15px;
}
.wpcf7-form label {
	width: 100%;
}
.wpcf7-form textarea {
	width: 100%;
	border: none;
	padding: 5px;
}
.wpcf7-form .wpcf7-submit {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	border: 1px solid rgba(0,76,108,1);
	width: 100px;
	text-align: center;
	margin-top: 20px;
}
.wpcf7-form .wpcf7-list-item {
	margin-left: 0px !important;
}
.wpcf7-form input[type='checkbox'] {
	margin: 0px 10px 0px 0px;
	width: auto;
}

/* Cards */


 .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

/* Carousel */

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}


/* Fancybox */


.fancybox-navigation .fancybox-button {
  padding: 26px 6px 26px 16px !important;
}

/*==========  Mobile First Method  ==========*/
/*
Min-Width: Refers to everything greater than or equal to the amount given.
Max-Width: Refers to everything less than or equal to the amount given. 
*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {


    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
}

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
.box_center_then_right {
	text-align: right;
}
.box_logo {
	text-align: left;
	margin-bottom: 0;
}


 .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

}

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
}
