@charset 'utf-8';
/*
 Theme Name:   Crypton Blog Child Theme
 Theme URI:    http://cryptonblog.themerex.net/
 Description:  Crypton Blog Child Theme
 Author:       Themerex
 Author URI:   http://themerex.net/
 Template:     crypton-blog
 Version:      1.0
 Tags:         light, inheritable theme options
 Text Domain:  crypton-blog
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.footer-nav li a {
	color: #fff;
}

.hero-image .wpb_wrapper {
	height: 300px;
	margin-bottom: 30px;
}

.hero-image .vc_single_image-wrapper {
	object-fit: cover;
	height: 100%;
}

.top_panel {
	margin-bottom: 0;
}
[data-vc-full-width] {
	right: 0 !important;
    width: 100vw !important;
    transform: translateX(-50%);
    left: 50% !important;
}


