@font-face {
    font-family: 'Cabin';
    src: url('../type/Cabin-Medium.otf');
    font-weight: normal;
    font-style: normal;
}



/* === Styling headings, paragraphs, unordered and ordered lists === */

body {
	font: 14px/26px Cabin, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

p {
	font: 14px/22px Cabin, Candara, Arial, sans-serif;
	color: #555;
}
/* === STYLING HEADINGS SETTINGS === */

h1{
	font: 40px/36px Cabin, Candara, Arial, sans-serif;
	color: #333;
}

h2 {
	font: 22px/38px Cabin, Candara, Arial, sans-serif;
	color: #333;
}

h3 {
	font: 18px/28px Cabin, Candara, Arial, sans-serif;
	font-weight: 500;
	color: #666;
}

h4 {
	font: 15px/28px Cabin, Candara, Arial, sans-serif;
	font-weight: 500;
	color: #666;
}

h5 {
	font: 14px/21px Cabin, Candara, Arial, sans-serif;
	
	color: #666;
	margin-bottom: 12px;
}

h6 {
	font: 13px/18px Cabin, Candara, Arial, sans-serif;
	font-weight: normal;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: inherit !important;
	text-decoration: none !important;
}

small {
	font-size: 12px;
	line-height: 18px;
}

h2 a {
	color: #333
}

h2 a:hover {
	border-bottom: 1px dotted #ededed;
}

/* === STYLING BLOCKQUOTES SETTINGS === */

blockquote {
	font: 13px/21px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}

blockquote span {
	font: 13px/21px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

/* === STYLING SEPARATORS SETTINGS === */

.separator  {
	font-family: Cabin, Candara, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

/* === STYLING INPUTS AND TEXTAREAS SETTINGS === */

input, textarea, button {
	font: 12px/21px Cabin, Helvetica, Arial, sans-serif;
	padding-top: 3px;
}

/* === STYLING LATEST BLOG POST DATE SETTINGS === */

.day {
	font: 18px/26px Cabin, Candara, Arial, sans-serif;
	font-weight: 500;
}

.month {
	font-size: 11px;
	line-height: 13px;
}

/* === STYLING NAVIGATION SETTINGS === */

#header .widget_text {
	font: 16px/24px Cabin, Candara, Arial, sans-serif;
}

.nav-horizontal li {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.nav-horizontal li span {
	font-size: 12px;
	line-height: 21px;
	text-transform: none;
}

.nav li {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.nav li span {
	font-size: 12px;
	line-height: 21px;
	text-transform: none;
}

.nav .sub-menu li a, .nav .children li a {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.nav-horizontal .children li a, .nav-horizontal .sub-menu li a {
	font-size: 14px;
	text-transform: uppercase;
}
/* === STYLING NAVIGATION OF OTHER PAGEGES === */

#nav-header-container .nav li {
	font-size: 18px;
	padding-bottom: 12px;
}

#heading-container h1, #horizontal-heading h1 {
	text-transform: uppercase;
}

/* === STYLING BUTTONS SETTINGS === */

.button, button, button span, input#submit {
	text-transform: uppercase;
	color: #999;
}

.button {
	line-height: 24px;
}

.recent-project-details {
	font-size: 11px;
}

.footer-menu {
	font-size: 11px;
}

.responses-list .separator {
	font: 12px/21px Cabin, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
}

.blog-post-content h6 {
	margin-bottom: 15px;
}

.message-box {
	font-size: 11px;
	line-height: 18px;
}

.toggle li > a {
	font: 15px/28px Cabin, Candara, Arial, sans-serif;
	font-weight: 500;
	color: #666;
}

h3 a#cancel-comment-reply-link {
	font: 12px/21px Cabin, Helvetica, Arial, sans-serif !important;
	font-weight: normal;
	font-style: normal;
}