/*
Theme Name:   BethemeChild
Description:  Write here a brief description about your child-theme
Author:       Write here the author's name
Author URL:   Write here the author's blog or website url
Template:     betheme12121
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  BethemeChild
*/

/* Write here your own personal stylesheet */


.right-top.hide-mobile{
  float: left;
    max-width: 50%;
    /* vertical-align: middle; */
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
}

#logo {
  float: left;
    width: 50%;
}

.right-top.hide-mobile .appoit-btn{
  cursor: pointer;
    background: #f16724;
    color: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    display: block;
    margin-bottom: -20px;
}

.right-top.show-mobile{
	display:none;
}
@media only screen and (max-width: 767px) {
	
	.right-top.show-mobile{
		display:block;
		padding: 10px 20px;
    background: #f16724;
    text-align: center;
	}
	.right-top.show-mobile a{
		margin:10px 10px;
		color:#fff;
	}
	.header-stack #Top_bar .menu_wrapper  a.responsive-menu-toggle{
		top:90px !important;
	}
}

@media only screen and (max-width: 460px) {
	.right-top.show-mobile a{
		display:block;
	}
	.header-stack #Top_bar .menu_wrapper  a.responsive-menu-toggle{
		top:140px !important;
	}
}