/*
 * Theme Name: Fine
 * Theme URI: http://cyberchimps.com/fine/
 * Author: CyberChimps
 * Author URI: http://www.cyberchimps.com/
 * Description: Fine Free is a Gutenberg Compatible Responsive WordPress theme offering a fun, easy-to-use Drag & Drop system that adds amazing new functionality to your WordPress website. Featuring responsive touch friendly theme options that work well on any device, this fully SEO optimized WordPress themes has dynamic sidebar layouts and per-page dynamic templates. It is powered by WordPress, Twitter Bootstrap, HTML5, and CSS3. The theme now comes up with contact form element for the homepage. For Support - <a href="https://cyberchimps.com/forum/free/fine/"> Support forum</a> (https://cyberchimps.com/forum/free/fine/).
 * Version: 1.7
 * Tags: two-columns, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, theme-options, sticky-post, full-width-template, blog, portfolio, threaded-comments
 * Text Domain: fine
 * License: GNU General Public License version 3
 * License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
*/

/********************************************************************************************************************/
/******************************************** FONTS *****************************************************************/
/********************************************************************************************************************/

@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700|Imprima);

/********************************************************************************************************************/
/******************************************** MAIN HTML STYLES ******************************************************/
/********************************************************************************************************************/

body {
	color: #555555;
	word-wrap: break-word;
}

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

a {
	color: #cc5600;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:hover {
	color: #ba3e2e;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	color: #333333;
	font-weight: 400;
}

table .label {
	padding: 7px;
	background: none;
	text-shadow: none;
	line-height: normal;
}

tr {
	border-bottom: 1px solid #cccccc;
}

td {
	padding: 8px;
}

dt {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 26px;
	font-weight: bold;
}

dd {
	margin-bottom: 15px;
	margin-left: 26px;
}

ul, ol {
	margin: 0 0 10px 0;
}

ol, ul {
	margin-left: 21px;
	list-style-position: inside;
}

ol li, ul li {
	line-height: 1.6em;
}

pre {
	-moz-border-radius: 0;
	border-radius: 0;
}

code {
	white-space: pre-wrap;
}

header {
	margin-top: 15px;
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

/********************************************************************************************************************/
/******************************************** HEADER ****************************************************************/
/********************************************************************************************************************/

.full-width-container {
	width: 100%;
}

.full-width-container.header-full-width {
	position: relative;
	margin-bottom: 40px;
}

.full-width-container .header-image {
	min-height: 165px;
	max-height: 500px;
	width: 100%;
	border-bottom: 10px solid #484948;
}

.full-width-container .header-container {
	position: absolute;
	top: 0;
	z-index: 10000;
	width: 100%;
}

.full-width-container #header_nav_container {
	background-color: rgba(25, 26, 25, 0.95);
}

.full-width-container .header-image-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px 0;
	width: 100%;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.75);
	color: #eeeeee;
}

.full-width-container .header-image-caption {
	font-size: 20px;
}

header#cc-header .span7, header#cc-header .span5 {
	margin-left: 0;
	width: 100%;
	text-align: center;
}

/*======================================= SOCIAL ==============================================*/

header #social {
	width: 100%;

}

header #social div {
	width: 100%;
	text-align: center;
}

header #social a.symbol {
	float: none;
	width: 20px;
	height: 20px;
	font-size: 1em;
}

/*======================================= DETAILS =============================================*/

#header_nav_container .span4 {
	position: relative;
}

header#cc-header.row-fluid {
	position: absolute;
	top: -15px;
	display: block;
	margin: 0 0 0 20px;
	padding: 50px 20px 20px;
	max-width: 100%;
	background-color: #c75500;
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	font-family: Imprima, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

header#cc-header.row-fluid .span7 a {
	color: #eeeeee;
}

h2.site-title {

}

h2.site-description {
	color: #ffffff;
	text-shadow: 2px 2px 2px rgb(156, 66, 0);
}

h2.site-title a {
	color: #ffffff;
	text-shadow: 2px 2px 2px rgb(156, 66, 0);
	word-wrap: break-word;
	font-weight: bold;
	font-size: 1.6em;
	font-size: 3vw;
}

h2.site-title a:hover {
	text-decoration: none;
	opacity: .8;
}

.contact_details {
	color: #ffffff;
	text-shadow: 2px 2px 2px rgb(156, 66, 0);
	font-size: 1.5em;
}

header#cc-header .span5 div.blog-description p {
	color: #eeeeee;
	font-size: 1.1em;
}

/*======================================= SEARCH ===============================================*/

header #search #searchform {
	float: none;
}

header #search #searchform .search-query {
	position: relative;
	z-index: 1;
	/*  -webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;*/
	margin-bottom: 0;
	padding: 0 8px;
	font-weight: normal;
	font-size: 11px;
	font-family: "Noto Sans", Helvetica, Arial, sans-serif;
	line-height: 2em;
}

/*==================================== MEDIA QUERIES ===========================================*/

@media (max-width: 979px) {

	header#cc-header.row-fluid {
		padding: 20px 20px 20px;
	}

	.full-width-container #header_nav_container {
		padding: 10px;
		background: rgba(0, 0, 0, 0.7)
	}

	#header_nav_container .span3, #header_nav_container .span9 {
		margin-left: 0;
		width: 100%;
	}

	#cc-header {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.full-width-container.header-full-width {
		position: relative;
		padding: 0px 0px 0;
	}

	.full-width-container .header-image {
		border-bottom: none;
	}

	.full-width-container .header-container {
		position: static;
	}

	.full-width-container #header_nav_container {
		background: #333333;
	}

	#header_nav_container .span4 {
		position: absolute;
		top: 0;
		left: 0;
		width: 31.914893617021278%;
	}

	h2.site-title {
		font-size: 1em;
	}

	h2.site-title a{
		font-size: 1.2em;
		font-size: 5vw;
	}
	h2.site-title{
		line-height: 30px;
	}

	header#cc-header.row-fluid {
		padding: 30px 10px 10px;
	}

	.container #wrapper {
		position: static;
		margin: 0;
	}

	#navigation .main-navigation.navbar {
		margin-left: 0;
	}

	.main-navigation .navbar-inner .nav {
		margin-left: 0;
	}
}

@media (max-width: 480px) {

	header#cc-header.row-fluid {
		position: static;
		display: block;
		margin: 0px;
		padding: 5px 20px 20px;
		box-sizing: border-box;
	}

	h2.site-title a{
		font-size: 1em;
		font-size: 6vw;
	}
	h2.site-title{
		line-height: 20px;
	}
	#header_nav_container .span4 {
		padding: 0 20px;
		width: 100%;
	}
	#social {
		margin-top: 7px;
	}
}

/********************************************************************************************************************/
/******************************************** MENU ******************************************************************/
/********************************************************************************************************************/
@media( min-width: 768px ){
	#navigation {
	    margin-left: -35px;
	}
}

.main-navigation.navbar {
	margin-bottom: 0;
	margin-left: 30px;
}

.main-navigation .navbar-inner {
	padding: 0;
	border: none;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	background: transparent;
	/*z-index: 1000;
	position: relative;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: none;
}

.main-navigation .nav {
	margin-left: 40px;
	width: 100%;
}

.main-navigation .nav > li {
	margin: 0;
}

.main-navigation .nav > li > a {
	padding: 50px 20px 15px;
	background: none;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: none;
}

.main-navigation .nav > li > a:hover {
	background-color: #c75400;
	color: #ffffff;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > li.current-menu-ancestor, .navbar .nav > li.current_page_item {
	position: relative;
	background-color: #c75400;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	text-decoration: none;
}

.main-navigation .nav li ul li ul {
	margin-left: 0;
	list-style: none;
}

.main-navigation .nav li ul li ul li a {
	padding-left: 24px;
}

.main-navigation .nav li ul li ul li ul li a {
	padding-left: 30px;
}

.main-navigation .nav li.dropdown:hover ul.dropdown-menu {
	display: block;
	margin-top: 0;
}

.main-navigation .nav li ul li a:hover {
	background: none;
	color: #c75400;
}

.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	outline: 0;
	background-color: transparent;
	background-image: none;
	color: #c75400;
	text-decoration: none;
	filter: none;
}

#navigation #searchform {
	margin-right: 15px;
}

.current-menu-ancestor.dropdown {
	background-color: transparent;
}

.navbar .nav > li.current-menu-ancestor > a {
	color: #ffffff;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret, .navbar .nav li.dropdown > a:hover .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

@media (max-width: 979px) {
	.navbar .btn-navbar {
		border-color: #d03c29 #d03c29 #ba3e2e;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		background: repeat-x #c75400;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2513c', endColorstr='#d03c29', GradientType=0);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	}

	.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active {
		background: #a64701;
	}

	.nav-collapse .nav > li > a {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
		font-weight: normal;
	}

	.nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
		background: none;
		color: #c75400;
	}

	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav > .current-page-ancestor > a, .navbar .nav > .current-menu-ancestor > a, .navbar .nav > li.current_page_item {
		background: none;
		color: #c75400;
	}

	.nav-collapse .nav > li > ul li a {
		color: #ffffff;
	}

	.nav-collapse .dropdown .caret {
		display: none;
	}

	.nav-collapse .dropdown-menu {
		display: block;
	}

	.nav-collapse .dropdown-menu .active > a {
		background-image: none;
		color: #c75400;
	}
}

h4.menu-description {
	margin: 0px;
	color: #bbbbbb;
	font-style: italic;
	font-size: 13px;
}

/********************************************************************************************************************/
/******************************************** MAIN CONTENT **********************************************************/
/********************************************************************************************************************/

.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

#wrapper {
	position: relative;
	z-index: 5;
	margin: -60px 0 40px;
	background: #ffffff;
}

article.page {
	margin-bottom: 40px;
	padding: 0px;
	background: #ffffff;
}

article.post, article.attachment {
	margin-bottom: 0px;
	padding: 30px 0 10px;
}

.entry-content {
	margin: 0 0 15px;
}

.page-header {
	margin-top: 0;
	padding: 0;
	border: none;
}

.featured-image {
	float: left;
	margin-top: 4px;
	margin-bottom: 20px;
	width: 100%;
}

.featured-image img {
	width: 100%;
}

/*==================================== POST AND PAGE CONTENT ===========================================*/

article {
	margin-right: 20px;
	margin-left: 20px;
}

.entry-header {
	margin-top: 0;
}

.entry-summary {
	margin: 10px 0;
}

.postformats {
	float: right;
	margin-top: 12px;
}

blockquote {
	margin: 20px 10px;
	padding: 3px;
	background-color: #cccccc;
}

blockquote p {
	margin: 10px;
}

blockquote cite {
	font-size: 0.9em;
}

blockquote cite:before {
	position: relative;
	top: -2px;
	margin: 0 5px;
	content: ' ̶ ';
}

.page-links {
	clear: both;
}

.more-content {
	margin-bottom: 15px;
	padding: 10px;
}

.more-content a {
	color: #333333;
	font-weight: bold;
}

.more-content a:hover {
	text-decoration: none;
}

.more-content span.more-arrow {
	color: #888888;
}

.previous-post {
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.next-post {
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: right;
}

/*==================================== TAXONOMY ========================================================*/

h2.entry-title {
	margin: 13px 0 -3px;
	padding: 0;
	text-shadow: none;
	font: 36px/1.3em;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

h2.entry-title a {
	color: #cc5700;
}

h2.entry-title a:hover {
	background: #eeeeee;
	color: #cc5700;
	text-decoration: none;
}

article.post p, article.page p {
	font-size: 1.0em;
	line-height: 1.7em;
}

/*==================================== IMAGES ==========================================================*/

.alignnone {
	display: block;
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto
}

img.size-full {
	max-width: 100%;
	height: auto;
}

.wp-caption {
	padding: 15px 3px 10px;
	max-width: 96%;
	border: 1px solid #f0f0f0; /* Image does not overflow the content area */
	background: #ffffff;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	max-width: 95%;
	width: auto;
	height: auto;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

.caption_title {
	font-size: 16px;
}

.gallery-pagination {
	margin: 20px 0;
}

.gallery-pagination .previous-image a {
	float: left;
}

.gallery-pagination .next-image a {
	float: right;
}

/*==================================== META ============================================================*/

.entry-meta {
	margin-top: 0;
	margin-bottom: 5px;
	color: #cc8f00;
	text-transform: uppercase;
	font: 0.85em "Noto Sans", Helvetica, Arial, sans-serif;
}

.entry-meta a {
	color: #cc8f00;
}

.entry-meta a:hover {
	color: #aaaaaa;
}

footer.entry-meta {
	clear: both;
	padding: 5px;
	background-color: #f1f1f1;
	color: #999999;
	text-transform: none;
	font: .9em Imprima, Helvetica, Arial, sans-serif;
}

footer.entry-meta a {
	color: #b1b1b1;
}

.edit-link {
	margin-bottom: 10px;
}

.edit-link a.post-edit-link {
	padding: 2px 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #888888;
	color: #ffffff;
}

.edit-link a:visited {
	color: #ffffff;
}

.edit-link a:hover {
	color: #cccccc;
	text-decoration: none;
}

.cyberchimps_article_share {
	float: right;
}

/*==================================== COMMENTS ========================================================*/

.page #wrapper #comments {
	background: #ffffff;
}

.comments-area {
	margin-bottom: 40px;
	padding: 0;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

label[for="comment"] {
	display: block;
}

#comments h3#reply-title {
}

ol.commentlist {
	list-style: none;
}

ol.commentlist p {
	clear: left;
	margin-left: 8px;
}

ol.commentlist li.comment {
	padding: 10px;
}

ol.commentlist li.comment div.vcard cite.fn {
	font-style: normal;
}

ol.commentlist li.comment div.vcard img.avatar {
	margin: 0 10px 10px 10px;
}

ol.commentlist li.comment div.comment-meta {
	font-size: 11px;
}

ol.commentlist li.comment div.comment-meta a {
	color: #888888;
}

ol.commentlist li.comment div.reply {
	margin-left: 8px;
	font-size: 11px;
}

ol.commentlist li.comment div.reply a {
	font-weight: bold;
}

ol.commentlist li.comment ul.children {
	margin: 10px 0 0;
	list-style: none;
}

ol.commentlist li.comment ul.children li.depth-2 {
	margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-3 {
	margin: 0 0 10px 10px;
}

ol.commentlist li.comment ul.children li.depth-4 {
	margin: 0 0 10px 10px;
}

ol.commentlist li.even {
	border: 1px solid #cccccc;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fafafa;
}

ol.commentlist li.odd {
	border: 1px solid #cccccc;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
}

.comment, .trackback, .pingback {
	margin: 10px 0 10px 0;
	padding: 10px;
}

.odd {
	background: #f8f8f8;
}

#form-allowed-tags code {
	font-size: 12px;
}

#respond input, #respond textarea {
	overflow: auto;
	margin: 0 5px 5px 0;
}

#respond textarea {
	width: 97%;
	height: 150px;
}

.avatar {
	float: left;
}

/********************************************************************************************************************/
/******************************************** SIDEBAR & WIDGETS *****************************************************/
/********************************************************************************************************************/

#sidebar {
	margin-top: 60px;
}

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

	#sidebar .widget-container {
		margin: 30px 0 0;
	}
}

.page #wrapper #sidebar {
	margin-bottom: 40px;
	background: #ffffff;
}

.widget-container {
	margin: 30px 20px 0 0;
	padding: 0;
}

h3.widget-title {
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px solid #f1f2f1;
	border-bottom: 3px solid #e5e6e5;
	color: #d19200;
	font: 400 18px/1em Imprima, Helvetica, Arial, sans-serif;
}

.widget-container ul, .widget ul {
	margin-left: 0px;
}

.widget-container ul li, .widget ul li {
	list-style: none;
	font-size: 14px;
	line-height: 1.8em;
}

.widget-container ul li a {
	color: #777777;
}

table#wp-calendar {
	width: 100%;
}

table#wp-calendar th {
	font-size: 14px;
}

table#wp-calendar td {
	padding: 5px 0;
	width: 14.28571428571429%;
	text-align: center;
	font-size: 14px;
}

table#wp-calendar td {
	text-align: center;
}

.widget-container #searchform.pull-right {
	margin-right: 30px;
}

.widget-container #searchform input.input-medium {
	display: inline-block;
	float: none;
	width: 100%;
}

/*==================================== SEARCH FORM ====================================================*/

#searchform {
	margin-bottom: 5px;
}

/********************************************************************************************************************/
/******************************************** FOOTER ****************************************************************/
/********************************************************************************************************************/

section.full-width-container.footer-full-width {
	border-top: 8px solid #4c4d4c;
	background-color: rgb(50, 51, 50);
}

#footer_logo {
	position: relative;
}

#footer_logo header#cc-header.row-fluid {
	position: absolute;
	top: -15px;
	display: block;
	margin: -70px 0 0 0;
	padding: 20px 0 10px;
	max-width: 100%;
	background-color: #c75500;
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.12);
	font-family: Imprima, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

#footer_logo header#cc-header h2 {
	font-size: 24px;
	margin-right: 10px;
	margin-left: 10px;
}

#footer-widgets {
	margin: 40px 0;
}

#footer-widgets .widget-container {
	margin: 0;
	padding: 0 15px;
	border: none;
	background: none;
}

#footer-widget-container h3.widget-title {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-top: none;
	border-bottom: 1px solid #444444;
	color: #d19200;
	font-weight: 400;
}

.site-footer #copyright {
	float: right;
}

.site-footer #social {
	float: right;
	margin: 10px 0;
}

.site-footer #social a {
	margin-left: 5px;
}

@media (max-width: 767px) {
	.footer-full-width {
		margin-top: 50px;
	}

	#footer_logo.span3 {
		width: 50%;
		margin-top: -75px;
	}

	#footer_logo header#cc-header.row-fluid {
		position: static;
		margin: 0 0 20px 0;
	}

	#after_footer .container {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/********************************************************************************************************************/
/******************************************** WORDPRESS DEFAULTS ****************************************************/
/********************************************************************************************************************/

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/********************************************************************************************************************/
/******************************************** ELEMENTS **************************************************************/
/********************************************************************************************************************/

/*==================================== BOXES LIGHT ======================================================*/

#widget_boxes_container .box {
	margin-bottom: 30px;
	padding: 20px 20px 0;
	background: #ffffff;
}

#widget_boxes_container .box p {
	margin-top: 20px;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5em;
	word-break: normal;
}

#widget_boxes_container .box a {
	display: block;
	width: 100%;
	text-align: center;
}

.box-no-url {
	cursor: default;
}

img.box-image:hover {
	opacity: .8;
}

/* ==================================== PORTFOLIO ================================================== */

#portfolio_lite_section h2 {
	color: #cc5700;
	margin-bottom: 20px;
	text-align: center;
}

#portfolio_lite_section ul {
	margin-left: 0;
}

.portfolio-item img:hover {
	opacity: 0.8;
}
#portfolio_wrap{
	text-align: center;
	margin-bottom: 10px;
}
/*==================================== SLIDER ======================================================*/


/*==================================== BREADCRUMBS =================================================*/

.breadcrumbs {
	margin-bottom: 30px;
	padding: 10px 20px;
	font-size: 1.1em;
}

/*==================================== PAGINATION ==================================================*/

.pagination ul li a {
	background: #ffffff;
}

@media (max-width: 767px) {
	#pagination .container {
		margin-left: 20px;
	}
}


/* To allign custome menu(submenu) in sidebars */
#sidebar .sub-menu
{
	margin-left:5%;
}

/* To allign custome menu(submenu) in footer */
#footer-widgets .sub-menu
{
	margin-left:5%;
}


/* Contact form input width */
.contact_box input[type="text"], .contact_box input[type="email"], .contact_box textarea
{
	width:50%;
}

@media (max-width: 800px) {

	.contact_box input[type="text"], .contact_box input[type="email"], .contact_box textarea
	{
		width:80%;
	}
}

input[type="submit"], input[type="reset"], input[type="button"] {
	margin-top: 20px;
	padding: 10px 15px;
	border: 1px solid #c75500;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #c75500;
	color: #ffffff;
}



/*================== Byline Author =====================*/
.entry-meta .avatar
{
	float:none;
}

/*============= Testimonial ==========*/
.fine_main_title{
      margin-top: 80px;
      text-align: center;
      font-size: 1.8em;
  }
  ul.slides {
      margin-left: 0;
  }
  .flexslider .slides > li {
    display: block;
    -webkit-backface-visibility: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
 }
 	.slides.fine_carousel {
    max-width: 100%;
    display: inline-block;
    padding-top: 20px;
    width: auto !important;
}
#testimonial_section .fine_short_desc {
      margin-top: 80px;
}
#testimonial_section {
background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%; }
#testimonial_section .img-responsive {
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 5px solid #fff; }
#testimonial_section .flexslider {
  background: transparent;
  border: none;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0; }
#testimonial_section .fine_slider_text_img {
  color: #fff; }
  #testimonial_section .fine_slider_text_img li {
    width: auto;
    text-align: center;
}
 #testimonial_section .fine_testimonial_author {
  font-weight: 600;
  font-size: 1.125em; }
#testimonial_section .fine_testimonial_abt_author {
  font-weight: 500;
  margin-bottom: 10%; }
#testimonial_section .after_testimonial_text {
  margin: 25px auto;
  padding: 0;
  max-width: 84px;
  border: 0;
  border-top: solid 2px #cd834a;
  text-align: center;
  background: transparent; }
#testimonial_section #carousel2.flexslider {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#testimonial_section .flex-active-slide img {
  border-color: #cd834a; }
#testimonial_section .flex-active-slide .arrow-top {
  position: absolute;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e14c3d;
  border-left: 10px solid transparent;
  top: 12px;
  left: 13%; }
#testimonial_section .flex-viewport {
  text-align: center; }
testimonial_section .flexslider .slides {
  padding-bottom: 30px; }
 #testimonial_section{
    color: #fff;
    position: relative;
    font-size: 16px;
}
.fine_main_title{
	color: #fff;
    margin-top: 80px;
    text-align: center;
}
.flex-direction-nav{
    display: none;
}
	/* =============================== Contact Section  ========================== */
.contactus_wrapper{
    padding: 0 0 3% 0;
    color: #fff;
	}
.contactus_wrapper.span12
{
	padding: 0 2% 2%;
	margin: 0 auto;
}

#contact_us input[type="text"], #contact_us textarea{
    width: 96%;
    padding: 10px;
    border: none;
    border-radius: 2px;
    margin-bottom: 12px;
	}
.contact_left_sec{
    font-size: 16px;
    line-height: 1.8;
}
.fa
{
    font-size: 30px;
}
.contact_right_sec input[type="submit"]
{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #cd834a 0%, #9e663d 100%) repeat scroll 0 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    font-family: lobster,cursive;
    font-size: 17.5px;
    border: none;
    border-radius: 3px;
    padding: 15px 55px;
    margin: 2% 32%;
	}
.contact_title{
    text-align: center;
    color: #fff;
    padding-top: 20px;
    font-size: 1.8em;
}
	@media all and (max-width: 767px) {
    .contact_left_sec
    {
        text-align: center;
    }
    .contactus_wrapper.span12
    {
        padding: 20px 30px;
    }
    .contact_addr {
    padding-bottom: 10px;
    }
    .fine_testimonial_text{
    padding: 0 20px;
    }
}
/* ========================== Contact details in header  =========================== */
.contact_details{
    font-family: lobster,cursive;
    font-size: 20px;
    letter-spacing: 1px;
}
.contact_details:before{
    font-family: "FontAwesome";
    content: "\f095";
}


.entry-content ol,
.entry-content ul,
.entry-summary ol,
.entry-summary ul{
	margin-left: 2.9em;
}

.entry-content ol.wp-block-gallery,
.entry-content ul.wp-block-gallery,
.entry-summary ol.wp-block-gallery,
.entry-summary ul.wp-block-gallery {
	display: flex;
    flex-wrap: wrap;
    list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}
	audio, canvas, video {
    display: inline-block;
    width: 100%;
}
.wp-block-column p {
    padding: 0 14px;
}
wp-block-gallery .blocks-gallery-item figcaption {
        padding: 40px 0;
}

code, pre {
	font-size: .86em;
}

h1{
	font-size: 2.75em;
	line-height: 1;
}

h2{
	font-size: 2.25em;
	line-height: 1.2;
}

h3{
	font-size: 1.75em;
	line-height: 1.6;
}

h4{
	font-size: 1.25em;
	line-height: 1.14;
}

h5{
	font-size: 1em;
	line-height: 1.43;
}

h6{
	font-size: 0.85em;
	line-height: 1.68;
}


div.wp-block-cover .wp-block-cover-text{
 	position: absolute;
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
div.wp-block-cover.aligncenter {
	clear: both;
}


.has-light-gray-background-color{
	background-color: #f5f5f5;
}
.has-light-gray-color{
	color: #f5f5f5;
}

.has-gray-background-color{
	background-color: #777;
}
.has-gray-color{
	color: #777;
}

.has-black-background-color{
	background-color: #000000;
}
.has-black-color{
	color: #000000;
}

.has-blue-background-color{
	background-color: #0286cf;
}
.has-blue-color{
	color: #0286cf;
}

.has-legacy-background-color{
	background-color: #b6b6b6;
}
.has-legacy-color{
	color: #b6b6b6;
}

.has-red-background-color{
	background-color: #c80a00;
}
.has-red-color{
	color: #c80a00;
}

.has-text-background-color{
	background-color: #333333;
}
.has-text-color{
	color: #333333;
}

.has-link-background-color{
	background-color: #cc5600;
}
.has-link-color{
	color: #cc5600;
}

.has-hover-background-color{
	background-color: #ba3e2e;
}
.has-hover-color{
	color: #ba3e2e;
}

#wrapper .container-full-width:first-child{
	margin-top: 0;
}
.wp-block-gallery .blocks-gallery-item figcaption{
	padding: 40px 0px 5px;
}
