/*
	Theme Name: Sleek Child
	Theme URI: http://
	Template: sleek
	Version: 1.0
	Description: Child Theme for Sleek
	Author: korra.io
	Author URI: http://korra.io/
	Text Domain: sleek
*/



/*------------------------------------------------------------
 * Theme customization starts here
 *------------------------------------------------------------*/

.sleek-fade-in-bottom-soft {
/*CSS transitions*/
-o-transition-property: none !important;
-moz-transition-property: none !important;
-ms-transition-property: none !important;
-webkit-transition-property: none !important;
transition-property: none !important;
/*CSS transforms*/
-o-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-webkit-transform: none !important;
transform: none !important;
/*CSS animations*/
-webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}

/*
@media only screen and (min-width: 768px) and (max-width: 1199px),only screen and (min-width: 1200px) {
  .sidebar--true {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .sidebar--true .sidebar {
    position: relative;
    width: 385px;
    float: right;
    overflow: hidden;
  }
  .sidebar--true .main-content {
    margin-right: -385px;
    width: 100%;
    float: left;
  }
  .sidebar--true .main-content__inside {
    margin-right: 385px;
  }
}*/