/*!
Theme Name: ipad
Theme URI: http://underscores.me/
Author: quynv
Author URI: http://quynv.freelancer@gmail.com
Description: Theme develope by QUYNV
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ipas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
**/
.breadcrumb span{
	color: #fff;
}
.single .breadcrumb_last{
	display: none;
}
.entry  a{
	margin: 0 !important;
}/*!
Theme Name: ipad
Theme URI: http://underscores.me/
Author: quynv
Author URI: http://quynv.freelancer@gmail.com
Description: Theme develope by QUYNV
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ipas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
**/
.breadcrumb span{
	color: #fff;
}
.single .breadcrumb_last{
	display: none;
}
.entry  a{
	margin: 0 !important;
}
.page-header .logo{
	width: 200px;
}
.primary-nav .nav-link:hover,.primary-nav .active .nav-link:hover,.primary-nav .active .nav-link{
	background: #f2692e;
}

.action-sidebar {
	position:fixed;
	bottom:250px;
	right:0;
	z-index:2;
	background:#fff;
	padding:10px;
	border-radius:4px
}
.action-sidebar a {
	display:block;
	margin-bottom:15px
}
.action-sidebar a:last-child {
	margin-bottom:0
}
.action-sidebar a:hover {
	color:#004793
}
.action-sidebar .icon {
	display:block;
	width:32px;
	height:auto;
	margin:0 auto
}
.action-sidebar .text {
	display:block;
	font-weight:700;
	text-align:center
}
@media (max-width:575px) {
	.action-sidebar {
		display:flex;
		bottom:15px;
		left:3%;
		right:0;
		width:94%;
		flex-direction:row;
		justify-content:space-around;
		padding:0;
		border-radius:15px;
		border-top:1px solid #dcdbdb;
		padding-top:5px;
		box-shadow:0 20px 20px rgba(0,0,0,.4);
		transition:transform .4s
	}
	.action-sidebar .icon {
		width:30px;
		margin-bottom:3px
	}
	.action-sidebar .icon img {
		border-radius:60px;
		width:30px;
		height:30px;
		display:block
	}
	.action-sidebar .text {
		font-size:10px;
		color:#000;
		text-transform:uppercase
	}
	.action-sidebar a {
		width:25%;
		margin-bottom:0
	}
}