/*/*/*/*
Theme Name: Dorian
Theme URI: http://dorian.edge-themes.com
Description: Refined Multi-Concept WordPress Theme
Author: Edge Themes
Author URI: http://demo.edge-themes.com
Version: 1.3
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.
*/

/* Slickslide changes */

.slick-slide {
	height: initial !important;
}

.slick-arrow > .arrow_left:before {
	content: "4" !important;
	font-size: 100px !important;
}

.slick-arrow > .arrow_right:before {
	content: "5" !important;
	font-size: 100px !important;
	left: -60 !important;
	position: relative !important;
}

.edgtf-slick-dots {
	margin: -35px 0 0 !important;
}

.edgtf-slick-dot-inner {
	background-color: transparent !important;
	border: 1px white solid !important;
	width: 7px !important;
    height: 7px !important;
}

.edgtf-slick-slider-navigation-style .edgtf-slick-dots li.slick-active .edgtf-slick-dot-inner {
  	background-color: white !important;
}

.edgtf-title .edgtf-title-image img {
	height: 75vh !important;
	object-fit: cover !important;
	font-family: 'object-fit: cover';
}