/*
Theme Name: Global Web Swift
Theme URI: http://21applications.com/
Author: Roger Coathup
Author URI: http://21applications.com
Description: Single page website for Global Web based on Foundation 6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: global-web-swift
Tags:

Global Web Swift is based on Foundation 6 with initial templates from Underscores http://underscores.me/
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

.shortcode-block.page-spread.text-on-left .map-image > iframe{
	max-width: 100%;
}

.expandable-menu-icon{
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#masthead .top-bar-right .menu{
		font-size: 14px; 
	}
	#masthead .top-bar-right .menu li a{
		padding: 11.2px 8px;
	}
	#masthead .top-bar-right .menu li:last-child > a{
		padding-right: 1rem;
	}
	.top-bar .top-bar-left > a > img{
		max-width: 180px;
	}
}

@media only screen and (max-width: 767px){
	#masthead .top-bar-right{
		position: absolute; 
		top: 81px; 
		overflow: visible; 
		z-index: 999999; 
		left: 0; 
		right: 0; 
		max-width: 100%;
	}
	#masthead .top-bar-left{
		width: 100% !important;
	}
	#masthead .top-bar-right .menu{
		display: none;
	}
	.top-bar .top-bar-left > a > img{
		max-width: 150px;
	}
	#masthead{
		padding-left: 0;
		padding-right: 0;
	}
	#masthead .top-bar-right .menu{
		position: relative !important;
		height: auto !important;
		width: auto !important;
		top: 120px !important;
	}
	#masthead .top-bar-right .menu.horizontal > li{
		display: block;
	}
	.expandable-menu-icon{
		display: inline-block;
		float: right;
		padding: 5px;
		position: relative;
		top: 8px;
	}
	.sticky.is-anchored.is-at-bottom{
		width: 100%;
		margin-top: 0px;
		top: 0 !important;
		max-width: 100%;
	}
	.shortcode-block .text-block p {
		word-wrap: break-word;
		word-break: break-all;
	}
}

@media only screen and (min-width: 768px){
	#masthead .top-bar-right .menu{
		display: block !important;
	}
}
