/* ========================================================================== */
/* ========================================================================== */
/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*
	+ Header		
	+ Footer
	+ Page Banner
	+ Pagination
	+ Shortcodes
		- Content Block
		- Blog Twocolumn
		- Blog Threecolumn
		- Widget
			- Widget : About Me
			- Widget : Social
			- Widget : Calendar
			- Widget : Categories
			- Widget : Add
			- Widget : Recent Post
			- Widget : Twitter
			- Widget : Newsletter
			- Widget : Tag Cloud
		- Slider Section
		- Slider Section 2
		- Blog Single
		- Comment Area
		- Comment Reply Form
		- Blog Single Fullwidth
		- Blog Category
		- About Page
		- Contact Section
		- Contact Form
		- 404
		- Portfolio
			- Portfolio 3 Col
			- Portfolio Masonry
		- Portfolio Single
		
		
	+ Responsive
		- min-width: 1366
		- min-width: 1200
		- min-width: 992
		- max-width: 1600
		- max-width: 1200
		- min to max: 992 to 1199
		- max-width: 991
		- min to max: 768 to 991
		- max-width: 767
		- max-width: 639
		- max-width: 568
		- max-width: 479
*/

/* + Header */
.top-header {
    background-color: #282830;
}

.top-header .container {
    position: relative;
}

.top-header .top-left {
    float: left;
}

.top-header .top-right {
    float: right;
    position: relative;
}

.top-header .top-left > ul,
.top-header .top-right > ul {
    padding-left: 0;
    margin-bottom: 0;
}

.top-header .top-left > ul > li,
.top-header .top-right > ul > li {
    display: inline-block;
    margin-bottom: 13px;
    margin-top: 13px;
}

.top-header .top-left > ul > li {
    margin-right: 18px;
}

.top-header .top-right > ul > li {
    margin-left: 18px;
}

.top-header .top-left > ul > li a,
.top-header .top-right > ul > li a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.top-header .top-left > ul > li a:hover,
.top-header .top-right > ul > li a:hover {
    color: #7a7a7a;
}

/* - Menu Block */
.menu-block {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

.menu-block .ownavigation .navbar-header .navbar-brand {
    color: #333333;
    float: none;
    position: relative;
    display: inline-block;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 4.8px;
    line-height: 56px;
    position: relative;
}

.menu-block .ownavigation .navbar-header .navbar-brand::before {
    border: 2px solid #333333;
    content: "";
    display: inline-block;
    position: absolute;
    left: 30px;
    right: 30px;
    margin-left: -3px;
    top: 0;
    bottom: 0;
}

.menu-block .ownavigation .navbar-collapse > ul > li a {
    color: #282830;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.menu-block .ownavigation .navbar-collapse > ul > li > a {
    letter-spacing: 2.8px;
}

/* + Footer */
.top-footer {
    background-image: url("../img/desk.90a87faad3b9.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 100px;
    position: relative;
}

.top-footer::before {
    background-color: rgba(17, 17, 17, 0.65);
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.top-footer .container {
    position: relative;
}

.top-footer .back-to-top {
    position: absolute;
    top: -193px;
    right: 15px;
}

.top-footer .back-to-top > a {
    background-color: #282830;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.top-footer .widget {
    margin-bottom: 40px;
}

.top-footer .widget-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

/* - Widget : About */
.top-footer .widget_about > a {
    display: block;
    margin-bottom: 35px;
}

.top-footer .widget_about > p {
    color: #d9d9d9;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1.4px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.footer2 .top-footer .widget_about .widget_social {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
}

/* - Widget : social */
.top-footer .widget_social ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
    display: inline-block;
}

.top-footer .widget_social ul li {
    display: inline-block;
}

.top-footer .widget_social ul li + li {
    margin-left: 18px;
}

.top-footer .widget_social ul li a {
    color: #d9d9d9;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.top-footer .widget_social ul li a:hover {
    color: #7a7a7a;
}

/* - Widget : Latest Post */
.top-footer .widget_latestposts .latest-content {
    display: inline-block;
    min-height: 73px;
    margin-bottom: 40px;
    padding-left: 87px;
    position: relative;
    width: 100%;
}

.top-footer .widget_latestposts .latest-content:last-of-type {
    margin-bottom: 0;
}

.top-footer .widget_latestposts .latest-content > a {
    position: absolute;
    left: 0;
    top: 0;
}

.top-footer .widget_latestposts .latest-content > a > img {
    border-radius: 2px;
}

.top-footer .widget_latestposts .latest-content > span {
    margin-top: -5px;
    line-height: 20px;
    display: inline-block;
}

.top-footer .widget_latestposts .latest-content > span a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 2.2px;
}

.top-footer .widget_latestposts .latest-content > span a:hover {
    color: #919191;
}

.top-footer .widget_latestposts .latest-content > h5 {
    line-height: 24px;
    letter-spacing: 1.4px;
    font-size: 14px;
    font-weight: 300;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-top: 5px;
    margin-bottom: 0;
}

.top-footer .widget_latestposts .latest-content > h5 > a {
    color: #d9d9d9;
    text-decoration: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.top-footer .widget_latestposts .latest-content > h5 > a:hover {
    color: #919191;
}

/* - Widget : Twitter */
.top-footer .widget_twitter .tweet-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}

.top-footer .widget_twitter .tweet-box:last-of-type {
    margin-bottom: 0;
}

.top-footer .widget_twitter .tweet-box > p {
    color: #d9d9d9;
    letter-spacing: 1.4px;
    line-height: 26px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
}

.top-footer .widget_twitter .tweet-box > p > i,
.top-footer .widget_twitter .tweet-box > p > a {
    color: #fff;
}

.top-footer .widget_twitter .tweet-box > p > a {
    font-style: italic;
    text-decoration: none;
}

.top-footer .widget_twitter .tweet-box > p > a:hover {
    color: #919191;
}

.top-footer .widget_twitter .tweet-box > span {
    color: #ffffff;
    display: block;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1px;
}

/* - Widget : Flickr */
.top-footer .widget_flickr > ul {
    padding-left: 0;
}

.top-footer .widget_flickr > ul > li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
}


/* + Page Banner */
.page-banner {
    background-color: #f4f4f4;
    position: relative;
    padding-top: 62px;
    padding-bottom: 65px;
    text-align: center;
}

.page-banner h3 {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 2.5px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}

.page-banner .breadcrumb {
    background-color: transparent;
    margin: 11px 0 0;
    padding: 0;
}

.page-banner .breadcrumb li {
    color: #282830;
    letter-spacing: 1.4px;
    text-transform: capitalize;
}

.page-banner .breadcrumb > li + li::before {
    padding-left: 1px;
    padding-right: 0;
}

.page-banner .breadcrumb li a {
    text-decoration: none;
    color: #282830;
}

.portfolio-banner.page-banner {
    text-align: left;
}

/* - Ow-pagination */
.ow-pagination {
    text-align: center;
    margin-top: 15px;
}

.ow-pagination ul {

    margin-bottom: 0;
    margin-top: 0;
}

.ow-pagination ul li {
    margin-left: -1px;
    display: inline-block;
}

.ow-pagination ul li a {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #282830;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    padding: 15px 20px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:first-child > span,
.ow-pagination .pagination > li:last-child > a,
.ow-pagination .pagination > li:last-child > span {
    border-radius: 0;
}

.ow-pagination ul li a:hover {
    background-color: #fff;
    color: #282830;
}

/* + Shortcodes */
/* - Content Block */
.content-block {
    padding-top: 70px;
    padding-bottom: 70px;
}

.content-block .row-flex {
    display: table;
}

.content-block .row-flex .col-md-12,
.content-block .row-flex .col-md-6,
.content-block .row-flex .col-md-4 {
    display: table-cell;
}

.content-block .row-flex .col-md-12 .entry-content {
    min-height: 250px;
}

.content-block .row-flex .col-md-6 .entry-content,
.content-block .row-flex .col-md-4 .entry-content {
    min-height: 420px;
}

.content-area {
    padding-left: 10px;
    padding-right: 10px;
}

.type-post {
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
}

.type-post .entry-cover {
    display: inline-block;
    width: 100%;
    padding: 0 22px;
    position: relative;
}

.type-post .entry-cover > a {
    display: inline-block;
    border: 15px solid #e8e8e8;
    border-bottom: none;
}

.type-post .entry-cover .entry-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

.type-post .entry-cover .entry-meta > a {
    background-color: #fff;
    color: #282830;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 13px 26px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2.4px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    z-index: 1;
    position: relative;
}

.type-post .entry-cover .entry-meta > a:hover {
    background-color: #282830;
    color: #fff;
}

.type-post .entry-content {
    display: inline-block;
    width: 100%;
    padding: 40px 35px 0;
    position: relative;
}

.type-post .entry-content::after {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 19px;
    z-index: -1;
}

.type-post .entry-content .entry-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 33px;
    margin-top: 11px;
}

.type-post .entry-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 33px;
    margin-top: 30px;
}

.type-post .entry-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 33px;
    margin-top: 30px;
}

.type-post .entry-content .entry-title > a,
.type-post .entry-content .post-meta > span a {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.type-post .entry-content .entry-title > a {
    color: #282830;
    display: inline-block;
    text-decoration: none;
}

.type-post .entry-content .post-meta {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.type-post .entry-content .post-meta > span {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    line-height: 26px;
    margin: 0 7.5px;
}

.type-post .entry-content .post-meta > span a {
    color: #282830;
    text-decoration: none;
    display: inline-block;
}

.type-post .entry-content .post-meta > span a > i {
    font-size: 14px;
}

.type-post .entry-content .entry-title > a:hover,
.type-post .entry-content .post-meta > span a:hover {
    color: #939393;
}

.type-post .entry-content > p {
    color: #181303;
    letter-spacing: 1.4px;
    line-height: 26px;
    font-weight: 300;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.type-post .entry-content > .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.type-post .entry-content > .read-more > a {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    padding: 12px 19px;
    letter-spacing: 2.2px;
    color: #282830;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.type-post .entry-content > .read-more > a:hover {
    background-color: #282830;
    color: #fff;
}

.blog-onecolumn,
.blog-twocolumn,
.blog-threecolumn {
    padding-left: 10px;
    padding-right: 10px;
}

/* - Blog Twocolumn */
.blog-twocolumn .type-post .entry-cover {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-twocolumn .type-post .entry-content {
    padding-left: 28px;
    padding-right: 28px;
}

.blog-twocolumn .type-post .entry-content .entry-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
}

/* - Blog Threecolumn */
.blog-threecolumn .type-post .entry-cover {
    text-align: center;
}

.blog-threecolumn .type-post {
    text-align: left;
    margin-bottom: 70px;
}

.blog-threecolumn .type-post .entry-content {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 55px;
}

.blog-threecolumn .type-post .entry-content::after {
    display: none;
}

.blog-threecolumn .type-post .entry-content .entry-title {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 26px;
}

.blog-threecolumn .type-post .entry-content > .read-more {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

/* - Widget */
.widget {
    margin-bottom: 40px;
}

.widget-area .widget-title {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 2.4px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 23px;
}

/* - Widget : About Me */
.widget-area .widget_aboutme .aboutme-box {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.widget-area .widget_aboutme .aboutme-box .aboutme-content {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 35px 37px 0;
}

.widget-area .widget_aboutme .aboutme-box .aboutme-content::after {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 19px;
    z-index: -1;
}

.widget-area .widget_aboutme .aboutme-box .aboutme-content > p {
    line-height: 26px;
    letter-spacing: 1.4px;
    font-weight: 300;
}

.widget-area .widget_aboutme .aboutme-box .aboutme-content > a {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    padding: 12px 19px;
    letter-spacing: 2.2px;
    color: #282830;
    margin-top: 17px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.widget-area .widget_aboutme .aboutme-box .aboutme-content > a:hover {
    background-color: #282830;
    color: #fff;
}

/* - Widget : Social */
.widget-area .widget_social > ul {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 25px;
    text-align: center;
}

.widget-area .widget_social > ul > li {
    display: inline-block;
    margin: 0 17px;
}

.widget-area .widget_social > ul > li > a {
    font-size: 18px;
    color: #282830;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.widget-area .widget_social > ul > li > a:hover {
    color: #8a8a8a;
}

/* - Widget : Calendar */
.widget-area .widget_calendar .calendar_wrap {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 30px 15px;
    width: 100%;
    text-align: center;
}

.widget-area .widget_calendar #wp-calendar {
    width: 100%;
}

.widget-area .calendar_wrap h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1.2px;
    margin: 0;
    text-transform: uppercase;
    color: #282830;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eaeaea;
}

.widget-area .widget_calendar table {
    margin: 0;
    width: 100%;
}

.widget-area .widget_calendar table {
    margin: 0;
}

.widget-area .widget_calendar th {
    text-transform: uppercase;
    padding-bottom: 5px;
}

.widget-area .widget_calendar th,
.widget-area .widget_calendar td {
    font-size: 12px;
    color: #282830;
    letter-spacing: 1.2px;
    line-height: 3.2;
    text-align: center;
    border: none;
}

.widget-area .widget_calendar td {
    border: 1px solid #eaeaea;
    font-weight: 300;
}

.widget-area .widget_calendar tbody #today {
    background-color: #282830;
    color: #fff;
}

/* - Widget : Categories */
.widget-area .widget_categories > ul {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block;
    padding: 27px 30px;
    width: 100%;
    margin-bottom: 0;
}

.widget-area .widget_categories > ul > li {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}

.widget-area .widget_categories > ul > li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories > ul > li > a {
    color: #282830;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.widget-area .widget_categories > ul > li > a::before {
    color: #282830;
    content: "\f1d9";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 20px;
}

.widget-area .widget_categories > ul > li > a:hover {
    color: #8a8a8a;
}

/* - Widget : Add */
.widget-area .widget_add {
    text-align: center;
}

.widget-area .widget_add > a {
    display: inline-block;
}

.widget-area .widget_add .add-block > ul {
    padding-left: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.widget-area .widget_add .add-block > ul > li {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    text-align: center;
    list-style: none;
}

/* - Widget : Recent Post */
.widget-area .widget_latestposts .recent-post {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block;
    padding: 30px 21px;
    width: 100%;
}

.widget-area .widget_latestposts .latest-content {
    display: inline-block;
    min-height: 73px;
    margin-bottom: 25px;
    padding-left: 87px;
    position: relative;
    width: 100%;
}

.widget-area .widget_latestposts .latest-content:last-of-type {
    margin-bottom: 0;
}

.widget-area .widget_latestposts .latest-content > a {
    position: absolute;
    left: 0;
    top: 0;
}

.widget-area .widget_latestposts .latest-content > a > img {
    border-radius: 2px;
}

.widget-area .widget_latestposts .latest-content > span {
    margin-top: -5px;
    line-height: 20px;
    display: inline-block;
}

.widget-area .widget_latestposts .latest-content > span a {
    color: #282830;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 2.2px;
}

.widget-area .widget_latestposts .latest-content > span a:hover {
    color: #919191;
}

.widget-area .widget_latestposts .latest-content > h5 {
    line-height: 24px;
    letter-spacing: 1.4px;
    font-size: 14px;
    font-weight: 300;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-top: 5px;
    margin-bottom: 0;
}

.widget-area .widget_latestposts .latest-content > h5 > a {
    color: #181303;
    text-decoration: none;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    display: inline-block;
}

.widget-area .widget_latestposts .latest-content > h5 > a:hover {
    color: #919191;
}

/* - Widget : Twitter */
.widget-area .widget_twitter .tweet-post {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block;
    padding: 30px 20px 30px 30px;
    width: 100%;
}

.widget-area .widget_twitter .tweet-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.widget-area .widget_twitter .tweet-box:last-of-type {
    margin-bottom: 0;
}

.widget-area .widget_twitter .tweet-box > p {
    color: #181303;
    letter-spacing: 1.4px;
    line-height: 26px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 0;
}

.widget-area .widget_twitter .tweet-box > p > i,
.widget-area .widget_twitter .tweet-box > p > a {
    color: #181303;
}

.widget-area .widget_twitter .tweet-box > p > a {
    font-style: italic;
    text-decoration: none;
}

.widget-area .widget_twitter .tweet-box > p > a:hover {
    color: #919191;
}

.widget-area .widget_twitter .tweet-box > span {
    color: #181303;
    display: block;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1px;
}

/* - Widget : Newsletter */
.widget-area .widget_subscribe .subscribe-box {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block;
    padding: 30px 20px 30px 30px;
    width: 100%;
}

.widget-area .widget_subscribe .subscribe-box .input-group {
    display: inline-block;
    width: 100%;
}

.widget-area .widget_subscribe .subscribe-box .input-group .form-control {
    background-color: #f4f4f4;
    border: none;
    border-radius: 0;
    color: #181303;
    font-size: 12px;
    height: 36px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    text-align: center;
    margin-bottom: 15px;
}

.widget-area .widget_subscribe .subscribe-box .input-group .form-control::-webkit-input-placeholder {
    color: #181303;
}

.widget-area .widget_subscribe .subscribe-box .input-group .form-control:-moz-placeholder {
    color: #181303;
}

.widget-area .widget_subscribe .subscribe-box .input-group .form-control::-moz-placeholder {
    color: #181303;
}

.widget-area .widget_subscribe .subscribe-box .input-group .form-control:-ms-input-placeholder {
    color: #181303;
}

.widget-area .widget_subscribe .subscribe-box .input-group .btn {
    background-color: #282830;
    border: 2px solid transparent;
    color: #fff;
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.widget-area .widget_subscribe .subscribe-box .input-group .btn:hover {
    background-color: transparent;
    border-color: #282830;
    color: #282830;
}

/* - Widget : Tag Cloud */
.widget-area .widget_tag_cloud .tagcloud {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block;
    padding: 30px 20px 20px;
    width: 100%;
}

.widget-area .widget_tag_cloud .tagcloud > a {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    color: #181303;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 6px 10px;
    text-transform: uppercase;
    margin: 0 5px 10px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.widget-area .widget_tag_cloud .tagcloud > a:hover {
    background-color: #282830;
    color: #fff;
}

/* - Slider Section */
.slider-section {
    margin-top: 70px;
}

.slider-section .carousel-caption {
    background-color: rgba(12, 12, 12, 0.9);
    padding: 0;
    left: auto;
    right: 0;
    width: 55.47%;
    height: 100%;
    bottom: 0;
    text-shadow: none;
}

.slider-section .carousel-caption .slide-content {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.slider-section .carousel-caption .slide-content .post-meta {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.slider-section .carousel-caption .slide-content .post-meta > a {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    letter-spacing: 1.4px;
}

.slider-section .carousel-caption .slide-content .post-meta > a + a {
    margin-left: 38px;
}

.slider-section .carousel-caption .slide-content > h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 3px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.slider-section .carousel-caption .slide-content > h3 > a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.slider-section .carousel-caption .slide-content > a {
    background-color: #fff;
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-top: 15px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.slider-section .carousel-caption .slide-content > a:hover {
    background-color: #48484e;
    color: #fff;
}

.slider-section .carousel-control {
    background-image: none;
    color: #fff;
    bottom: auto;
    font-size: 30px;
    width: auto;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    opacity: 1;
}

.slider-section .carousel-control.left {
    left: 30px;
}

.slider-section .carousel-control.right {
    right: 30px;
}

.slider-section .carousel-caption.left-side {
    left: 0;
    right: auto;
}

.slider-section .carousel-caption.left-side .slide-content {
    text-align: right;
}

/* - Slider Section 2 */
.slider-section2 .carousel-caption {
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-shadow: none;
}

.slider-section2 .carousel-caption .slide-content {
    background-color: rgba(12, 12, 12, 0.9);
    padding: 85px 15px 160px;
    text-align: center;
    position: relative;
}

.slider-section2 .carousel-caption .slide-content .post-meta {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.slider-section2 .carousel-caption .slide-content .post-meta > a {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    text-decoration: none;
    letter-spacing: 1.4px;
    margin: 0 19px;
}

.slider-section2 .carousel-caption .slide-content > h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 3px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding: 0 18%;
}

.slider-section2 .carousel-caption .slide-content > h3 > a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.slider-section2 .carousel-caption .slide-content > a {
    background-color: #fff;
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-top: 15px;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.slider-section2 .carousel-caption .slide-content > a:hover {
    background-color: #48484e;
    color: #fff;
}

.slider-section2 .slider-controls,
.slider-section2 .slider-controls .container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.slider-section2 .slider-controls .container .carousel-control {
    background-image: none;
    color: #fff;
    bottom: auto;
    font-size: 30px;
    width: auto;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    opacity: 1;
    z-index: 1;
}

.slider-section2 .slider-controls .container .carousel-control.left {
    left: 30px;
}

.slider-section2 .slider-controls .container .carousel-control.right {
    right: 30px;
}

/* - Blog Single */
article.type-post .entry-content {
    text-align: left;
    padding-bottom: 50px;
}

article.type-post .entry-content::after {
    bottom: 0;
}

article.type-post .entry-content > p {
    letter-spacing: 1.3px;
}

article.type-post .entry-content blockquote {
    background-color: #4d4d4d;
    border-left: none;
    margin: 20px -35px;
    padding: 25px 65px;
}

article.type-post .entry-content blockquote p {
    color: #fff;
    font-style: italic;
    letter-spacing: 0.7px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
}

article.type-post .entry-content > ul {
    margin-top: 13px;
    margin-bottom: 25px;
    padding-left: 30px;
    display: inline-block;
}

article.type-post .entry-content > ul > li {
    color: #181303;
    display: inline-block;
    letter-spacing: 1.4px;
    line-height: 32px;
    width: 100%;
}

article.type-post .entry-content > ul > li:before {
    color: #333333;
    content: "\f111";
    font-size: 12px;
    font-family: FontAwesome;
    margin-right: 22px;
}

article.type-post .entry-content .entry-footer {
    border-top: 1px solid #eaeaea;
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    padding-top: 30px;
}

article.type-post .entry-content .entry-footer .tags {
    float: left;
    margin-bottom: 10px;
}

article.type-post .entry-content .entry-footer .tags > span {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

article.type-post .entry-content .entry-footer .tags > a {
    color: #282830;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-right: 10px;
}

article.type-post .entry-content .entry-footer .tags > a::after {
    content: ",";
}

article.type-post .entry-content .entry-footer .tags > a:last-child::after {
    content: "";
}

article.type-post .entry-content .entry-footer ul {
    float: right;
    margin-bottom: 10px;
    padding-left: 0;
}

article.type-post .entry-content .entry-footer ul li {
    display: inline-block;
    margin-left: 18px;
}

article.type-post .entry-content .entry-footer ul li a {
    font-size: 16px;
    color: #282830;
}

article.type-post .about-author {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block;
    width: 100%;
    padding: 30px 30px 30px 155px;
    margin-top: 50px;
    position: relative;
    text-align: left;
}

article.type-post .about-author > i {
    position: absolute;
    left: 27px;
    top: 37px;
}

article.type-post .about-author > h3 {
    color: #282830;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.6px;
    margin-top: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

article.type-post .about-author > p {
    color: #181303;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1.4px;
}

article.type-post .about-author > ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

article.type-post .about-author > ul li {
    display: inline-block;
    margin-right: 16px;
}

article.type-post .about-author > ul li a {
    color: #282830;
    font-size: 18px;
}

article.type-post .about-author > ul li a:hover {
    color: #939393;
}

/* - Comment Area */
.comments-area {
    display: inline-block;
    width: 100%;
}

.comments-title {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.8px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    text-transform: uppercase;
}

.comment-block {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
}

.comment-list .comment {
    position: relative;
}

.comment-list > li.depth-1 {
    padding-left: 0;
}

.comment-body {
    margin-bottom: 30px;
    padding-left: 110px;
    position: relative;
}

.comment-list > .comment:last-child .comment-body {
    margin-bottom: 0;
}

.comment-author {
    display: inline-block;
    width: 100%;
}

.comment-author .avatar {
    width: 88px;
    position: absolute;
    left: 0;
    top: 5px;
}

.comment-author .fn {
    color: #282830;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1.6px;
}

.comment-metadata {
    display: inline-block;
}

.comment-metadata span {
    color: #282830;
    font-size: 12px;
    text-decoration: none;
    line-height: 28px;
    letter-spacing: 2.4px;
}

.comments-area .comment p {
    color: #282830;
    font-weight: 300;
    letter-spacing: 1.4px;
    line-height: 22px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.comment-list .reply {
    display: inline-block;
    margin-left: 15px;
}

.comment-list .reply a {
    color: #282830;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.comment-list .reply a:hover {
    color: #939393;
}

.comment-list .children {
    list-style: none;
    margin-top: 30px;
    padding-left: 40px;
}

.comment-list .children > li {
    padding-left: 0.5em;
}

/* - Comment Reply Form */
.comment-respond {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.comment-reply-title {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.8px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    text-transform: uppercase;
}

.comment-form-box {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: inline-block;
    width: 100%;
    padding: 30px;
}

.comment-form {
    margin-left: -15px;
    margin-right: -15px;
}

.comments-area .comment-form > p {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    width: 100%;
}

.comments-area .comment-form > p:last-of-type {
    margin-bottom: 0;
}

.comments-area .comment-form > p.comment-form-author,
.comments-area .comment-form > p.comment-form-email {
    float: left;
    width: 50%;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    height: 40px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    color: #181303;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 400;
    min-height: 40px;
    outline: none;
    letter-spacing: 1.65px;
    padding: 10px 20px;
    width: 100%;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.comment-form textarea {
    padding-bottom: 15px;
    padding-top: 15px;
}

.form-submit {
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
}

.comment-form input[type="submit"] {
    background-color: #282830;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.8px;
    padding: 11px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s
}

.comment-form input[type="submit"]:hover {
    background-color: transparent;
    border-color: #282830;
    color: #282830;
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
    color: #181303;
    text-transform: uppercase;
}

.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder {
    color: #181303;
    text-transform: uppercase;
}

.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
    color: #181303;
    text-transform: uppercase;
}

.comment-form input:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
    color: #181303;
    text-transform: uppercase;
}

/* - Blog Single Fullwidth */
.blog-single-fullwidth {
    padding-bottom: 180px;
}

.blog-single-fullwidth .type-post {
    padding-right: 0;
}

.blog-single-fullwidth .type-post .entry-cover {
    padding: 0;
}

.blog-single-fullwidth .type-post .entry-cover .entry-meta {
    text-align: left;
    padding-left: 40px;
}

.blog-single-fullwidth article.type-post .entry-content {
    padding-left: 40px;
    padding-right: 40px;
}

.blog-single-fullwidth article.type-post .entry-content .blog-detail {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.blog-single-fullwidth article.type-post .entry-content .blog-detail > img {
    float: left;
}

.blog-single-fullwidth article.type-post .entry-content .blog-detail .blog-detail-content {
    float: right;
    width: 64%;
}

.blog-single-fullwidth article.type-post .entry-content .blog-detail .blog-detail-content blockquote {
    margin-left: 0;
    margin-top: 0;
    margin-right: -40px;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-single-fullwidth article.type-post .entry-content .blog-detail .blog-detail-content p {
    line-height: 26px;
    letter-spacing: 1.4px;
    font-weight: 300;
}

.blog-single-fullwidth .comments-area {
    padding-right: 0;
}

/* - Blog Category */
.blog-category .type-post {
    margin-bottom: 60px;
}

.blog-parts {
    padding-left: 10px;
    padding-right: 10px;
}

/* - About Page */
.about-section {
    padding-bottom: 200px;
}

.about-detail {
    display: inline-block;
    width: 100%;
}

.about-img {
    border: 15px solid #e8e8e8;
    padding: 0;
}

.about-content {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px 40px 56px;
    margin-top: 20px;
}

.about-content > h1 {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 0;
    line-height: 36px;
}

.about-content > h5 {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 17px;
}

.about-content > p {
    color: #181303;
    line-height: 26px;
    letter-spacing: 1.3px;
    font-weight: 300;
}

.about-content > blockquote {
    border-left: none;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    padding-left: 20px;
    letter-spacing: 1.4px;
    margin-top: 17px;
    margin-bottom: 7px;
}

.about-content > blockquote > p {
    padding-left: 25px;
    position: relative;
}

.about-content > blockquote > p::before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    position: absolute;
    left: 0;
    top: -10px;
}

.about-social {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.about-social > span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    display: inline-block;
    line-height: 24px;
}

.about-social > ul {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
}

.about-social > ul > li {
    display: inline-block;
    margin: 0 10px;
}

.about-social > ul > li > a {
    color: #282830;
    font-size: 18px;
    line-height: 24px;
}

.about-social > ul > li > a:hover {
    color: #939393;
}

/* - Contact Section */
.contact-section {
    background-color: #fff;
    padding: 70px 0 85px;
}

.contact-content,
.contact-form {
    display: inline-block;
    width: 100%;
}

.contact-content > h3,
.contact-form > h3 {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.contact-content > p {
    color: #282830;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1.4px;
    position: relative;
    padding-left: 40px;
}

.contact-content > p:first-of-type {
    margin-bottom: 30px;
    padding-left: 0;
}

.contact-content > p > i {
    font-size: 20px;
    position: absolute;
    left: 0;
    vertical-align: middle;
    top: 3px;
}

.contact-content > p > b {
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 5px;
}

.contact-content > p > a {
    color: #282830;
}

/* - Contact Form */
.contact-form .form-group {
    margin-bottom: 0;
}

.contact-form .form-group .form-control {
    margin-bottom: 30px;
}

.contact-form .form-group .form-control {
    color: #181303;
    height: 40px;
    font-size: 11px;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    letter-spacing: 0.35px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    padding-left: 14px;
    padding-right: 14px;
    letter-spacing: 1.65px;
}

.contact-form .form-group textarea.form-control {
    height: 166px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #181303;
    text-transform: uppercase;
}

.contact-form .form-group .form-control:-moz-placeholder {
    color: #181303;
    text-transform: uppercase;
}

.contact-form .form-group .form-control::-moz-placeholder {
    color: #181303;
    text-transform: uppercase;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
    color: #181303;
    text-transform: uppercase;
}

.contact-form form input[type="submit"] {
    background-color: #282830;
    border: 2px solid transparent;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1.8px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
}

.contact-form form input[type="submit"]:hover {
    background-color: transparent;
    border-color: #282830;
    color: #282830;
}

/* + Alert Msg */
.alert-msg {
    color: #ccc;
    margin: 10px 15px;
    display: inline-block;
}

.alert-msg-success {
    color: #50B948;
}

.alert-msg-failure {
    color: #FF0000;
}

/* - 404 */
.error-section {
    background-color: #fff;
    text-align: center;
    padding: 130px 0 150px;
}

.error-section h1 {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 0;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.error-section p {
    color: #282830;
    font-size: 16px;
    letter-spacing: 2.4px;
}

.error-section .search-block {
    display: inline-block;
    width: 100%;
}

.error-section .search-block .input-group {
    border: 1px solid #e8e8e8;
    max-width: 600px;
    margin: 18px auto 0;
}

.error-section .search-block .input-group .form-control {
    height: 40px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    color: #666666;
    letter-spacing: 2.1px;
}

.error-section .search-block .input-group .form-control::-webkit-input-placeholder {
    color: #666666;
}

.error-section .search-block .input-group .form-control:-moz-placeholder {
    color: #666666;
}

.error-section .search-block .input-group .form-control::-moz-placeholder {
    color: #666666;
}

.error-section .search-block .input-group .form-control:-ms-input-placeholder {
    color: #666666;
}

.error-section .search-block .input-group .btn {
    background-color: #282830;
    border: none;
    border-left: 1px solid #e8e8e8;
    border-radius: 0;
    color: #fff;
    padding: 10px 30px 8px;
    font-size: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
}

.error-section .search-block .input-group .btn:hover {
    background-color: #939393;
}

/* - Portfolio */
.portfolio-section {
    background-color: #fff;
    padding-bottom: 55px;
    padding-top: 90px;
}

.gallery-category ul {
    margin-bottom: 47px;
    padding-left: 0;
}

.gallery-category ul li {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 8px;
}

.gallery-category ul li:first-child {
    margin-left: 0;
}

.gallery-category ul li a {
    color: #282830;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 0.35px;
    padding: 10px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1.4px;
}

.gallery-category ul li a::before {
    background-color: #282830;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    width: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.gallery-category ul li a:hover::before,
.gallery-category ul li a.active::before {
    opacity: 1;
    width: 100%;
}

.gallery-list.row {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery-box[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.gallery-box > a {
    border: 15px solid #e8e8e8;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.gallery-box > a::before,
.gallery-box > a .gallery-detail,
.view-more > a {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.gallery-box > a::before {
    background-color: rgba(12, 12, 12, 0.9);
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
}

.gallery-box > a:hover::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}

.gallery-box > a .gallery-detail {
    position: absolute;
    left: 25px;
    right: 25px;
    transform: translate(0%, 50%);
    -webkit-transform: translate(0%, 50%);
    -moz-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    text-align: center;
    bottom: 0;
    opacity: 0;
}

.gallery-box > a:hover .gallery-detail {
    bottom: 50%;
    opacity: 1;
}

.gallery-box > a .gallery-detail > h4 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1.9px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 0;
}

.gallery-box > a .gallery-detail > span {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1.4px;
}

.view-more {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 40px;
}

.view-more > a {
    border: 1px solid #e8e8e8;
    color: #282830;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 11px 30px;
    letter-spacing: 1.65px;
    text-decoration: none;
}

.view-more > a:hover {
    background-color: #282830;
    color: #fff;
}

.portfolio-section .ow-pagination ul li a:hover {
    background-color: #f4f4f4;
}

/* - Portfolio 3 Col */
.portfolio-3-col .gallery-box > a {
    border: 10px solid #e8e8e8;
}

/* - Portfolio Masonry */
.portfolio-masonry {
    padding-bottom: 109px;
}

.portfolio-masonry .gallery-masonry-list::after {
    content: '';
    display: block;
    clear: both;
}

.portfolio-masonry .gallery-box,
.portfolio-masonry .grid-sizer {
    float: left;
    width: 20.58%;
}

.portfolio-masonry .gallery-box.width2 {
    width: 38.21%;
}

.portfolio-masonry .gallery-box > a {
    border: none;
}

.portfolio-masonry .view-more {
    margin-top: 50px;
}

/* - Portfolio Single */
.portfolio-single {
    background-color: #fff;
    padding: 90px 0;
}

.portfolio-content {
    display: inline-block;
    width: 100%;
}

.portfolio-content > h3 {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 19px;
    margin-top: -5px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 26px;
}

.portfolio-content > p {
    color: #181303;

    line-height: 28px;
    letter-spacing: 1.4px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.portfolio-content > h4 {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 19px;
    margin-top: 31px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 26px;
}

.portfolio-content > h4 ~ p {
    font-weight: 300;
}

.portfolio-content > p span {
    text-transform: uppercase;
    font-weight: 400;
}

.portfolio-single-image {
    display: inline-block;
    margin-top: 28px;
    width: 100%;
}

.portfolio-single-image > [class*="col-"] {
    margin-bottom: 30px;
}

.related-project {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.related-project > h3 {
    color: #282830;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    line-height: 26px;
}

.related-project-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: transparent;
    font-size: 0;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    padding: 0;
    display: inline-block;
}

.related-project-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
    color: #282830;
    content: "\f100";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    font-size: 30px;
    line-height: 18px;
}

.related-project-carousel.owl-theme .owl-controls .owl-nav .owl-next::before {
    content: "\f101";
}

.related-project-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover::before {
    color: #565656;
}

.portfolio-single .view-more {
    margin-bottom: 20px;
    margin-top: 50px;
}

/* ========================================================================== */
/* ========================================================================== */
/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 1366 */
@media (min-width: 1366px) {
    /* - Portfolio Single */
    .related-project-carousel.owl-theme .owl-controls {
        margin: 0;
    }

    .related-project-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
    }

    .related-project-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
        left: -80px;
    }

    .related-project-carousel.owl-theme .owl-controls .owl-nav .owl-next {
        right: -80px;
    }
}

/* - min-width: 1200 */
@media (min-width: 1200px) {
    .content-area-space {
        width: 71.31%;
    }

    .blog-onecolumn,
    .blog-category .blog-parts {
        padding-right: 40px;
    }

    /* - Widget */
    .widget-space {
        width: 28.69%;
    }

    /* - Blog Threecolumn */
    .margin-top-minus.content-block {
        margin-top: -80px;
    }
}

/* - min-width: 992 */
@media (min-width: 992px) {
    /* + Header */
    .menu-block {
        padding-top: 40px;
    }

    .menu-block.navbar-fixed-top {
        padding-top: 0;
    }

    .menu-block .ownavigation .navbar-header {
        text-align: center;
        width: 100%;
    }

    .menu-block.navbar-fixed-top .ownavigation .navbar-header {
        display: none;
    }

    .menu-block .ownavigation .navbar-collapse > ul {
        width: 100%;
        text-align: center;
    }

    .menu-block .ownavigation .navbar-collapse > ul > li {
        float: none;
        display: inline-block;
        margin: 0 30px;
    }

    .menu-block .ownavigation .navbar-collapse > ul > li > a {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    .menu-block.navbar-fixed-top .ownavigation .navbar-collapse > ul > li > a {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .menu-block .ownavigation .navbar-collapse > ul > li > a::before {
        background-color: #282830;
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        width: 0;
        top: 0;
        height: 1px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
    }

    .menu-block .ownavigation .navbar-nav > .active > a::before,
    .menu-block .ownavigation .navbar-nav > .active > a:focus::before,
    .menu-block .ownavigation .navbar-nav > .active > a:hover::before,
    .menu-block .ownavigation .navbar-nav li:hover > a::before,
    .menu-block .ownavigation .navbar-nav li a:hover::before {
        width: 100%;
    }

    .menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
        background-color: #282830;
        color: #fff;
    }

    /* + Footer */
    .top-footer .row > [class*="col-md-"]:nth-child(4n+1) {
        clear: both;
    }

    /* - Blog Threecolumn */
    .content-block .content-area .blog-threecolumn:nth-child(3n+1) {
        clear: both;
    }

    /* - Blog Category */
    .blog-parts .type-post .entry-cover {
        padding: 0;
        width: 41.6667%;
    }

    .blog-parts .type-post .entry-cover > a {
        border-bottom: 15px solid #e8e8e8;
    }

    .blog-parts .type-post .entry-content {
        padding: 30px 30px 0 30px;
        text-align: left;
        width: 58.3333%;
    }

    .blog-parts .type-post .entry-content::after {
        top: 10px;
    }

    .blog-parts .type-post .entry-content .entry-title {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 1.6px;
    }

    .blog-parts .type-post .entry-content .post-meta > span:first-child {
        margin-left: 0;
    }

    .blog-parts .type-post .entry-content .read-more {
        text-align: center;
        margin-top: 30px;
    }

    /* - Portfolio Masonry */
    .portfolio-masonry .gallery-masonry-list {
        height: auto !important;
    }

    .portfolio-masonry .gallery-box {
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }
}

/* - max-width: 1600 */
@media (max-width: 1600px) {
    /* - Blog Threecolumn */
    .margin-top-minus.content-block {
        margin-top: -40px;
    }

    /* - Slider Section 2 */
    .slider-section2 .carousel-caption .slide-content {
        padding-top: 45px;
        padding-bottom: 100px;
    }
}

/* - max-width: 1200 */
@media (max-width: 1200px) {
    /* - Blog Threecolumn */
    .margin-top-minus.content-block {
        margin-top: 80px;
    }

    /* - Slider Section 2 */
    .slider-section2 .carousel-caption .slide-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .slider-section2 .carousel-caption .slide-content > h3 {
        padding-left: 10%;
        padding-right: 10%;
    }
}

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* + Footer */
    .top-footer .widget_flickr > ul > li:nth-child(2n+2) {
        margin-right: 0;
    }

    /* - Widget : Social */
    .widget-area .widget_social > ul > li {
        margin: 0 10px;
    }

    /* - Blog Single */
    .comment-list .children {
        padding-left: 20px;
    }

    /* - Blog Single Fullwidth */
    .blog-single-fullwidth article.type-post .entry-content .blog-detail .blog-detail-content {
        width: 55%;
    }
}

/* - max-width: 991 */
@media (max-width: 991px) {
    /* + Header */
    /* - SlidePanel */
    .header_s #slidepanel {
        border-bottom: none;
    }

    .menu-block #loginpanel {
        top: 8px;
        right: 100px;
    }

    .menu-block #slideit,
    .menu-block #closeit {
        color: #282830;
    }

    .menu-block #slideit:hover,
    .menu-block #closeit:hover {
        color: #282830;
    }

    .menu-block .ownavigation {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-block .ownavigation .navbar-header .navbar-brand {
        line-height: 50px;
        margin: 10px 0;
    }

    .menu-block .ownavigation .navbar-toggle {
        background-color: #282830;
        margin: 23px 0;
    }

    .menu-block .ownavigation .ddl-switch {
        background-color: #282830;
    }

    .menu-block.navbar-fixed-top {
        background-color: #fff;
        position: fixed;
        top: 0;
        border-bottom: 2px solid #282830;
    }

    .menu-block .ownavigation .navbar-nav > .active > a,
    .menu-block .ownavigation .navbar-nav > .active > a:focus,
    .menu-block .ownavigation .navbar-nav > .active > a:hover,
    .menu-block .ownavigation .navbar-nav li:hover > a,
    .menu-block .ownavigation .navbar-nav li a:hover,
    .menu-block .ownavigation .navbar-nav li a:focus,
    .menu-block .ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
        color: #8c8c8c;
    }

    /* + Footer */
    .top-footer .row > [class*="col-md-"]:nth-child(2n+1) {
        clear: both;
    }

    /* - Widget : Social */
    .widget-area .widget_social > ul > li {
        margin: 0 10px;
    }

    /* - Widget : Add */
    .widget-area .widget_add .add-block > ul > li {
        padding: 7px;
    }

    /* - Slider Section */
    .slider-section .carousel-caption .slide-content > h3 {
        font-size: 20px;
        line-height: 28px;
    }

    /* - Slider Section 2 */
    .slider-section2 .carousel-caption .slide-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .slider-section2 .carousel-caption .slide-content > h3 {
        font-size: 20px;
        line-height: 28px;
    }

    /* - Content Block */
    .type-post .entry-content .entry-title {
        font-size: 20px;
        line-height: 28px;
    }

    /* - Blog Threecolumn */
    .content-block .content-area .blog-threecolumn:nth-child(2n+1) {
        clear: both;
    }

    /* - Blog Single */
    article.type-post .entry-content > ul {
        padding-left: 0;
    }

    article.type-post .entry-content .entry-footer ul {
        width: 100%;
    }

    article.type-post .entry-content .entry-footer ul li {
        margin-left: 0;
        margin-right: 18px;
    }

    .comment-list .children {
        padding-left: 0;
    }

    .comments-area .comment-form > p.comment-form-author,
    .comments-area .comment-form > p.comment-form-email {
        width: 100%;
    }

    /* - Blog Single Fullwidth */
    .blog-single-fullwidth article.type-post .entry-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog-single-fullwidth article.type-post .entry-content .blog-detail > img {
        display: none;
    }

    .blog-single-fullwidth article.type-post .entry-content .blog-detail .blog-detail-content {
        width: 100%;
    }

    .blog-single-fullwidth article.type-post .entry-content .blog-detail .blog-detail-content blockquote {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    /* - About Page */
    .about-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-social > ul > li {
        margin: 0 7px;
    }

    /* - Portfolio Masonry */
    .portfolio-masonry .gallery-box,
    .portfolio-masonry .grid-sizer,
    .portfolio-masonry .gallery-box.width2 {
        width: 33.333%;
    }

    /* - Portfolio Single */
    .portfolio-content {
        margin-top: 40px;
    }
}

/* - max-width: 767 */
@media (max-width: 767px) {
    /* - Section Header */
    .section-header h3 {
        line-height: 36px;
        font-size: 26px;
    }

    /* - Page Header */
    .page-banner h3 {
        font-size: 25px;
    }

    /* - Content Block */
    .type-post .entry-cover {
        padding-left: 15px;
        padding-right: 15px;
    }

    .type-post .entry-cover > a {
        border: 10px solid #e8e8e8;
        border-bottom: none;
    }

    .type-post .entry-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    /* - Blog Twocolumn */
    .blog-twocolumn .type-post .entry-content .entry-title {
        font-size: 17px;
    }

    /* - Widget : About Me */
    .widget-area .widget_aboutme {
        text-align: center;
    }

    .widget-area .widget_aboutme .aboutme-box {
        max-width: 320px;
    }

    /* - Widget : Social */
    .widget-area {
        margin-top: 50px;
    }

    /* - Slider Section 2 */
    .slider-section2 .carousel-caption .slide-content > a {
        margin-top: 0;
    }

    /* - Blog Single */
    article.type-post .entry-content blockquote {
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 30px;
        padding-right: 30px;
    }

    /* - About Page */
    .about-detail {
        max-width: 472px;
        display: block;
        margin: 0 auto;
    }

    .about-content {
        margin-top: 0;
    }

    /* - Contact Section */
    .contact-section .contact-form {
        margin-top: 50px;
    }

    /* - Portfolio */
    .gallery-category ul {
        text-align: center;
    }

    .gallery-category ul li {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* - Portfolio Masonry */
    .portfolio-masonry .gallery-box,
    .portfolio-masonry .grid-sizer,
    .portfolio-masonry .gallery-box.width2 {
        width: 50%;
    }

    /* - Portfolio Single */
    .related-project {
        margin-top: 10px;
    }
}

/* - max-width: 639 */
@media (max-width: 639px) {
    /* - Blog Twocolumn */
    .blog-twocolumn {
        width: 100%;
    }

    .blog-twocolumn .type-post .entry-content .entry-title {
        font-size: 20px;
    }

    /* - Blog Threecolumn */
    .content-block .content-area .blog-threecolumn {
        width: 100%;
    }

    .blog-threecolumn .type-post {
        max-width: 415px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /* - Slider Section */
    .slider-section .carousel-caption {
        width: 70%;
    }

    .slider-section .carousel-caption .slide-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .slider-section .carousel-control.left {
        left: 15px;
    }

    .slider-section .carousel-control.right {
        right: 15px;
    }

    /* - Slider Section 2 */
    .slider-section2 .item > img {
        min-height: 250px;
    }

    /* - Blog Single */
    .comment-block {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* - Portfolio */
    .gallery-box {
        width: 100%;
        text-align: center;
    }

    .gallery-box > a {
        border: 10px solid #e8e8e8;
    }
}

/* - max-width: 568 */
@media (max-width: 568px) {
    /* + Footer */
    .top-footer .row > [class*="col-xs-"] {
        width: 100%;
    }

    /* - Slider Section */
    .slider-section .carousel-caption {
        width: 100%;
    }

    .slider-section .carousel-caption .slide-content > h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .slider-section .carousel-caption .slide-content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .slider-section .carousel-caption .slide-content > a {
        margin-top: 5px;
    }
}

/* - max-width: 479 */
@media (max-width: 479px) {
    /* - Slider Section */
    .slider-section .item > img {
        min-height: 250px;
    }

    /* - Slider Section 2 */
    .slider-section2 .carousel-caption .slide-content > h3 {
        font-size: 16px;
        line-height: 22px;
    }

    /* - Blog Single */
    article.type-post .about-author {
        padding-left: 125px;
    }

    article.type-post .about-author > i > img {
        width: 80px;
    }

    .comment-body {
        padding-left: 0;
    }

    .comment-body .comment-meta {
        position: relative;
        padding-left: 80px;
        min-height: 64px;
        margin-bottom: 15px;
        padding-top: 10px;
    }

    .comment-body .comment-meta .comment-author .avatar {
        width: 65px;
    }

    /* - 404 */
    .error-section .search-block .input-group {
        display: inline-block;
        border: none;
    }

    .error-section .search-block .input-group .form-control {
        border: 1px solid #e8e8e8;
        text-align: center;
    }

    .error-section .search-block .input-group .btn {
        width: 100%;
        border-left: none;
        margin-top: 15px;
    }

    /* - Portfolio Masonry */
    .portfolio-masonry .gallery-box,
    .portfolio-masonry .grid-sizer,
    .portfolio-masonry .gallery-box.width2 {
        width: 100%;
    }
}

/* Table of content */

#table-of-contents {
    margin: 30px 0;
}

#table-of-contents .panel-heading {
    color: #181303;
    letter-spacing: 1.4px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
}

#table-of-contents li a {
    color: #181303;
    letter-spacing: 1.4px;
    line-height: 26px;
    font-weight: 300;
}

#table-of-contents .panel-body > ul {
    padding-left: 1rem;
}

#table-of-contents .panel-body > ul > li {
    list-style: none;
    margin: 10px 0 5px;
}

#table-of-contents .panel-body > ul > li > ul > li {
    list-style: circle;
    margin: 10px 0 5px;
}

.search-results {
    margin: 50px 0;
}
