/*
 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
-------------------------------------------------------------- */

.sentient-layerslider-numbers-container .ls-bottom-slidebuttons > a {
border: 1px solid #fff !important;
}

.sentient-layerslider-numbers-container .ls-bottom-slidebuttons > a.ls-nav-active {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

@media only screen and (max-width: 640px){
	.logo a img{width:90%; height:auto;}
}

@media only screen and (max-width: 955px){
		.footer-container .footer-bottom-main-container .footer-bottom-main-container-left {
	  float: none;
	  margin-bottom: 10px;
	}
	
	.footer-container .footer-bottom-main-container .footer-bottom-main-container-right {
	  float: none;
	}
}

sup{font-size: 12px;}

.no-width .vc_col-sm-2half, .vc_column_container {
	width: 20%;
}

.vc_row-fluid > .vc_column_container > .vc_column-inner {
	padding: 0;
}