/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body {
	line-height: 1.8;
	color: #55555;
	font-family: 'Lato', sans-serif;
}


.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000  !important; 
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.menu-link {
    line-height: 22px;
    color: #CCC;
    font-weight: 700;
    font-size: 0.87rem;
    letter-spacing: 1px;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
}

#side-panel {
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 699;
	width: 300px;
	height: 100%;
	background-color: #0c0c0c;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	color:#ccc;
}

#side-panel .side-panel-wrap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 330px;
	height: 100%;
	overflow: auto;
	padding: 30px 30px 30px 30px;
}

#side-panel .widget {
    margin-top: 40px;
    padding-top: 10px;
    width: 240px;
    border-top: 1px solid #555555;
}

.i-plain {
    width: 36px !important;
    height: 30px !important;
    font-size: 28px;
    line-height: 38px !important;
    color: #ccc;
    text-shadow: 1px 1px 1px #FFF;
}

.widget > h4 {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    color: #ccc;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.side-push-panel #side-panel-trigger-close a {
    font-size: 18px;
    line-height: 40px;
    color: #ccc;
    text-align: center;
}

.section {
    position: relative;
    width: 100%;
    margin: 60px 0;
    margin-top: 60px;
    padding: 60px 0;
    background-color: #fafafa;
    overflow: hidden;
}

.heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
    color: #55555; 
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 50px;
    border-top: 2px solid #555555;
}

.content-wrap {
     background-color: #fff !important;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
    color: #555 !important;
}



.section > .testimonial .testi-content {
    font-size: 1rem;
}


.line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 4rem 0;
    border-top: 1px solid #333333;
}

.stretched #gotoTop {
    bottom: 20px;
}

#page-title.page-title-parallax h1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
}

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ccc;
    font-size: 2rem;
    text-transform: none;
}

.heading-block {
    margin-bottom: 40px;
}

.topmargin {
    margin-top: 1rem !important;
}

.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: #555 !important;
}

.feature-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px;
}

.svg-trigger path {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #ccc;
    stroke-width: 7;
    stroke-linecap: round;
}

.fbox-content h3 {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    margin-bottom: 0;
    color: #c71818;
}

.button.button-dark {
    background-color: #000 !important;
}

.gutter-30 > .col, .gutter-30 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
}

.toggle-header, .accordion-header {
    cursor: pointer;
    color: #444;
    font-size: 0.87rem !important;
    font-weight: 600 !important;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 0px;
}