/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* Theme customizations */

h2{
	font-size: 30px;
	line-height: 1.25em; /* 20px/16px */
	line-height: 1.384615384615385em;  /* 36px/26px */
	text-transform:normal;
	letter-spacing:1px;
	font-weight: 600;
}
h5{
	font-size: 19px;
	line-height: 1.375em; /* 22px/16px */
    font-weight: 400;
}
h4{
	font-size: 19px;
    line-height: 1.571428571428571em; /* 22px/14px */
	text-transform:normal;
	letter-spacing:1px;
    font-weight: 600;
}
a,
p a{
	color: #1abc9c;
	text-decoration: none;
	cursor: pointer;
}
p{
	padding:5px;
}
body{
	font-family: 'Karla', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #818181;
	font-weight: 400;
	background-color: #f6f6f6;
	overflow-y: scroll;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
}

/* Header top styles
   ========================================================================== */
.header_top {
    position: relative;
    z-index: 111;
    line-height: 33px;
    height:  33px;
    padding: 0;
    font-size: 13px;
    background-color: #f2cda4;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

header.scrolled .header_top {
	background-color: #f2cda4 !important;
}