/*
 Theme Name:   Sentient Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Sentient Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
 Author:       ProfTeam
 Author URI:   http://www.profteamsolutions.com
 Template:     sentient
 Version:      1.0.0
 Tags: two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, theme-options, translation-ready
 Text Domain:  sentient-child
*/

@import url("../sentient/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	.sentient-user-logged .header-sentient-menu-three.container-wide.header-container-wide-sticky{
			top:0px !important;	
	}
	.logo-container .logo h1.prof-page-title{
		margin-bottom :0px !important;
	} 
	.header-sentient-menu-three.container-wide, .sentient-header-bottom-container, .container-wide {
	    position: relative !important;
	}
	.mobileMenu-icon {
    	margin-top: -50px !important;
	}
	.sentient-header-cart-container{
		top:-36px !important;
	}
	.wpb_row.vc_row-fluid{
		width : 100%;
	}
}