/*
Theme Name: Mainly Home 2022
Theme URI: https://www.mainly-home.com/
Description: custom theme by Gordon Multimedia.
Author: Gordon Multimedia
Version: 1.0
*/

/* 
font-family: ZapfHumnstBTWXX-Roman;
font-family: ZapfHumnstBTWXX-Bold;
green: #898F64
eggplant: #4c3041
warm grey: #7a6e66
cool grey: #54565b
*/
#tagline {
	position: absolute;
    z-index: 2;
    font-size: 5rem;
    text-align: center;
    width: 100%;
    color: #FFF;
    top: 35%;
    transform: translateY(-50%);
	text-shadow: 0 0 20px rgba(0,0,0,.5);
}
#menu {
	position: fixed;
	top: 0;
	left: -400px;
	width: 350px;
	text-align: center;
	font-size: 1em;
	background-color: #FFF;
	padding: 2.5em .5em;
	z-index: 1001;
	height: 100%;
	box-shadow: 0 25px 25px rgba(0,0,0,.5);
}
#menu a {
	color: #4c3041;
	display: block;
	transition: .3s all;
    font-size: .9em;
    margin-bottom: .3em;
}
#menu a:hover {
	text-decoration: none;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuClose {
	position: absolute;
	right: 10px;
	top: 15px;
	cursor: pointer;
	color: rgba(256, 256, 256, .85);
	font-size: 1.4em;
}
.sectionToExpand ul li {
	margin: 1.5rem 0;
}
.insta {
	margin-top: 0.5rem;
    text-align: right;
}
#midPage {
	padding-bottom: 4rem;
}
#lightcase-loading {
	display: none !important;
}
html, body {
	height: 100%;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif !important; 
	color: #4c3041;
}
body {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif !important; 
	color: #7a6e66;
}
h1.singlePortfolio {
	font-size: 1.5rem;
}
h1.singlePortfolio strong {
	font-weight: 600;
}
a {
	color: #4c3041;
}
a:hover {
	color: #4c3041c4;
}
.icon {
	width: 250px;
	height: auto;
}
.drop {
	position: relative;
	top: .075rem;
	margin-left: .5rem;
}
hr {
	border-bottom: 1px solid #77592A;
}
.larger {
	font-size: 1.6rem;
    line-height: 3.2rem;
}
#hpThreeCol h3, #hpThreeCol h5{
	font-weight: 600;
}
#branding {
	position: relative;
}
#headerUtility {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1;
}
#menuIcon {
	cursor: pointer;
	transition: .3s all;
	opacity: 1;
	text-align: right;
	line-height: 1rem;
	font-size: 1rem;
}
#menuIcon .menubar {
	height: 2px;
	background-color: #4c3041;
	display: inline-block;
	margin-top: .35rem;
	transition: .3s all;
}
#menuIcon:hover .menubar {
	width: 100%;
}
.menubar.first {
	width: 75%;	
}
.menubar.second {
	width: 50%;	
}
#menuIcon:hover {
	opacity: .5;
}
.socialBar {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.socialBar li {
	display: inline-block;
	margin-left: .5em;
}
.socialBar a {
	color: #CCC;
	font-size: 1.2em;
}
.indvTeamTile {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 120%;
	margin-bottom: 30px;
	cursor: pointer;
}
.indvOverlay {
	background: rgba(126,86,27, .6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	transition: .5s all;
	z-index: 1;
	display: block;
	height: 5rem;
}
.indvOverlay:hover {
	opacity: 1;
}
@media (min-width:992px){
	.indvOverlay {
		opacity: 0;
		top: 0;
		height: auto;
	}
}
.indvHp3colPic {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 65%;
	margin-bottom: 1.5rem;
	overflow: hidden;
	display: block;
}
.indvHp3colPic img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.indvHp3colPic.teampic img {
	top: 0;
	transform: none;
}
.hpColLink {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	color: #FFF;
	font-weight: 600;
}
.hpColLink:hover {
	color: #FFF;
}
.indvTeamName {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	color: #FFF;
	line-height: 1.5rem;
    font-size: .95rem;
}
.indvTeamName strong {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1rem;
	letter-spacing: .1rem;
}
h4.peopleModal {
	font-weight: 600;
}
h4.peopleModal span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
	font-weight: 400;
}
.peopleModalWindow {
	padding: 1rem;
}
.peopleModalClose {
	position: absolute;
    right: 1rem;
    top: 1rem;
    display: inline-block;
    color: rgba(126,86,27, .5) !important;
    padding: .25rem .25rem !important;
    font-size: .9em;
	z-index: 1;
	border-radius: 50%;
    height: 1.75rem;
    width: 1.75rem;
    text-align: center;
}
.projectCredits strong {
	text-transform: uppercase;
	letter-spacing: .1rem;
}
.projectCredits a {
	display: block;
}
.sectionStyles {
	padding: 4rem 0 2rem;
	border-bottom: 1px solid #7a6e66;
}
.sectionStyles:first-of-type {
	padding-top: 0;
}
.sectionStyles:last-of-type {
	border-bottom: none;
	padding-bottom: 4rem;
}
.sectionStyles h2, h2.spaced, h1.specialHeading, #hp-insta h2 a {
	font-size: 2.75rem;
	color: #4c3041;
	font-weight: 300;
	margin-bottom: 1.5rem;
}
.sectionStylesDescription {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.sectionStylesDescription p {
	line-height: 2.5rem;
}
.sectionStyles h3, h2.specialHeading {
	font-size: 2.5rem;
	line-height: 2.5rem;
    margin: 1.5rem 0;
}
#hp-insta .sb_instagram_header {
	display: none;
}
#hp-insta h2 a {
	text-align: center;
	display: block;
}
#hp-insta h2 a:hover {
	text-decoration: none;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
	background: #898F64;
}
#sb_instagram .sbi_follow_btn a {
	background: #4c3041 !important;
}
.indvHp3colPic .indvTeamName {
	font-size: 1.2rem;
}
/* styles for masonry grid */
.grid-item, .grid-sizer { 
	width: 49.5%; 
	margin-bottom: 5px;
}
.gutter-sizer {
	width: 1%;
}
.firstList {
	margin-bottom: 0;
}
.phoneVertSpace {
	margin-bottom: 2rem;
}
@media(min-width:992px){
	.grid-item, .grid-sizer {
		width: 33%;
	}
	.gutter-sizer {
		width: .5%;
	}
	.sectionStyles:first-of-type {
		padding-top: 3rem;
	}
	.sectionStyles {
		padding-bottom: 4rem;
	}
	.firstList {
		margin-bottom: 1rem;
	}
	.phoneVertSpace {
		margin-bottom: 0;
	}
}
@media(min-width:1200px){
	.grid-item, .grid-sizer {
		width: 24.5%;
		margin-bottom: 7px;
	}
	.gutter-sizer {
		width: .5%;
	}
}
.grid-item img, .myResponsive {
	width: 100%;
	height: auto;
}
#portfolioGrid {
	opacity: 0;
	min-height: 400px;
}
#portfolioLoader {
	font-size: .9em;
	position: relative;
}
#portfolioLoaderInner {
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}
#portfolioLoader .fa {
	font-size: 3em;
}
h4.card-header, h3.card-header {
	cursor: pointer;
}
h4.card-header.collapsed:after, h3.card-header.collapsed:after, .sectionExpander.collapsed:before {
	content: "\f067" !important;
}
.sectionExpander:after {
	content: 'Read Less';
}
.sectionExpander.collapsed:after {
	content: 'Read More';
}
.sectionExpander.project:after {
	content: 'Hide Details';
}
.sectionExpander.collapsed:after {
	content: 'Show Details';
}
.sectionExpander:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f068";
	margin-right: 1rem;
}
h4.card-header:after, h3.card-header:after {
	display: block;
    position: absolute;
	right: .5em;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f068";
	top: .7em;
	font-size: .8em;
	color: rgba(0,0,0,.5);
}
span.smaller {
    font-size: .75em;
}
.squareHolder {
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	margin-bottom: 1rem;
}
.squareHolder img {
	object-fit: cover;
    min-width: 100%;
    min-height: 100%;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sectionContract {
    margin-bottom: 2rem;
}
.modal-content {
	border: none !important;
	border-radius: 0 !important;
}
#fancybox-outer {
	box-shadow: none !important;
    -moz-box-shadow:  none !important;
    -webkit-box-shadow:  none !important;
}
#fancybox-close {
	background: #E3D9CE !important;
	color: #FFF;
    border-radius: 50%;
    text-align: center;
    width: 1.75rem !important;
    height: 1.75rem !important;
}
#fancybox-close:after {
	content: '\f00d';
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
}
#fancybox-right-ico, #fancybox-left-ico {
	background: none !important;
	color: rgba(256,256,256,.8);
	border-radius: 50%;
	font-size: 2rem;
}
#fancybox-right-ico:after, #fancybox-left-ico:after {
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	background: none !important;
}
#fancybox-right-ico:after {
	content: '\f054';
}
#fancybox-left-ico:after {
	content: '\f053';
}
.lightcase-contentInner img {
	border: 10px solid #FFF;
}
#lightcase-content {
	-webkit-box-shadow: none !important; 
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
.lightcase-icon-prev:before, .lightcase-icon-next:before, .lightcase-icon-close:before {
	font-family: "Font Awesome 5 Free" !important; 
	font-weight: 900 !important; 
}
.lightcase-icon-next:before {
    content: '\f054' !important;
}
.lightcase-icon-prev:before {
    content: '\f053' !important;
}
.lightcase-icon-close:before {
	content: '\f00d' !important;
}
@media (min-width: 992px){
	body {
		font-size: 18px;
	}
	.sectionContract {
		padding: 0 4rem;
	}
	.squareHolder {
		margin-bottom: 0;
	}
}
/* ------- add the following two styles to the CSS to center align the menu items - also requires 2 styles to be added to css
*/
.navbar-collapse.center {
    text-align: center;
}
.navbar-collapse.center .navbar-nav {
    display:inline-block;
}
/*------- end of center align menu styles */
/*-------- menu styles ---------*/

#nav-bar {
	margin-bottom: 1rem;
}
#nav {
	clear: both;
	height: 50px;
	text-align: center;
/*	border-bottom: 1px solid #77592A;*/
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
#nav ul li {
	display: inline-block;
	position: relative;
}
#nav ul li a {
	display: block;
	padding: 0px 15px 0px 15px;
	line-height: 50px;
	color: #77592A;
	text-decoration: none;
	font-size: 1.2rem;
}
#nav ul li a:last-of-type {
	border-right: none;
}
#nav ul li a:hover {

}
#nav ul li ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 90000;
	text-align: center;
	background-color: rgba(119, 89, 42, .75);
	transform: translateX(-50%);
}
#nav ul li ul li {
	white-space: nowrap;
	display: block;
}
#nav ul li ul li:hover {
	background: rgba(119, 89, 42, .9);
}
#nav ul li ul li a {
	text-transform: none;
	line-height: 30px;
	color: #FFF;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li:hover ul li ul {
	top: -5px;
	left: 100%;
	display: none;
}
#nav ul li ul li:hover ul {
	display: block;	
}
#responsive_menu_pro_button {
	display: none !important;
}
#menuTrigger {
	color: #77592A;
	line-height: 2em;
	font-size: 1.5em;
	text-align: center;
	cursor: pointer; 
	position: sticky;
	display: none;
}
/*#menuWrapper {
	display: none;
}

@media only screen and (min-width : 992px) {
	#menuTrigger {
		display: none;
	}
	#menuWrapper {
		display: block;
	}
}*/
/*------ end of menu styles -------*/
#footer {
	padding: 4rem 0;
	background: #898F64;
	color: #FFF;
}
#footerLogo {
	text-align: center;
	border-bottom: 1px solid #77592A;
    padding-bottom: 1rem;
}
#footer h3 {
	color: #FFF;
}
.footerList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .95rem;
}
.footerList strong {
	display: block;
}
#footer a {
	color: rgba(256,256,256,.7);
	transition: .3s all;
	text-decoration: none;
}
#footer a:hover {
	color: rgba(256,256,256,1);
}
#footer a:hover .nodecoration {
	text-decoration: none !important;
}
.footerCTA {
	display: inline-block;
	padding: .25rem 1rem;
	background: rgba(256,256,256,.2);
	color: #FFF;
	transition: .3s all;
	text-transform: uppercase;
}
.footerCTA:hover {
	background: rgba(256,256,256,.5);
	text-decoration: none;
}
@media (min-width:992px){
	#footerLogo {
		text-align: right;
	}
	.footerList:first-of-type {
		margin-bottom: .5rem;
	}
	.footerList li {
		display: inline-block;
		padding: 0 1rem;
		border-right: 1px solid #77592A;
	}
	.footerList li:first-of-type {
		padding-left: 0;
	}
	.footerList li:last-of-type {
		border:none;
	}
	.footerList strong {
		display: inline-block;
		margin-right: 1.5rem;
	}
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;	
}
.alignleft {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;	
}
.attachment-thumbnail {
	max-width: 100%;
	height: auto;	
}
.google-maps {
	position: relative;
	padding-bottom: 75%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
hr {
	clear: both;	
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	font-size: 1.5em;
	border: none;	
}
.credit {
	text-align: center;
	padding: 1em;
}
.credit a {
	font-size: .8em;
	color: rgba(256, 256, 256, 0.3);
	text-decoration: none;
}
.credit a:hover {
	color: rgba(256, 256, 256, 0.6);
	text-decoration: underline;
}
/* ---------- styles for carousel -----*/
#myCarousel {
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 3rem;
	height: 700px;
	overflow: hidden;
}
#watermark {
	position: absolute;
    bottom: -5%;
    left: -20%;
    z-index: 2;
    width: 75%;
    height: auto;
}
.carousel-control-next, .carousel-control-prev {
	z-index: 4;
}
.imageCenter {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
/*	padding-bottom: 600px;
*/	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
.imageCenter img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.carousel-caption {
	position: relative;	
	left: 0%;
	right: 0%;	
}
.carousel-caption h3, .slideShowHeader {
	font-size: 2em;
}
.carousel-indicators {
	bottom: 0px !important; 	
}
.carousel.carousel-fade .carousel-item {
    transition: opacity ease-in-out 1.7s;
}

/*end of styles for carousel ----*/
#swipebox-overlay {
	background-color: rgba(0,0,0,.5);
}
#swipebox-bottom-bar, #swipebox-top-bar {
    background: rgba(126,86,27, .8);
}
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
	padding: 10px !important;
	background: #FFF;
	max-width: 90%;
	max-height: 90%;
}
#swipebox-title {
	display: none;
}
#swipebox-slider {
	transition: transform 1.5s ease;
}
/*#swipebox-slider {
    -webkit-transition: none;
    transition: none;
}

#swipebox-slider .slide {
    -webkit-transition: opacity 1s ease;
    transition: opacity 2s ease;
}

#swipebox-slider .slide:not(.current) {
    opacity: 0;
}*/
/*-------- styles for home.php -----*/
.archive-thumb {
	text-align: right;
	padding-top: 15px;	
}
.archive-item {
	margin-top: 20px;	
}
.archive-item h4 {
	font-size: 1.2em;
	color: #000;
}
.postedOn {
	font-style: italic;
	color: #888;
    position: relative;
    top: -10px;
    font-size: .9em;
}
.pager {
	margin-top: 3em;
}
.pager li>a, .pager li>span {
	border-radius: 0;
}
/*----------- end of styles for home.php --------*/

.dateBox {
	border: 1px solid #CCC;
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-top: .4em;
}
.day {
	float: left;
    font-size: 2em;
    padding-right: .1em;
	padding-left: .1em;
    border-right: 1px dotted #ccc;	
}
.monthYear {
	padding-left: .3em;
	padding-right: .3em;
	float: left;	
}


/*------- styles for contact footer ----------*/
.contact-footer a {
	color: rgba(256, 256, 256, .8);	
}
.contact-footer a:hover {
	color: rgba(256, 256, 256, 1);	
	text-decoration: none;
}
/*---------- end of styles for contact footer --------*/
.size-large, .size-medium, .size-full, .size-medium_large {
	max-width: 100%;
	height: auto;
}
@media (min-width:768px) {
	.navbar {
		border-radius: 0px !important;	
	}
	.navbar-default .navbar-nav>li>a {
		color: rgba(256, 256, 256, .8);	
	}
	.navbar-default .navbar-nav>li>a:hover {
		color: rgba(256, 256, 256, 1) !important;	
		background-color: rgba(0, 68, 124, 1);	
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.current-menu-ancestor>a {
		color: rgba(256, 256, 256, 1);
		background-color: rgba(0, 68, 124, .8);	
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: rgba(256, 256, 256, 1);	
	}
	.navbar-toggle { /*this is for the collapsed button to activate menu*/
		display: none;
	}
	.navbar-default {
		border: none;
		background-color: rgba(0, 68, 124, .8);	
		margin-bottom: 0px;
	}
	.equalheight {
		margin-bottom: -99999px !important;
		padding-bottom: 99999px !important;	
	}
	.carousel-caption {
		bottom: 0px !important;	
	}
	.carousel-caption h3, .slideShowHeader {
		font-size: 3em;
		text-shadow: 1px 1px 3px rgba(0,0,0,1)	;
	}

}