/*
Theme Name: Pikocon Child
Theme URI:  https://cons.themepiko.com/
Description:Piko construction fully responsive, Retina Ready Wordpress theme with ecommerce supporting
Version: 1.0
Author: themepiko
Author URI: https://themepiko.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, gray, white, orange, dark, light, one-column, two-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: pikocon
Text Domain: pikocon
*/

/* Add your own styles here */

.email-addy {
	bottom: 16px;
	display: block;
	left: 51px;
	position: relative;
}

.bottom {
	display: none;
}

@media only screen and (min-width: 740px) {
	
/* MEDIUM and up ------------------------------------------------------------------------------------------------------- */
		
.email-addy {
	bottom: 18px;
	display: block;
	position: relative;
	left: 50px;
}

.piko-layout-header.piko-layout-header-03 .piko-topbar .piko-top-menu {
	padding-right: 27px;
}

.piko-address {
	padding-right: 46px;
}
	
	}
	
/* mobile only */
@media only screen and (max-width: 740px) {
	
.email-addy {
	bottom: 0;
	display: block;
	position: relative;
	left: 0;
}

.piko-address {
	padding-right: 35px;
}

.piko-address.slide.menu.email-sec {
	margin-left: -40px;
}

	}

/* iPhone 6 Landscape */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
	
.email-addy {
	bottom: 18px;
	left: 50px;
}
	
	}
	
/* iPhone 6s Landscape */

	@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
	
.email-addy {
	bottom: 17px;
	left: 45px;
}
	
	}
	
/* iPhone 5 Landscape */
	
	@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) {
	
	.email-addy {
		left: -18px;
	}
	
	}

