/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dante Child Theme
	Theme URI: http://dante.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: dante
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	DANTE CSS IMPORT
-------------------------------------------- */

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


/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

.owl-wrapper { 
	max-width: 100% !important;
}

.sf-parallax .sf-icon-cont { display: none; }
.sf-parallax .sf-icon-box-content-wrap { margin-left: 0 !important; }
nav.std-menu .menu ul.sub-menu { min-width: 170px; }
nav ul.menu > li.menu-item.sf-menu-item-btn {padding: 3px 10px 26px !important;}
nav#main-navigation ul.menu { margin-top: 5px!important; }
nav.search-nav .menu > li > a { padding-top: 15px !important; }

.stackum .caroufredsel_wrapper {
height: auto !important;
overflow: visible !important;
}

.stackum .carousel-items {
position: relative !important;
height: auto !important;
}

.stackum .carousel-item {
float: none !important;
clear: both !important;
}

.stackum .team-member figure:hover img {
-webkit-transform: translateY(0px) !important;
-moz-transform: translateY(0px) !important;
-ms-transform: translateY(0px) !important;
transform: translateY(0px) !important;
}

.sticky-header-resized nav ul.menu > li.menu-item.sf-menu-item-btn > a {
padding: 3px 10px!important;
margin-top: -3px !important;
}

ul li {
list-style-position: outside;
margin-left: 15px;
}

@media (min-width: 768px) {
.col-sm-3 {
width: 23.71%;
}
}

.team-member figure.gallery-style:hover img {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
}

#logo img {
  max-height: 100% !important;
  width: 213px !important;
}

.col-sm-3 h3.spb-heading {
    overflow: visible;
}
.col-sm-3 h3.spb-heading span:before, .col-sm-3 h3.spb-heading span:after {
	border: none;
}