/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/** 
 * 1. 
 * 聯絡我們頁面 地址欄位在大螢幕時要置中 
 * eray-addr-list 定義在 icon-list 元件中
 * **/
@media screen and (min-width:992px){
	div.eray-addr-list .elementor-widget-container {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 380px !important;
    }
}


/** 
 * 2. 
 * 首頁 解決方案 slider 
 * **/
.eray-solution-slide article {
	margin:10px !important;
}


/** 3. social share not in archive page **/
.eray-post-ar .heateorSssClear,
.eray-post-ar .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
	display: none;
}


