/*
Theme Name: Idea
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: custum mrban
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
*/

@charset "UTF-8";
body.home:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
    background-size: 120px auto;
    background-image: url('images/loading.gif');
    top: 0;
    left: 0;
    background-color: #FFF;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.45s ease-in 0.25s , visibility 0.45s ease-in 0.25s;
    transition: opacity 0.45s ease-in 0.25s , visibility 0.45s ease-in 0.25s;
}
body.home.load:before {
    opacity: 0;
    visibility: hidden;
}
body.home #top {
    display: block;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: width 0.75s ease-in-out 0.5s;
    transition: width 0.75s ease-in-out 0.5s;
}
body.home.load #top {
    width: 0%;
}
.contentPage404 {
	text-align: center;
}
.dash {
	margin: 30px 0;
}

.navbar .nav li .sub-menu {
	position: absolute;
	left: 0;
	top: 84px;
	background: rgba(0,0,0,.85);
	width: 100vw;
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	padding: 4rem 15px;
	display: none;
}

.navbar .nav > li:hover > .sub-menu {
	display: block;
}

.navbar .nav li.menuSub {
	padding-bottom: 0;
}
.navbar .nav li.menuSub:after {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    display: block;
    margin-left: 17px;
    margin-top: -8px;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #000;
    border-width: 15px;
    opacity: 0;
}
.navbar .nav li.menuSub:hover:after {
	opacity: 1;
}

.navbar .nav li .sub-menu li {
	margin: 0 7px;
	padding: 0;
	text-align: center;
}

.navbar .nav li .sub-menu li a {
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #fff;
}

.navbar .nav li .sub-menu .menu-item-description {
	display: block;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.sub-menu {
		display: none;
	}
.navbar .nav li .sub-menu {
    left: 0;
    top: 84px;
    background: rgb(0, 0, 0);
    width: 100vw;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding: 0rem 15px;
    display: block;
    width: 100%;
    position: inherit;
}		
.navbar .nav li .sub-menu li {
	margin: 0 7px;
    padding: 0;
    text-align: center;
    margin: 0;
    border-bottom: 1px dotted #828282;
}
.navbar .nav li .sub-menu li:last-child {
    border-bottom: none;
}	
.navbar .nav li .sub-menu li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #b9b9b9;
    font-size: 1.5rem !important;
    font-weight: normal;
    text-align: left;
    padding: 1rem !important;
}	
.navbar .nav li .sub-menu .menu-item-description {
    display: none;
    margin-bottom: 15px;
    width: 50%;
}	
}


.singleBox__content ul{
    list-style: inherit;
    margin: 0.5em 0 0.5em 1.5em;
}
.singleBox__content ol{
    list-style: decimal;
    margin: 0.5em 0 0.5em 1.5em;
}
.singleBox__content blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    margin: 1em 0;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
.singleBox__content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
.singleBox__content blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.singleBox__content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.singleBox__content h3, .singleBox__content h4 {
    line-height: inherit;
}