/*
 Table Of Content:

 1.) Global Typography
 2.) Home Page Content
 3.) About Page Content
 4.) Contact us Page Content
 5.) Blog Listing Page Content
 6.) Comment Form
 --------------------------------*/

/*
 1.) Global Typography
 --------------------------------*/

/*
 2.) Home Page Content
 --------------------------------*/
.logo {
	margin-left: -135px;
}
.header-search {
	width: 200px;
}
.search-form input[type="search"] {
	width: 180px;
	padding-left: 10px;
}
.search-submit-icon {
	padding-right: 15px;
}
.social-media li:first-child span {
	margin-left: 0;
}
.social-media li:first-child span:after {
	left: 0%;
	margin-left: 10px;
}
.social-media li{
	margin-left: 17px;
}
.header-navigation .header-nav > li > a {
	padding: 26px 18px 35px;
}
.header-navigation.cl-effect-2 .header-nav li > a {
	padding: 26px 15px 35px;
}
.header-navigation li.mega-menu > .sub-menu > li:nth-child(3n+1):after {
	background: none;
	width: 0;
}
.header-navigation li.mega-menu > .sub-menu > li {
	width: -webkit-calc(33.33% - 60px);
	width: calc(33.33% - 60px);
}
.header-navigation .header-nav li .arrow-mob, .main-menu-full li .arrow-mob {
	display: none;
}

.post-details li:first-child {
	margin-left: 15px;
}
.post-details li {
	margin: 0 14px 10px;
}
.popular-post-body .post-details {
	margin-left: 6px;
}
.post-share-social-media li:first-child {
	margin-left: 5px;
}
.post-share-social-media li {
	margin: 5px 5px;
}
.popular-post-body .post-details li:first-child {
	margin-left: 0px;
}
.popular-post-body .post-details li {
	margin: 0 0px 10px;
	float: none;
}
.popular-post-content .pull-left {
	height: auto;
	width: 62px;
}
.widget-archive li {
	float: none;
	width: 100%;
}
.newsletter-form .newsletter-email {
	width: 70%;
}
.newsletter-form input[type="email"], .newsletter-form input[type="text"] {
	width: 70%;
}

.newsletter-form form {
	padding: 20px 15px;
}
.comment-respond li label {
	width: 15.1%;
}
.comment-respond li input {
	width: 84.9%;
}
.page-template-template-home-full-width-one-php #content {
	padding-top: 0px;
}
.full-width-navigation {
	text-align: center;
	padding-top: 0;
}
.full-width-navigation .main-menu-full {
	display: inline-block;
	margin: 0 auto;
}

.full-width-navigation .main-menu-full > li {
	float: left;
	position: relative;
}
.full-width-navigation .main-menu-full > li > a {
	padding: 26px 20px 35px;
	border-top: 3px solid transparent;
}
.full-width-navigation .main-menu-full > li:hover > a {
	border-top: 3px solid #800000;
	color: #800000;
	text-decoration: none;
}
.full-width-navigation .main-menu-full > li:before {
	width: 1px;
	height: 40px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #eaeced;
}
.full-width-navigation .main-menu-full li:first-child:before {
	background: none;
	width: 0;
}
.nb-dropdown {
	border: 1px solid #eaeced;
	top: 80px;
	width: 300%;
	left: 0;
	padding-top: 20px;
}
.full-width-navigation ul {
	width: auto;
}
.nb-dropdown ul {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
.nb-dropdown a {
	padding: 0;
}
.nb-dropdown > .sub-menu > li .sub-menu {
	display: none
}
.nb-dropdown > .sub-menu > li:hover .sub-menu {
	display: block;
}
.nb-dropdown > .sub-menu > li {
	margin-bottom: 0;
	padding-bottom: 16px;
}

.nb-dropdown > .sub-menu .sub-menu {
	padding-left: 20px;
	padding-top: 16px;
	margin-top: 0;
}
.full-width-navigation {
	height: auto;
}
.full-height-menu {
	height: auto;
	position: static;
}
.nb-dropdown {
	height: auto;
}
.full-height-content {
	margin-left: 0;
}
.wrapper-full-width-content .container {
	position: relative;
}
.main-menu-full {
	height: auto;
}
.full-width-navigation .main-menu-full > li.mega-menu {
	position: inherit;
}
.full-width-navigation .main-menu-full > li.mega-menu:before {
	display: block;
	left: auto;
}
.main-menu-full .mega-menu .nb-dropdown, .main-menu-full .mega-menu .nb-dropdown > ul {
	width: 100%;
}
.main-menu-full .mega-menu .nb-dropdown > ul > li {
	width: 33.33%;
	float: left;
}
.main-menu-full .mega-menu .nb-dropdown > ul > li ul {
	position: static;
	display: block;
	padding-left: 0;
}
.main-menu-full .nb-dropdown {
	min-width: 230px;
}

.post-details span {
	width: 100%;
	margin-bottom: 10px;
}

/*
 3.) About Page Content
 --------------------------------*/
.page-title {
	padding: 25px;
}
.team-member-profile p {
	min-height: 68px;
}
/*
 4.) Contact us Page Content
 --------------------------------*/
.contact-form-section {
	margin-bottom: 45px;
}
.contact-form-info {
	margin-bottom: 40px;
}
/*
 5.) Blog Listing Page Content
 --------------------------------*/
.blog-listing .post-details span {
	width: 50%;
	float: left;
}

/*
 6.) Comment Form
 ---------------------------------*/
.comment-respond ul li {
	width: 100%;
}
.comment-respond ul li:last-child {
	width: 100%;
	position: static;
}