/*
Theme Name: Profine
Author: DesirePress
Author URI: https://desirepress.com
Theme URI: https://desirepress.com/themes/profine
Description: Profine is a flexible, fully responsive, SEO-friendly WordPress business theme made for creative use and to promote your corporate identity to engage more clients.
Version:0.5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, featured-images, theme-options, right-sidebar, custom-logo, custom-header, custom-colors, custom-menu, full-width-template, threaded-comments, translation-ready, two-columns, portfolio, blog
Text Domain: profine
-------------------------------------------------------------- */

/* =RESET CSS
================================================================*/

*{
	margin:0;
	padding:0;
}

body{
	font-family: 'open sans';
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    overflow-wrap: break-word;
	margin:0;
	padding:0;
}

body, html{
	overflow-x:hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
iframe,
embed,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
	line-height: 1.5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-bottom: 10px;
    margin-top: 10px;
	line-height:1.15;
}

h1 {
    font-size: 35px;
}

h2 {
    color: #3d4351;
    font-size: 30px;
    font-weight: 400;
}
h3 {
    color: #3d4351;
    font-size: 24px;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    color: #3d4351;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
    background: #ffffff none repeat scroll 0 0;
    border-left: 5px solid #232731;
    color: #555555;
    font-weight: 400;
    margin-bottom: 24px;
    padding: 15px;
}

blockquote p{
	margin:0;
}


blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

q {
	quotes: "“" "”" "‘" "’";
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
	height:180px;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	padding: 7px;
}

th {
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.last-ele{
	margin:0 !important;
}

/* =TRANSITIONS/ANIMATIONS (CSS3) STYLES
================================================================*/
.tansition-css,
.main-navigation a,
#footer a,
#header .header-icons a,
.projects a.project-title,
.services .ficon,
.services .ficon i,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.comment-reply-link,
a.comment-edit-link,
.services h5 a,
#content .post-read-more a,
.btn{
	transition: all 0.2s linear 0s; 
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}


/* =FORM ELEMENTS GLOBAL STYLE
================================================================*/
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	-moz-box-sizing: border-box;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.71429;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0.57rem;
    width: 100%;
	border-radius: 3px;	
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
    border: 1px solid;
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	margin-top:10px;
	background:#ffffff none repeat scroll 0 0;
}

select{
	border: 1px solid #ddd;
    border-radius: 3px;
    padding: 9px;
    width: 100%;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}


/* =MAIN-WRAPPER
================================================================*/
.btn,#content .post-read-more a {
    border: 2px solid;
    border-radius: 40px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	padding: 15px 40px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

/* =WORDPRESS CSS
================================================================*/

.sticky {
	display: block;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text,
.gallery-caption ,
.bypostauthor  {
	font-weight: normal;
}

.alignleft {
  	float: left;
  	margin: 0px 10px 10px 0px;
}
.alignright {
  	float: right;
  	margin: 0 0 10px 10px;
}
.aligncenter {
  	display: block;
  	margin: 0px auto 10px;
}


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-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    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 {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.section-overlay{
    background-color: rgba(35, 39, 49, 0.75);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* =HEADER
================================================================*/

#header .container,
#header .container .row,
#header .container #logo,
#header .container #site-title{
	height:100%;
}

#header .header-topbar{
	padding:5px 0;
}

#header .header-nav{
	padding:25px 0;
}

#header .header-nav{
    position: relative;
    z-index: 1!important;
	background-color:#232731;
}

#header  .header-icons{
	text-align: right;
}

#header  .header-icons li{
    display: inline-block;	
}

#header .header-icons.mar-right{
	margin-right:0;
}

#header .header-icons a{
	border-radius: 1px;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	line-height: 21px;
	margin: 0 2px;
	text-align: center;
	width: 20px;
	color:#fff;
}

#header .header-icons li:first-child a{
	margin-left:0;
}

#header .header-icons li:last-child a{
	margin-right:0;
}

#header .header-icons a:hover{
	opacity:1;
}

#header .header-contact{
    color: #fff;
    font-size: 13px;
}

#header .cemail{
	margin-right:20px;
}

#header .header-contact a{
	color:#fff;
}

#header .header-contact a i{
	margin-right:7px;
	color:#fff;
}

#header .header-banner, #header .global-banner{
	background-color: transparent;
    background-position: center top;
    background-size: cover;
	position:relative;
}

#header .global-banner{
	height:160px;
}

#header .header-banner h1{
	color:#fff;
	font-size:60px;
	font-weight: 400;
	margin-top:0;
	margin-bottom: 35px;
	line-height: 1.2;
}

#header .header-banner .hero-content{
	padding:130px 0 150px;
}

.admin-bar #header .header-banner .hero-content{
	padding:115px 0 135px;
}

#header .header-banner .hero-content .intro{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 80px;
}

.global-banner .section-overlay{
	background-color: rgba(35, 39, 49, 0.5);
}

/* LOGO */
#logo {
	font-weight: normal;
	line-height: 28px;
	display:table;
	table-layout: fixed;
}

#logo #site-title{
	display:table-cell;
	vertical-align:middle;
}

#logo #site-title a {
	color: #f2481a;
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
}

#logo #site-description{
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 1.1;
	margin-top: 10px;
	opacity: 0.8;
	text-transform: uppercase;
}

#logo a {
	color: #c6ff00;
	display: block;
	text-decoration: none;
}
#logo a:hover{
	opacity:1;
}	

#logo img {max-width: 100%; }
#logo a span { display: block; }
#logo a .image { margin-bottom: 10px; }
#logo a .text { font-size: 24px; }


/* Main Navigation */

.main-navigation,
.main-navigation #main-nav,
.main-navigation   ul li,
.main-navigation ul li a{
	height:100%;
}

.main-navigation{
	padding-top:15px;
}

.main-navigation #main-nav{
	float:right;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
}
.main-navigation li {
	display:table;
	float: left;
	outline:none;
	position:relative;
}
.main-navigation li:first-child{
	border-top:0;
}
.main-navigation li:hover > ul{
	display:block;
}
.main-navigation a {
	color: #fff;
	display: table-cell;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	outline: medium none;
	padding:0 20px;
	position: relative;
	text-transform: uppercase;
	vertical-align: middle;
	opacity:.85;
	letter-spacing: 0.4px;
}

.main-navigation .menu  > li:last-child a{
	padding-right:0;
}

.main-navigation ul ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 200px;
	padding-top:40px;
}
.main-navigation ul ul ul{
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    width: 200px;
	padding-top:0px;
}

.main-navigation ul ul li{
    background: none repeat scroll 0 0 #232731;
    float: none;
    width: 100%;
	border-top: 1px dotted #2c303a;
}

.main-navigation ul ul li:first-child{
	border-top:0;
}

.main-navigation ul ul a{
    font-style: normal;
    padding: 11px 5px 11px 21px;
    text-transform: uppercase;
	color:#eee;
}


/* Mobile Main Navigation */

.main-navigation .mobmenu-toggle{
	border: 1px solid #e5e5e5;
	color: #1c97ca;
	cursor: pointer;
	display: block;
	font-size: 21px;
	height: 45px;
	line-height: 2.15;
	margin: -9px auto 0;
	outline: medium none;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 50%;
	width: 45px;
}

.main-navigation .mobile-menu-active{
	background: #232731;
	box-shadow: 0 5px 6px -4px rgba(0, 0, 0, 0.3);
	float: none !important;
	height: auto !important;
	margin-top: 58px;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 280px;
}

.main-navigation .mobile-menu-active li{
	float:none;
	width:100%;
	height:auto;
	border-top:1px dotted #2c303a;
}

.main-navigation ul.mobile-menu-active ul.sub-menu{
    display: block !important;
    left: 0;
    padding-top: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.main-navigation ul.mobile-menu-active ul.sub-menu li{
    display: block;
	float:none;
	width:100%;
	border-top:1px dotted #2c303a;
}

.main-navigation .mobile-menu-active li a{
	border:0;
	background:#232731;
	height: auto;
    padding: 12px 15px;
	display: block;
	box-sizing:border-box;
    width: 100%;
	color:#ccc;
}

.main-navigation ul.mobile-menu-active ul.sub-menu li a{
	padding-left:15px;
}

.main-navigation .mobile-menu-active li:first-child a{
	border:0;
}

.main-navigation .mobile-menu-active li:hover a{
	color:#fff;
}

.main-navigation ul.mobile-menu-active ul.sub-menu li:hover a{
	color:#fff;
}

/* = #CONTAINER + #CONTENT + #SIDEBAR
================================================================*/

.container{
	margin:0 auto;
}

#container{
	position:relative;
	padding:55px 0;
}

#container img {
    max-width: 100%;
    height: auto;
}
.entry-title{ 
	color: #333; 
}

h1.entry-title { 
    font-size: 23px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
	margin-bottom: 22px;
}

h1.entry-title:after {
    border-top: 1px solid #dcdcdc;
    content: "";
    display: block;
    margin-bottom: 0;
    margin-top: 18px;
    width: 100%;
}

h1.entry-title span{
    font-weight: 400;
}

h1.post-title {
    line-height: 30px;
    margin-bottom: 2px;
    margin-top: 5px;
}

h1.post-title a{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
}

.single h1.post-title:after {
    border-top: 1px solid #dcdcdc;
    content: "";
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.single h1.post-title  {
    color: #333;
    font-size: 23px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.single .post-thumbnail{
	margin-bottom:20px;
}

.single .post-content{
	margin-top:15px;
}

#content .inner-content{
	background: #f6f6f6 none repeat scroll 0 0;
    padding: 35px;
	border: 1px solid #eeeeee;
}

#content .inner-content .post-thumbnail{
	margin-bottom:15px;
}

#content .post-wrap{
	margin-top:40px;
}

#content .post-thumbnail img{
    box-sizing: border-box;
    padding: 0;
	width:100%;
}

#content .post-wrap .post{
	margin-top:50px;
	padding-top:50px;
	border-top:1px dotted #ccc;
}

#content .post-wrap .post:first-child{
	border:0;
	margin-top:0;
	padding-top:0;
}

#content .post .post-meta {
	font-size: 13px;
}

#content .post .post-excerpt {
	margin-top: 15px;
}

#content .post .post-meta  span{
	margin-right:10px;
}

#content .post .post-meta  span i{
	color: #888;
    margin-right: 2px;
}

#content .post .post-meta  span a,#content .post .post-meta  span{
	color:#555;
	padding: 0 3px;
}

#content .post-read-more a{
    border-width: 1px;
    float: right;
    padding:11px 20px;
	text-transform: none;
}

#content .sticky-post{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    color: #f2481a;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    padding: 6px;
    text-transform: uppercase;
}

.entry-listing .post, .entry-listing .page{
	padding:20px 0 40px;
	border-top: 1px dotted #dcdcdc;
}

.entry-listing .post:first-child, .entry-listing .page:first-child{
	padding-top:0;
	border-top:0;
}

/* =PAGINATION
================================================================*/

.pagination {
    border: 1px solid #eaeaea;
    margin-top: 30px;
    padding: 5px 10px;
}	

.pagination div{
	margin:0;
}

.pagination a{
	outline:none;
}

/* =COMMENTS
================================================================*/

h2.comments-title{
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
}

#commentsbox{
	margin-top:70px;
}

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link, a.comment-edit-link {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 17px;
  color: #686868;
  display: inline-block;
  font-size: 14px;
  line-height: 1.84615;
  padding: 3px 20px;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.comment-list .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond #reply-title {
    color: #333;
    font-size: 1.14286rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px;
}
#respond #reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
    color: #555;
    font-size: 13px;
    margin: 10px 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.71429;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
	display: none;
}

.required {
	color: red;
}

.comment-list{
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	list-style: outside none none;
	margin: 0;
	padding: 20px;
}
.comment-list em, .comment-list cite{
	font-style:normal;
}
.comment-list .comment-meta{
	margin-top:10px;
	margin-bottom: 10px;
}
.comment-list .comment-author img{
    border: 1px solid #eee;
    margin-right: 10px;
    padding: 5px;
}
.comment-list .children{
	list-style: outside none none;
    margin-left: 2em;
    margin-top: 30px
}
.comment-list li.comment {
	border-top: 1px dotted #ddd;
    margin-top: 25px;
    padding-top: 25px;
}

.comment-list li.comment:first-child{
	border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

/* =#SIDEBAR
================================================================*/
#sidebar .inner-sidebar{
	background: #f6f6f6 none repeat scroll 0 0;
	padding:35px;
	border: 1px solid #eeeeee;
}

#sidebar h3.widget-title{
	border-bottom: 1px solid #dcdcdc;
	color: #333333;
	font-size: 19px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 15px;
}
#sidebar .widget {
	margin-bottom:50px;
	list-style:none;
}
#sidebar .widget li{
	list-style: outside none none;
    margin-left: 2px;
    padding: 2px 0;
}
#sidebar .widget ul{
	margin:0;
	padding:0;
}	
#sidebar .widget ul li:before{
	content: "\f105";
	display: inline-block;
    font-family: FontAwesome;
	margin-right: 10px;
	margin-left: 2px;
	color:#aaa;
}

/* Search Form Widget */
#searchform input[type="text"]{
	float:left;
	margin:0;
	width: calc(100% - 80px);
	border-radius: 3px 0 0 3px;
}
#searchform input[type="submit"]{
	float:left;
	border-left:0;
	margin:0;
	border-radius: 0 3px 3px 0 ;
	height: 42px;
}

#sidebar #searchform input[type="text"]{
    width: calc(100% - 90px);
}

#sidebar #searchform input[type="submit"] {
	background: #fff none repeat scroll 0 0;
	border-color: #ddd;
	height: 43px;
}

/* Tag Widget */
.widget_tag_cloud a{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px !important;
    margin: 3px -1px 3px 3px;
    padding: 6px 9px;
}

/* Calender Widget */
#wp-calendar { 
	border-collapse: collapse; 
	border:1px solid #ddd; 
	width:100%; 
	border-top:none; 
}
#wp-calendar td, 
#wp-calendar th {
	text-align:center;	
	padding: 0;
}
#wp-calendar caption { 
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0;
}
#wp-calendar thead, 
#wp-calendar tfoot { 
	line-height:33px; 
	background:#eee; 
}
#wp-calendar tbody { 
	line-height:33px; 
}
#wp-calendar #prev, 
#wp-calendar #next { 
	padding:0 10px; 
	background:#eee; 
}
#wp-calendar #prev { 
	text-align:left; 
}
#wp-calendar #next { 
	text-align:right; 
}

/* =#FOOTER STYLES
================================================================*/

#footer{
    background-color: #2b313e;
    color: #fff;
}

#footer li{
	list-style:none;
}

#footer .widget{
	margin:0;
	padding-top:0;
	padding-bottom:0;
	list-style:none;
}

.footer-sidebar{
	padding: 60px 0;
}

.footer-sidebar ul{
	margin:0;
	padding:0;
}

.footer-sidebar ul li{
	padding:2px 0;
}

.footer-sidebar h3.widget-title{
    border-bottom: 1px solid #4e566c;
    color: #ddd;
    font-size: 17px;
    letter-spacing: 1px;
    padding-bottom: 15px;
	font-weight: 600;
}	

.footer-sidebar .widget a,
.footer-sidebar .widget li,
.footer-sidebar  #wp-calendar caption{
	color: #acb1b4;
	font-size:13px;
}

.footer-sidebar .widget #today a{
	color:#acb1b4;
}

.footer-sidebar #wp-calendar thead, 
.footer-sidebar #wp-calendar tfoot,
.footer-sidebar #wp-calendar #prev, 
.footer-sidebar #wp-calendar #next {
    background: none repeat scroll 0 0 #232731;
}

.footer-sidebar #wp-calendar,
.footer-sidebar #wp-calendar td, 
.footer-sidebar #wp-calendar th {
    border-color: #3c445a;
	font-size:13px;
}

.footer-sidebar #searchform input[type="text"],
.footer-sidebar #searchform input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border-color:#3c445a;
	color:#ddd;
}

.footer-sidebar #searchform input[type="submit"] {
    color: #888888;
	padding: 10px;
}

.footer-sidebar  .tagcloud{
	margin-left:-2px;
}

.footer-sidebar  .widget_tag_cloud a{
    background: transparent none repeat scroll 0 0;
    border-color: #3c445a;
}

.footer-siteinfo{
	background: #252b38 none repeat scroll 0 0;
	padding: 20px 0;
	color: #acb1b4;
	font-size:13px;
}

/* Home Template Style */

.section-padding {
    padding: 110px 0;
}

.section-title{
    color: #222835;
    font-size: 24px;
    margin-bottom: 80px;
	font-weight: 400;
	position:relative;
}

.section-title::after {
	bottom: -25px;
	content: "";
	height: 4px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 50px;
}

/* Services section style */

.services .ficon {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 50%;
    color: #ff6400;
    font-size: 36px;
    height: 96px;
    line-height: 96px;
    margin: 0 auto;
    transition: background 0.6s ease 0s;
    width: 96px;
	display:block;
}

.service-image img {
    border-radius: 100%;
    height: auto;
    width: 110px;
}

.services h5{
	 margin-top: 30px;
}

.services h5 a{
	color: #333;
	font-weight: 600;
}

.services .feature-text{
	margin-top:20px;
}

.services  .col-md-4.feature-item {
    display: inline-block;
    float: none;
	width: 33%;
}

/* Parallax Section Style */

.swag-section{
    background: rgba(0, 0, 0, 0) url("images/swag-img.jpg") no-repeat fixed center center / cover ;
    padding: 90px 0;
	position:relative;
}

.swag-section h2{
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 20px;
}

.swag-section .swag-text{
    color: #bbb;
	margin: 0 0 30px;
}

/* Projects Section Style */

.projects img{
	max-width:100%;
}

.projects a.project-title {
    color: #333333;
}

.projects  .col-md-4.project-item {
    display: inline-block;
    float: none;
	width: 33%;
}

.projects figcaption{
	margin-top:20px;
}

.projects figcaption i {
    font-size: 15px;
    margin-left: 5px;
}

.projects  a.btn{
	margin-top:25px;
}

/* 404 page / search-no-results */

.search-no-results #content #searchform input[type="text"],
.error404 #content #searchform input[type="text"]{
	width: calc(100% - 100px);
}

.search-no-results #content  #searchform input[type="submit"],
.error404 #content  #searchform input[type="submit"]{
	border:1px solid #ddd;
	border-left:0;
	background-color:#FFFFFF;
	height:43px;
}