/*import CherryFramework style*/
@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Gentium+Basic:400,400italic,700);

/* #General
================================================== */

// Placeholder text
// -------------------------
.placeholder(@color: @placeholderText) {
  &::-moz-placeholder {
    color: @color;
    opacity: 1;
  }
  &::-ms-input-placeholder {
    color: @color;
  }
  &::-webkit-input-placeholder {
    color: @color;
  }
}

body {
	padding: 0 !important;
}

h1 {
	small {
		font-size: inherit;
	}
}

h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 19px;
}

h3 {
	letter-spacing: 1.5px;
	margin: 0 0 15px 0;
}

p {
	margin-bottom: 18px;
}

a {
	.transition(color 0.4s);

	&:hover,
	&:active,
	&:focus {
		text-decoration: none;
	}
}

.main-holder {
	overflow: hidden;
}


/* #Header
================================================== */

.header {
	padding: 0;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(images/header-img.jpg);
	background-size: cover;

	.home & {
		background-image: none !important;
	}

	.slider_on & {
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.pseudoStickyBlock {
		max-height: 48px !important;
		
		@media (max-width: 767px) {
			display: none !important;
		}
	}
}

/*/ Header */


/* Logo
---------------------------------------- */

.logo {
	float: none;
	text-align: center;
	overflow: hidden;

	@media (min-width: 768px) and (max-width: 979px) {
		width: 100%;
	}

	&-wrap {
		padding: 38px 0 34px 0;
		position: relative;
		z-index: 1;

		@media (max-width: 767px) {
			padding: 20px;
		}

		&:before {
			content: '';
			position: absolute;
			left: 50%;
			top: 0;
			width: 300%;
			height: 100%;
			margin: 0 0 0 -150%;
			background-color: rgba(0, 0, 0, 0.78);
			z-index: -1;

			.no-rgba & {
				background-image: url(images/black-opacity-78.png);
			}
		}
	}

	&_link {
		&:hover,
		&:active,
		&:focus {
			color: @white;
		}
	}

	&_tagline {
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #cea474;
	}
}

/*/ Logo */


/* Search Form
---------------------------------------- */
.search-form {
	&_is {
		height: 39px !important; 
	}
}
/* /Search Form */


/* #Navigation
---------------------------------------- */

.nav {
	&-wrapper {
		padding: 29px 0;
		position: relative;
		z-index: 1;

		@media (max-width: 767px) {
			padding: 20px;
		}

		&:before {
			content: '';
			position: absolute;
			left: 50%;
			top: 0;
			width: 300%;
			height: 100%;
			margin: 0 0 0 -150%;
			background-color: rgba(0, 0, 0, 0.53);
			z-index: -1;			

			.no-rgba & {
				background-image: url(images/black-opacity-53.png);
			}
		}

		&.isStuck {
			padding: 15px 0;

			@media (max-width: 767px) {
				position: static !important;
				top: 0 !important;
				padding: 20px;
			}

			&:before {
				background-color: @black;

				@media (max-width: 767px) {
					background-color: rgba(0, 0, 0, 0.53);
				}

				.no-rgba & {
					background-image: none;
				}
			}
		}
	}

	&__primary {
		margin-bottom: 0;
	}
}

/* Essential styles for dropdown menu */
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	margin: 0 0 0 -5em;
	left: 50%;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	margin: 0 0 0 2px;
	top: 0;
}

/* Our skin for dropdown menu */
.sf-menu {
	float: none;
	text-align: center;
}
.sf-menu > li {
	background: none;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-left: 66px;

	@media (min-width: 1200px) {
		margin-left: 66px;		
	}
	@media (min-width: 768px) and (max-width: 979px) {
		margin-left: 30px;
	}

	&:first-child {
		margin-left: 0;
	}
}
.sf-menu > li > a {
	padding: 0;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sf-menu li ul {
	padding: 29px 0 32px 0;
	background-color: #0b0b0b;
	.border-radius(3px);
}
.sf-menu li li {
	background: none;
	text-align: left;
	margin-top: 13px;

	&:first-child {
		margin-top: 0;
	}
}
.sf-menu li li a {
	padding: 0;
	border: none;
	color: @white;
	font-size: 12px;
	font-family: @sansFontFamily;
	text-transform: uppercase;
	text-indent: 16px;
}
.sf-menu li li ul {
	padding: 5px 0 6px 0;
	background-color: #8d6245;
}
.sf-menu li li li {
	margin-top: 9px;
}
.sf-menu li li li a {
	color: @black;
}
.sf-menu > li > a:hover, 
.sf-menu > li.sfHover> a,
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current_page_item > a {
	color: #ba8d4d;
	background: none;
}
.sf-menu li li > a:hover, 
.sf-menu li li.sfHover > a,
.sf-menu li li.current-menu-item > a,
.sf-menu li li.current_page_item > a  {
	background: none;
	font-weight: bold;
}
.sf-menu li li li > a:hover, 
.sf-menu li li li.sfHover > a,
.sf-menu li li li.current-menu-item > a,
.sf-menu li li li.current_page_item > a  {
	color: @white;
	font-weight: 400;
}

/*/ Navigation */



/* #Content
================================================== */

.content-holder {
	background-image: url(images/pattern.gif);
	padding-bottom: 76px;	

	@media (max-width: 767px) {
		padding-left: 20px;
		padding-right: 20px;
	}

	.home & {
		padding-bottom: 1px;

		@media (max-width: 767px) {
			padding-top: 20px;
		}
	}
}

#content {
	padding-top: 44px;
}

/* Title
---------------------------------------- */
.title{
	&-section {
		padding: 44px 0 0 0;
	}
	&-header {
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 2px;
		line-height: 1.2em;
		overflow: visible;
		margin: 0 0 13px 0;
	}
}

/* Breadcrumb
---------------------------------------- */
.breadcrumb__t {
	padding: 18px 22px;
	background-color: @white;
	.border-radius(0);
	
	li {
		font-size: 18px;
		text-shadow: none;
		letter-spacing: 1px;

		&.active {
			color: @textColor;
		}
		&.divider {
			.hide-text();
			&:after {
				content: ' / ';
				color: @textColor;
				font: 18px/@baseLineHeight @baseFontFamily;
			}
		}
		a {
			color: #ba8d4d;

			&:hover,
			&:focus,
			&:active {
				color: @linkColor;
			}
		}
	}
}
/* /Breadcrumb */

/* #Post
================================================== */
.post {
	&__holder {
		.post-header{
			.post-title{
				margin: 0 0 24px 0;
			}
		}
		.featured-thumbnail{
			&.large{
				margin: 0 0 20px 0;
			}
		}
		.post_content{
			h3 {

			}
		}
		.btn-primary {
			font-size: 14px;
			padding: 10px 17px 9px 17px;
		}
	}//post__holder
}
.post_meta {
	padding: 14px 20px 15px;
	border: none;
	font-size: @baseFontSize;
	background-color: @white;

	div[class^="post_"] {
		padding: 0 26px 0 0;
	}

	a {
		color: @textColor;

		&:hover,
		&:active,
		&:focus {
			color: #cea474;
		}
	}

	i {
		color: #cea474;
		padding: 0 2px 0 0;
	}
}

/* Share buttons */
.share-buttons {
	span, li {
		line-height: 18px;
	}	
}
/*/ Share buttons */

/* Author Page
---------------------------------------- */
.post-author {
	padding: 25px 32px 25px 20px;
	border: none;
	background-color: @white;

	&_h {
		margin: 0 0 19px 0;

		small {
			color: #cea474;
			text-transform: capitalize;
		}

		a {
			text-transform: capitalize;
		}
	}
	&_link {
		margin-top: 20px;
	}
	&_gravatar {
		margin: 6px 20px 0 0;

		@media (min-width: 1200px) {
			margin-right: 30px;
		}

		& img {
			padding: 0;
			border: none;
			background: none;
		}
	}
	.post-author_desc{
		overflow: visible;
		margin-top: 0;
	
		@media (min-width: 1200px) {
			overflow: hidden;
		}

		.post-author_link{
			font-size: 18px;
			line-height: 21px;
			letter-spacing: 1.5px;

			p {
				margin: 0;
			}

			a {
				text-transform: capitalize;
			}
		}
	}
}

/* Recent author posts */
#recent-author-posts {
	.post__holder {
		margin-bottom: 40px;
	}
}

/* Recent author comments */
#recent-author-comments {
	padding-top: 70px;

	ul {
		margin: 0;

		li {
			list-style-type: none;
			margin-bottom: 5px;
		}
	}
}

/* Related Posts */
.related-posts {

	&_h {
		font-size: 24px;
		font-weight: bold;
		line-height: 28px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin: 0 0 24px 0;
	}
		&_item {
			font-size: 18px;
			line-height: 21px;
		}
		.featured-thumbnail {
			margin: 0 0 20px 0;
		}

}
/*/ Related Posts */

/* Posts navigation
---------------------------------------- */
.pagination__posts {
	& ul {
		.box-shadow(none);

		& li {
			& a {
				border: none;
				margin: 0 0.5px;
				background: none;
				.border-radius(0px) !important;
				.transition(0.4s);

				&:hover,
				&:active,
				&:focus {
					background-color: @linkColor;
					color: @white;
				}
			}
		}
		& .active {
			span {
				border: none;
				margin: 0 0.5px;
				background-color: @linkColor;
				color: @white;
				.border-radius(0px) !important;
			}
		}
	}
}
/* /Posts navigation */

/* Zoom Icon */
.zoom-icon {
	background: rgba(0, 0, 0, .56);
}
.no-rgba .zoom-icon {
	background: url(images/black-opacity-56.png);
}
.zoom-icon:before {
	margin: -32.5px 0 0 -32.5px;
	width: 65px;
	height: 65px;
	background-color: @white;
	background-image: url(images/magnify-alt.png);
	.scale(1.2);
	.transition(inherit);
	.border-radius(50%);

	@media (max-width: 480px) {
		margin: -20px 0 0 -20px;
		width: 40px;
		height: 40px;
		background-size: contain;
	}
}
.featured-thumbnail a:hover .zoom-icon:before,
a.thumbnail:hover .zoom-icon:before,
.thumbnail__portfolio a:hover .zoom-icon:before {
	.scale(1);
}

/* Page Header */
.page-header {
	margin-top: 0;
	padding-bottom: 0;
	border: none;

	h1 {
		font-size: 24px;
		font-weight: bold;
		line-height: 28px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-top: 0;
	}
}

/* Single Pager */
.single-pager {
	padding: 0;
	border: none;

	a {
		font-size: 14px;
		text-transform: uppercase;
		background-color: @linkColor !important;
		color: @white;
		border: none !important;
		.border-radius(0px) !important; 
		.transition(0.4s);

		&:hover,
		&:active,
		&:focus {
			background-color: @linkColorHover !important;
		}
	}
}

/* Archives */
.archive_lists {
	.archive_h {
		font-size: 24px;
		font-weight: bold;
		line-height: 28px;
		text-transform: uppercase;
	}
}

/* Filterable Portfolio
---------------------------------------- */
.filter-wrapper {
	strong {
		padding: 10px 0 0 0;
		margin-right: 39px;
		font-weight: normal;
		text-transform: uppercase;
	}
}
.nav-pills {
	margin-bottom: 40px;

	li {
		margin-left: 20px;
		
		&:first-child {
			margin-left: 0;
		}

		a {
			margin: 0 !important;
			padding: 10px 17px 9px !important;
			text-transform: uppercase;
			line-height: @baseLineHeight;
			.border-radius(0px) !important;
			.transition(0.4s);

			&:hover,
			&:active,
			&:focus {
				background: @linkColor;
				color: @white;
			}
		}
	}
}
.filterable-portfolio {
	.caption__portfolio {
		padding: 19px 20px 27px 20px;
		background-color: @white;
	}

	h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 15px 0;
	}

	p {
		margin-bottom: 0;

		&.excerpt {
			margin-bottom: 19px;
		}
	}

	.btn-primary {
		font-size: 14px;
		padding: 10px 17px 9px 17px;
	}
}

/* Info */
.portfolio-meta {
	border: none;
	padding: 1em 20px;
	background-color: @white;

	i {
		color: #cea474;
	}

	a {
		&:hover,
		&:active,
		&:focus {
			color: #cea474;
		}
	}

	&-list {
		border: none;
		padding: 1em 20px;
		margin: 20px 0;
		background-color: @white;
	}
}

/* Single Portfolio */
.single-portfolio {
	.featured-thumbnail {
		&.large {
			margin-top: 0;
		}
	}
}

/*/ Content */



/* #Comments
================================================== */

/* Comment Heading */
.comments-h {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 23px 0;
}

/* Comment List */
.comment .comment-body {
	margin-bottom: 20px;
	padding: 24px 20px 27px 20px;
	border: none;
	background: @white;

	@media (max-width: 767px) {
		.extra-wrap {
			overflow: visible;
		}
	}
}
.comment.bypostauthor .comment-body {
	background: @white;
}
.comment-author {
	margin: 6px 20px 0 0;

	@media (min-width: 1200px) {
		margin-right: 30px;
	}
}
.comment-author .author {
	width: 70px;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	letter-spacing: 1.5px;
	padding-top: 15px;
}

#respond {
	h3 {
		font-size: 24px;
		font-weight: bold;
		line-height: 28px;
		text-transform: uppercase;
		letter-spacing: 2px;
	}

	form {
		.btn {
			margin-top: 7px;
		}
		.comment_submit {
			text-align: left;
		}
	}
}

/* Comment meta */
.comment-meta {
	font-size: @baseFontSize;
	padding: 10px 0 0 0;

	&-wrap {
		padding-top: 19px;
	}
}

/* Reply */
.reply {
	margin-left: 20px;
	font-size: 14px;
	text-transform: uppercase;

	@media (min-width: 1200px) {
		margin-left: 30px;
	}

	.comment-reply-link {
		font-size: 14px;
		padding: 10px 17px 9px 17px;
		background: none;
		position: relative;
		z-index: 1;

		&:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;			
			width: 100%;
			height: 100%;
			z-index: -1;
			background: @linkColor;
			.transition(0.4s);
		}

		&:hover,
		&:active,
		&:focus {
			color: @white;

			&:before {				
				background: @linkColorHover;
				
				-webkit-transform: rotateX(180deg);
			       -moz-transform: rotateX(180deg);
			        -ms-transform: rotateX(180deg);
			         -o-transform: rotateX(180deg);	
			}
		}
	}
}

/* Comment form */
#commentform {
	p.field {
		margin-bottom: 11px;
	}

	input[type="text"] {
		width: 100%;
		height: 39px;
		padding: 9px 16px;
		.box-sizing(border-box);

		@media (min-width: 1200px) {
			width: 670px;	
		}
	}

	textarea {
		padding: 9px 16px;
		min-height: 216px;
		height: 216px;
	}
}

.comment-list ul.children {
	margin: 0 0 0 40px;	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children {
		margin: 0;
	} 
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.comment-list ul.children {
		margin: 0;
	}  
}

/*/ Comments */



/* #Widgets
================================================== */

#sidebar {
	padding-top: 44px;

	.widget {
		margin: 58px 0 0 0;

		&:first-child {
			margin: 0;
		}

		> h3 {
			font-size: 24px;
			font-weight: bold;
			line-height: 28px;
			text-transform: uppercase;
			margin: 0 0 19px 0;
		}

		ul {
			margin: 0;

			li {
				font-size: 18px;
				line-height: 1.2em;
				list-style-type: none;
				letter-spacing: 2px;
				margin-top: 14px;

				&:first-child {
					margin-top: 0;
				}

				&:before {
					content: '\f00c';
					font-size: 16px;
					font-family: FontAwesome;
					color: @white;
					padding-right: 10px;
				}

				a {
					&:hover,
					&:active,
					&:focus {
						color: @linkColorHover;
					}
				}
			}

			ul {
				margin: 14px 0 0 26px;
			}
		}
	}
}


/* Standard Widgets
---------------------------------------- */

/* Calendar */
#wp-calendar td {
	&#today {
		font-weight: bold;
		color: @linkColorHover;
	}
}
#wp-calendar caption {
	color: @linkColorHover;
}
#wp-calendar thead th {
	color: @linkColorHover;
}		
/*/ Calendar */


/* Custom Widgets
---------------------------------------- */

/* Social Networks
---------------------------------------- */
.social { 

	&_li {
		font-size: @baseFontSize !important;
		line-height: @baseLineHeight !important;
		margin-top: 0 !important;
		letter-spacing: 0 !important;

		&:before {
			display: none;
		}
	}
}
/* /Social Networks */

/* Flickr widget */
.flickr {

	&_li {
		margin-top: 0 !important;

		&:before {
			display: none;
		}
	}
		&_li .thumbnail {
			&:hover {
				.box-shadow(none);
			}
		}
}
/*/ Flickr widget */

/* Banners widget
---------------------------------------- */
.banners {
	margin: 58px 0 0 0;

	&:first-child {
		margin: 0;
	}
}
/*/ Banners widget */

/* Custom Recent Comments */
.comments-custom {
	
	& li {
		margin: 33px 0 0 0 !important;
		padding: 0;
		font-size: @baseFontSize !important;
		line-height: @baseLineHeight !important;
		letter-spacing: 0 !important;

		&:before {
			display: none;
		}
	}
	& li:first-child {
		margin-top: 0 !important;
	}
	.featured-thumbnail {
		margin: 0 20px 0 0;

		@media (min-width: 1200px) {
			margin-right: 30px;
		}
	}
	&_txt {
		padding: 20px 0 0 0;
		border-top: none;
		margin-top: 0;
	}
		&_txt a:hover {
			text-decoration: none;
		}
	&_h_title,  &_h_author{
		margin-bottom: 0;
	}
	.meta_format{
		margin-top: 0;

		time {
			display: block;
			padding-top: 15px;
		}
 	}
}
/*/ Custom Recent Comments */

/* Posts List */
.post-list {

	& li {
		padding: 0;
		margin: 14px 0 0 0 !important;
		font-size: @baseFontSize !important;
		line-height: @baseLineHeight !important;
		letter-spacing: 0 !important; 

		&:before {
			display: none;
		}
	}
	& li:first-child{
		margin-top: 0 !important;
	}
	time {
		display: block;
		margin-bottom: -2px;
	}
	.featured-thumbnail {
		margin: 6px 20px 10px 0;
		width: 85px;

		@media (min-width: 1200px) {
			margin-right: 30px;
			width: auto;
		}
	}
	&_h {
		font-size: 18px;
		line-height: 22px;
		margin: 0 0 15px 0;
	}
	& .excerpt {
		margin-bottom: 18px;
	}
}
/*/ Posts List */

/*/ Widgets */



/* #Shortcodes
================================================== */

/* Testimonials
---------------------------------------- */
.testimonials {
	margin-bottom: 64px;

	.home & {
		margin: 77px 0 0 0;

		@media (max-width: 767px) {
			margin: 30px 0 0 0;
		}
	}

	& .testi-item {
		padding: 0;
		margin: 55px 0 0 0;
		text-align: center;

		&:first-child {
			margin-top: 0;
		}

		& blockquote {
			padding: 0;
			font-size: 18px;
			line-height: 30px;
			background: none;
			.border-radius(0px);
			
			&:before {
				position: static;
				bottom: auto;
				display: block;
				text-align: center;
				width: 153px;
				height: 153px;
				margin: 0 auto 14px;
				border: none;
				background: @linkColor url(images/quotes.png) no-repeat 0 0;
				.border-radius(50%);
			}
			&:after {
				display: none;
			}
			& > a {
				color: @linkColor;
			}
			& > a:hover {
				color: @linkColorHover;
			}

		}//blockquote tag

		& .testi-meta {
			font-size: 18px;
			padding: 0 38px 0 38px;
			margin-top: 11px;
			position: relative;
			display: inline-block;
			vertical-align: top;

			&:before,
			&:after {
				content: '';
				width: 11px;
				height: 11px;
				background-image: url(images/icon-star.png);
				position: absolute;
				top: 6px;
			}

			&:before {
				left: 0;
			}

			&:after {
				right: 0;
			}

			.user {
				font-style: italic;
			}
		}

	}//Testimonial
}
/*/ Testimonials */

/* Posts Grid
-----------------------------------------*/
.posts-grid {

	li {
		margin-bottom: 20px;

		@media (min-width: 1200px) {
			margin-bottom: 30px;
		}
		@media (max-width: 767px) {
			text-align: center;
		}
	}

	.featured-thumbnail {

		@media (max-width: 767px) {
			float: none;
			display: inline-block;
			vertical-align: top;
		}

		img {
			max-width: none;
		}
	}
	
	&__extra {
		h5, .excerpt {
			display: none;
		}
	}

	&__team {
		li {
			margin-bottom: 27px;

			@media (max-width: 767px) {
				text-align: left;
			}

			.featured-thumbnail {
				margin-bottom: 21px;
			}
		}

		h5 {
			font-size: 18px;
			font-style: italic;
			line-height: 22px;
			margin: 0 0 15px 0;
			letter-spacing: 2px;
		}
	}

	/* Zoom Icon */
	.zoom-icon:before {
		margin: -32.5px 0 0 -32.5px;
		width: 65px;
		height: 65px;
		background-image: url(images/magnify-alt1.png);
	}
}

/* Banner
---------------------------------------- */
.banner-wrap {
	margin: 0 0 33px 0;

	& .featured-thumbnail {
		margin: 0 0 14px 0;

		& a {
			float: none;
			border: none;

			img {
				.transition(0.4s);
			}

			&:hover,
			&:active,
			&:focus {
				img {
					.scale(1.1);
				}
			}
		}

	}//featured thumbnail

	& h5 {
		font-size: 48px;
		line-height: 40px;
		margin: 0;
		color: @linkColorHover;
		text-transform: uppercase;
		font-weight: 400;
		.transition(0.4s);

		@media (min-width: 768px) and (max-width: 979px) {
			font-size: 38px;
			line-height: 36px;
		}
	}

	&:hover {
		h5 {
			color: @linkColor;
		}
	}

	&__extra {
		width: 33.33%;
		float: left;
		background-color: @white;
		padding-bottom: 13px;

		@media (max-width: 767px) {
			width: auto;
			margin: 0 auto 20px;
			float: none;
			max-width: 390px;
		}

		h5 {
			padding: 1px 32px;
			border-left: 1px solid #95806e;

			@media (min-width: 1200px) {
				padding-right: 120px;
			}
			@media (max-width: 767px) {
				border: none;
			}
		}
	}

	&__first {
		h5 {
			border-left: none;
		}
	}

}

/*/ Shortcodes */



/* #Footer
================================================== */

.footer {
	height: 411px;
	padding: 48px 0 0 0;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-image: url(images/footer-bg.jpg);
	color: @white;
	.box-sizing(border-box);

	@media (min-width: 1200px) {
		height: 410px;
	}
	@media (max-width: 767px) {
		padding-left: 20px;
		padding-right: 20px;
		height: 360px;
	}

	a {
		color: inherit;
	}
}

/* Footer navigation */
nav.footer-nav {
	float: none;
	padding-top: 18px;

	ul {
		float: none;

		@media (min-width: 768px) and (max-width: 979px) {
			text-align: left;
		}
		li {
			float: none;
			display: inline;
			vertical-align: top;
			padding: 0 15px 0 0;

			@media (min-width: 768px) and (max-width: 979px) {
				padding: 0 10px 0 0;
			}
			a {
				&:hover,
				&:active,
				&:focus {
					color: @white;
					text-decoration: underline;
				}
			}
		}
	}
}

/* Copyright */
.copyright {
	padding: 0;
}

/* Footer text */
.footer-text {
	float: none;
	font-size: 18px;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;

	a {
		&:hover,
		&:active,
		&:focus {
			color: #cea474;
			text-decoration: none;
		}
	}

	.site-name {
		font-size: 60px;
		font-weight: bold;
		line-height: 1.2em;
		text-transform: lowercase;
		letter-spacing: 5px;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 6px;

		&:hover,
		&:active,
		&:focus {
			text-decoration: none;
		}
	}
}

/* Social */
.social-nets-wrapper {
	.social {
		overflow: hidden;

		@media (max-width: 767px) {
			text-align: center;
		}

		li {
			float: left;
			margin: 0 11px 0 0;
			list-style-type: none;

			@media (max-width: 767px) {
				float: none;
				display: inline-block;
				vertical-align: top;
				margin: 0 5px 10px 5px;
			}

			a {
				.transition(0.4s);

				&:hover,
				&:active,
				&:focus {
					.opacity(50);
				}
			}
		}
	}
}

/* Phone */
.phone {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 13px 0 0 0;
	margin-bottom: 24px;

	@media (min-width: 768px) and (max-width: 979px) {
		font-size: @baseFontSize;
		margin-bottom: 15px;
	}
	@media (max-width: 767px) {
		font-size: @baseFontSize;
		text-align: center;
	}
}

/*/ Footer */


/* #Misc
================================================== */

/* Contact form */
.wpcf7-form {
	p.field {
		input {
			padding: 9px 16px;	
			height: 39px;
		}
	}
	textarea {
		padding: 9px 16px;
		line-height: @baseLineHeight;
	}
	.ajax-loader {
		margin-top: 10px;
	}
}
.wpcf7-not-valid-tip {
	border-color: #B94A48 !important;
	padding: 9px 0 9px 16px !important;
	.border-radius(0px);

	@media (min-width: 768px) and (max-width: 979px) {
		padding-left: 10px !important;
	}
}
div.wpcf7-response-output {
	border-color: #B94A48 !important;
	.border-radius(0px);
}

/* Google Map API */
.google-map-api {
	@media (max-width: 767px) {
		height: 300px;
	}
}

/* Dropcap */
.dropcap {
	overflow: visible;
	margin: 0;
	width: 60px;
	height: 60px;
	background: @linkColor;
	font-size: 24px;
	line-height: 60px;
	.border-radius(0px);

	@media (min-width: 768px) and (max-width: 979px) {
		width: 42px;
		height: 42px;
		line-height: 42px;
	}

	@media (max-width: 767px) {
		margin-right: 20px;
	}

	&:after {
		content: '';
		width: 9px;
		height: 17px;
		position: absolute;
		top: 10px;
		right: -9px;
		background-image: url(images/arrow.gif);
	}
}

/* Spacer */
.spacer {
	height: 40px;
}

/* List Styling */
.list {
	&.styled {
		> ul {
			li {
				font-size: 18px;
				margin-top: 14px;
				letter-spacing: 2px;

				&:before {
					font-size: 16px;
					color: @white;
					padding-right: 10px;
				}

				&:first-child {
					margin-top: 0;
				}
			}
		}
	}
}

/* Form Elements */
input[type="submit"],
input[type="reset"] {
	background: @linkColor !important;
	font-size: 14px;
	height: 40px;
	padding: 0 17px;	

	&:hover,
	&:focus {
		background: @linkColorHover !important;
	}
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: none;
	color: @textColor;
	padding: 9px 16px;
	.placeholder(@textColor);
	.box-shadow(none);
	.border-radius(0px);

	&:focus {
		.box-shadow(none);
	}
}

/* Top Indent */
.top-indent {
	@media (max-width: 767px) {
		padding-top: 20px;
	}
}

/* Content Box */
.content_box {
	&__clients {
		background-color: @white;
		margin:  71px 0 0 0;
		padding: 21px 0 26px 0;

		@media (min-width: 768px) and (max-width: 979px) {
			padding-left: 20px;
			padding-right: 20px;
		}
		@media (max-width: 767px) {
			padding-bottom: 6px;
		}

		&:before,
		&:after {
			display: none;
		}

		img.aligncenter {
			margin: 0 auto;
			.transition(0.4s);

			@media (max-width: 767px) {
				margin-bottom: 20px;
			}
		}

		a {
			&:hover,
			&:active,
			&:focus {
				img {
					.opacity(50);
				}
			}
		}
	}
}

/* Button */
.btn {
	.transition(0.4s);

	&-primary {
		border: none;
		text-shadow: none;
		background: none !important;
		text-transform: uppercase;
		position: relative;
		z-index: 1;
		color: @white !important;
		.box-shadow(none);
		.border-radius(0px);		

		&:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;			
			width: 100%;
			height: 100%;
			z-index: -1;
			background: @linkColor;
			.transition(0.4s);
		}
	}

	&-normal {
		font-size: 14px;
		padding: 10px 17px 9px 17px;
	}

	&:hover,
	&:active,
	&:focus {
		.transition(0.4s);

		&:before {
			background: @linkColorHover;
			
			-webkit-transform: rotateX(180deg);
		       -moz-transform: rotateX(180deg);
		        -ms-transform: rotateX(180deg);
		         -o-transform: rotateX(180deg);	
		}
	}
}

/* Thumbnail */
.thumbnail,
.featured-thumbnail {
	padding: 0;
	border: none;
	.box-shadow(none);
	.border-radius(0px);	
}

/* Title Box */
.title-box {
	margin-bottom: 32px;
	background-color: @white;

	@media (max-width: 767px) {
		margin-bottom: 20px;
	}

	&_primary {
		font-size: 24px;
		font-weight: normal;
		line-height: 1.2em;
		color: #2f2f2f;
		padding: 16px 21px 15px;
	}
}

/* Back to Top */
#back-top {
	&-wrapper {
		right: 45px;
		bottom: 303px;
	}

	a {
		width: 42px;

		&:hover {
			span {
				background-color: @linkColorHover;
				background-position: 0 -42px;
				.transition(background-position 0.4s);
			}
		}
	}
	span {
		margin-bottom: 0;
		width: 42px;
		height: 42px;
		background: @black url(images/up-arrow.png) repeat-y center center;
		.border-radius(50%);
		.transition(background-color 0.4s);
	}
}
/*// Back to Top */

/*/ Misc */


@import "bootstrap/less/variables.less";
@import "bootstrap/less/mixins.less";
@import "parallax-slider/less/parallax-slider.less";