/*
	Theme Name: Murphy Consulting Theme
	Theme URI: https://murphyconsulting.us/
	Description: This is the sample theme created for the Genesis Framework.
	Author: Murphy Consulting
	Author URI: https://murphyconsulting.us/
	Version: 2.6.0
	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	Template: genesis
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: murphy-theme
*/

/*--------------------------------------------------------------
04/24/2019
--------------------------------------------------------------*/
#menu > div > div > .fl-row-content {
	position: relative;
}


/*--------------------------------------------------------------
05/13/2019
--------------------------------------------------------------*/
/* form placeholder overrides - have to use !important or this doesn't work
--------------------------------------------- */



input,
textarea,
select {
	-webkit-border-radius: 0 !important;
	        border-radius: 0 !important;
}

::-webkit-input-placeholder { /* Chrome */
	color: #A3A3A3 !important;
	font-weight: 400 !important;
  }
  :-ms-input-placeholder { /* IE 10+ */
	color: #A3A3A3 !important;
	font-weight: 400 !important;
  }
  ::-moz-placeholder { /* Firefox 19+ */
	color: #A3A3A3 !important;
	font-weight: 400 !important;
	opacity: 1 !important;
  }
  :-moz-placeholder { /* Firefox 4 - 18 */
	color: #A3A3A3 !important;
	font-weight: 400 !important;
	opacity: 1 !important;
  }

#responsive-menu-container #responsive-menu li.responsive-menu-item > a {
	background-color: rgba(0,0,0,0.7) !important;
	border-top: 1px solid transparent;
	text-align: center;
	text-transform: uppercase;
}

div#responsive-menu-container #responsive-menu-wrapper {
    background: rgba(0,0,0,0.1) !important;
}

div#responsive-menu-container {
    width: 100%;
	top: 103px;
	z-index: 99 !important;
	background: transparent;
}

.logged-in div#responsive-menu-container {
	top: 148px;

}


.site-header {
	z-index: 999 !important;
}

#responsive-menu-container #responsive-menu > li.responsive-menu-item > a {
	border-top: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
}

#responsive-menu-container #responsive-menu > li.responsive-menu-item > a:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #fff;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 30px);
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#responsive-menu-container #responsive-menu > li.responsive-menu-item:last-child > a:before {
	content: none;
}

body #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
	font-size: 21px;
}

body #responsive-menu-container #responsive-menu li.responsive-menu-item a {
	line-height: normal;
	height: 72px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

body button#responsive-menu-button {
	top: 22px;
}

div#about-1 .fl-rich-text p {
	font-family: 'Univers';
	font-weight: 400;
}

@media (max-width: 812px) {
	div#about-1 .fl-rich-text p {
		font-weight: lighter;
	}
}

@media ( max-width: 782px ) {
	.logged-in #responsive-menu-button {
		top: 68px;
	}
	
}

@media ( max-width: 600px ) {
	.logged-in #responsive-menu-button {
		top: 64px;
	}
}

@media ( max-width: 414px ) {

	.fl-content-slider .fl-slide-bg-photo {
		position: absolute !important;
	}

	

	body * {
		font-family: 'Lato', sans-serif;
		font-weight: 700;
		letter-spacing: 0 !important;
	}

	p {
		margin-bottom: 0 !important;
	}

	.display-mobile-none {
		display: none;
	}
	
	#home-slider .fl-module img {
		max-width: initial;
		width: auto;
		height: -webkit-calc(100vh - 105px);
		height: calc(100vh - 105px);
	}

	#view-menu-1 .fl-row-content-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}

	#view-menu-1 .fl-row-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#view-menu-1 .bg-image {
		background-position: center;
		-webkit-background-size: cover;
		        background-size: cover;
		margin-bottom: 0;
	}

	#view-menu-1 .hello {
		padding: 5px;
		height: 170px;
	}

	#view-menu-1 .fl-row-content a {
		width: 48%;
	}

	#view-menu-1 .box-image .fl-col-small {
		max-width: initial !important;
		width: 100% !important;
		height: 100%;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#view-menu-1 .box-image-wrapper {
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	#view-menu-1 .fl-module-content {
		margin-top: 15px;
		margin-bottom: 0;
	}

	#view-menu-1 .fl-button-text {
		text-transform: uppercase;
	}

	#view-menu-1 .fl-button {
		margin-bottom: 30px !important;
	}

	#view-menu-1 .box-image .hello .fl-col-small:before {
		opacity: 1;
		top: 15px;
		bottom: 15px;
		left: 15px;
		right: 15px;
	}

	#view-menu-1 .box-image .hello .box-title, 
	#view-menu-1 .box-image .hello .bg-overlay {
		opacity: 1;
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#view-menu-1 .box-image .hello .box-title

	#view-menu-1 .fl-button,
	#instagram-1 .sbi_load_btn,
	.site-footer #gform_submit_button_1 {
		-webkit-border-radius: 5px !important;
		        border-radius: 5px !important;
		font-weight: 900;
		text-transform: uppercase !important;
		font-family: 'Lato', sans-serif;
		border: 2px solid  !important;
		min-width: 222px !important;
		font-size: 21px !important;
		line-height: normal !important;
		letter-spacing: 0 !important;
	}

	#view-menu-1 .fl-button,
	#instagram-1 .sbi_load_btn {
		border-color: #000 !important;
	}

	#about-1 {
		background-color: #231F20;
		color: #fff;
	}

	div#about-1 .fl-rich-text p {
		font-family: 'Univers';
		font-size: 19px;
		letter-spacing: 0;
		line-height: 1.6em;
		margin-bottom: 0;
		font-weight: lighter;
	}

	#home-gallery .modula-gallery {
		max-width: initial;
	}

	#home-gallery .fl-module-content {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}



	#instagram-1 #sbi_images {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	#instagram-1 .sbi_photo_wrap {
		overflow: hidden;
	}
	#instagram-1 .sbi_photo {
		width: 180px !important;
		height: 180px !important;
	}

	body #instagram-1 #sbi_images .sbi_item {
		width: 50% !important;
	}

	#instagram-1 .fl-module-content {
		margin-bottom: 0;
	}

	#instagram-1 #sb_instagram #sbi_load .sbi_load_btn:after {
		display: none;
	}

	#instagram-1 .fl-row-content-wrap {
		background-color: transparent;
		padding-top: 0;
		padding-bottom: 0;
	}

	#instagram-1 #sb_instagram #sbi_images {
		margin-bottom: 30px;
	}

	#instagram-1 .sbi_load_btn {
		margin-bottom: 0 !important;
	}

	#instagram-1 .fl-heading {
		font-size: 18px;
		line-height: 2em;
	}

	.site-footer {
		padding: 0 !important;
	}

	.site-footer .fl-row-content-wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer .fl-col-small {
		margin-left: 20px;
		margin-right: 20px;
		border-top: 2px solid #000;
		padding-top: 25px;
	}

	.site-footer .fl-col-small:last-child {
		margin-left: 0;
		margin-right: 0;
		background-color: #000;
		color: #fff !important;
	}

	.site-footer .social-title.footer-title {
		background-color: #fff;
		color: #000;
	}

	.site-footer .social-title.footer-title, 
	.site-footer .header-links-inline {
		background-color: #fff;
		color: #000;
		margin: 0;
		border: none !important;
	}

	.site-footer .social-title.footer-title {
		padding-top: 30px;
		padding-bottom: 15px;
	}

	.site-footer .header-links-inline {
		padding-bottom: 30px;
	}

	.site-footer .header-links-inline a {
		font-size: 40px;
	}

	.site-footer #gform_submit_button_1 {
		border-color: #fff !important;
	}

	.site-footer .gform_wrapper input {
		height: 50px;
		padding-left: 15px !important;
		padding-right: 15px !important;
		text-align: center;
		font-size: 18px !important;
	}

	.site-footer .schedule.footer-text {
		max-width: 220px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.7em;
	}

	.site-footer .career-title.footer-title {
		display: none;
	}

	.site-footer>.wrap {
		margin-top: 0 !important;
	}

	.site-footer .footer-text {
		display: block;
		line-height: 1.75em;
	}

	.fl-col-small {
		max-width: initial;
	}
	#home-slider,
	.fl-builder-content #home-slider .bx-wrapper .bx-viewport {
		max-height: 300px !important;
		height: 300px !important;
	}
}


@media ( max-width: 375px ) {
	#view-menu-1 .hello {
		height: 150px;
	}

	#instagram-1 .sbi_photo {
		height: 160px !important;
	}
}