/*!
Theme Name: Sixten
Theme URI: https://wp.vlthemes.com/sixten/
Author: VLThemes
Author URI: https://themeforest.net/user/vlthemes
Description: Sixten is a carefully crafted flexible, powerful and high performance portfolio WordPress Theme for personal and corporate use. We designed it by focusing on functionality and ease of use for both sides: the Visitor and the WordPress Admin.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sixten
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

html {
	overflow-y: scroll;
}

body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #757575;
}

/* WordPress API Elements */

.wp-caption {
	margin: 30px 0;
	font-size: 16px;
	text-align: center;
	font-style: italic;
	max-width: 100%;
}

.wp-caption p,
.wp-caption-text {
	margin: 0;
	margin-top: 5px;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
	visibility: visible;
}

.screen-reader-text {
	display: none;
}

.aligncenter {
	margin: 30px auto;
	display: block;
}

.alignright {
	margin: 10px 0 10px 30px;
	float: right;
}

.alignleft {
	margin: 10px 30px 10px 0;
	float: left;
}

[data-vp-layout=slider] .vp-portfolio__items-arrow {
	color: white!important;
}

.vp-portfolio__items-style-fly .vp-portfolio__item-overlay {
    background-color: #10101069!important;
}

.kreator-portfolio-text-box {
	max-height: 750px;
    overflow-y: scroll;
    padding-right: 20px
}

.kreator-portfolio-text-box-2 {
	max-height: 600px;
    overflow-y: scroll;
    padding-right: 20px
}

.vlt-navbar-logo h2 {
    font-size: 2.5rem!important;
}

.kreator-title-text p {
	margin-bottom: 0px;
}

.vlt-nav--default .sf-menu>li>a {
    font-size: 1.2rem!important;
}

.vlt-navbar .vlt-navbar-inner {
    padding: 0 1.7rem!important;
}

.vp-portfolio__items-style-default .vp-portfolio__item-img {
    border: 2px solid black!important;
}

.kreator-copyright p {
	margin-bottom: 0;
}

.kreator-copyright a {
	color: white;
}

.kreator-copyright a:hover {
	color: #f5f5f5;
}

.kreator-list a:hover {
	color: #a3a3a3;
}

.two-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.vp-portfolio__items-style-default .vp-portfolio__item-focus .vp-portfolio__item-img img, 
.vp-portfolio__items-style-default .vp-portfolio__item:hover .vp-portfolio__item-img img {
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}