/*
Theme Name: Kenozoik
Theme URI: http://kenozoik.edge-themes.com
Description: A Vibrant Portfolio Theme for Creatives and Agencies
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Text Domain: kenozoik
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.5
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/



.vc_custom_1419328927507 {
    background-color: #000000 !important;
}

.vc_gitem-animate-slideInRight .vc_gitem-zone-b {
    -webkit-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

/*.vc_separator.vc_sep_color_black .vc_sep_line {
    border-color: #ffffff !important;
}*/

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}