/*
CTC Separate Stylesheet
Updated: 2020-02-20 17:56:07
Theme Name: Organic NonProfit Child
Theme URI: http://www.organicthemes.com/theme/nonprofit-theme/
Template: organic-nonprofit/organic-nonprofit
Author: Organic Themes
Author URI: http://www.organicthemes.com
Description: A WordPress theme designed for nonprofit organizations and concious businesses.
Tags: one-column,two-columns,three-columns,right-sidebar,custom-background,custom-header,custom-menu,featured-images,featured-image-header,flexible-header,full-width-template,theme-options,translation-ready,sticky-post,post-formats
Version: 5.5.1.1582221367
*/


@media only screen and (max-width: 767px) {

	/* Theme iPhone */

	#contact-info .align-left, #contact-info .align-right { display: inline-block !important; }
	#contact-info .social-menu, #contact-info .header-search { display: none; }
}




#top-nav .organic-btn.shop-button {
	margin-left: 10px !important;
    position: relative !important;
    top: 10px !important;
	background-color: rgba(14, 118, 188, 1);
	display: inline-block;
    padding: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    box-shadow: 0px 3px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 0px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 3px 0px rgb(0 0 0 / 20%);	
}

@media screen and (max-width: 979px) {
	.navigation-main ul.menu, .sf-sub-indicator {
		display: none;
	}
	#top-nav #navigation {
		background: #ffffff;
		right: auto;
		top: auto;
		text-align: left;
		margin: 0px;
		padding: 0px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	    float: none;
		display: inline-block;
		width: 100%;
	}
	.menu-toggle {
		float: right;
		display: block;
		position: relative;
		line-height: 80px;
		z-index: 9;
	}
	.menu-toggle .fa {
		color: #666666;
		background: #ffffff;
		font-size: 1.4em;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0;
		text-transform: none;
		text-align: center;
		margin: 12px 0px;
		padding: 12px;
		border: 1px solid rgba(0, 0, 0, .12);
		border-radius: 3px;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, .08);
	}
}