/*
Theme Name: ConArch Child
Theme URI: http://capethemes.com/docs/con-arch
Template: conarch
Author: Dannci &amp; Themnific
Author URI: http://themnific.com/
Description: Construction &amp; Architecture WordPress theme. Online Documentation: http://capethemes.com/docs/con-arch
Tags: two-columns,three-columns,left-sidebar,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,full-width-template,microformats,post-formats,sticky-post,theme-options,translation-ready
Version: 1.0.1717507672
Updated: 2024-06-04 15:27:52

*/


/*

[Table of contents]

1. CSS Resets & Clearfix
2. Body & Default Styling
3. Headings
4. Header / #header
5. Navigation / #navigation
6. Content / #content, .post
7. Sidebar / #sidebar
8. Custom Widgets
9. Comments / #comments
10. Forms / 
11. Search / .searchform
12. Footer / #footer
13. Images & Galleries / img, .gallery
14. Social Buttons / .social-menu
15. Flex Slider / .flexslider
16. Buttons, Pagination, Ribbons & Scroll to top
17. Plugins
18. Homepage Blocks
19. Other (sticky, tagcloud, calendar, tabs, tooltips, speciable)

*/


/* 1. CSS Resets & Clearfix****************************************************************************************************************************************************************************************/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative; overflow:hidden; margin:0;}figure img{width:100%}

body{
	overflow:visible !important;
	line-height:1.7;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "\00A0";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix{
	display:block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix{
	height: 1%;
}
.clearfix {
	display: block
}
pre{
	overflow-x:scroll;
}
.wrapper{
	max-width:100%;
	overflow:hidden;
}
/* 2. Body & Default styling****************************************************************************************************************************************************************************************/
html, body {
	height: 100%;
	margin:0;
	padding:0;
}
img,.imgwrap{
	max-width:100%;
	position:relative;
	overflow: hidden;
}
ol, ul {
	list-style-position: inside;
}
ul.children{
	margin-left:15px;
	list-style-type:none;
}
.tranz,#nav,.tmnf_icon,.nav-previous a,.nav>li>a:before,.menu a{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.tranz2{
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
a,a:hover,.nav li a,.ribbon,.ribbon a{
	text-decoration:none;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
}
.rad,.sub-menu,.sidebar_item,.page-link a span,.comment-reply-link,#post-nav,input,button,textarea,.tmnf_icon,.taggs a,.post-pagination > p a,ul.social-menu li,li.special > a,.owl-nav>div{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}
.ghost{
	overflow:hidden;
}
small,.small{
	font-size:80% !important;
}
.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.cntr{
	text-align:center;
}
.p-border{
	border-style: solid;
}
.slant{
	font-weight:normal;
	font-style:italic;
}
.lower{
	text-transform: lowercase !important
}
.italic{
	font-style:italic !important
}
.fat{
	font-weight:bold !important
}
.white_text{
	color:#fff;
}
hr{
	background:#eee !important;
	border:none !important;
}
.entry p a:hover{
	color:#fff;
}
.top-fix{
	margin-top:50px;
}
.bottom-fix{
	margin-bottom:80px !important;
}
.tmnf_hide{
	display:none !important;
}
.tmnf_icon{
	position:absolute;
	top:30px;
	left:30px;
	z-index:2;
	background:rgba(0,0,0,.15);
	width:32px;
	height:32px;
	text-align:center;
	padding:9px 0;
	font-size:14px;
}
.tmnf_gradient{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 72%, rgba(0,0,0,0.75) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 72%,rgba(0,0,0,0.75) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 72%,rgba(0,0,0,0.75) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
	/* IE6-9 */
}
/* 2. Body & Default styling****************************************************************************************************************************************************************************************/
h1,h2,h3,h4,h5,h6{
	line-height:1.3;
}
h1{
	margin:15px 0;
	padding:0;
	letter-spacing:-0.03em;
}
h2{
	margin:20px 0;
	padding:0;
}
h2.widget{
	position:relative;
	overflow:hidden;
	margin:0 0 10px 0 !important;
	width:100%;
	padding:10px 0 15px 0;
	display:block;
	font-size:18px;
}
h2.widget:after{
	right:0 !important;
}
h2.widget img{
	float:left;
	margin:4px 6px 0 0;
}
.foocol h2.widget {
	margin:0 0 23px 0 !important;
	width:100%;
}
h2.archiv span.subtitle{
	font-size:18px !important;
	opacity:.9;
	padding:0 0 ;
	margin:25px 0 0 0;
	display:block;
	text-transform:none;
	font-weight:400;
	letter-spacing:normal;
	max-width:70%;
}
h2.archiv br{
	display:none;
}
h3{
	margin:25px 0 15px 0;
	padding:0;
}
h3.leading{
	margin:0 0 10px 0;
	padding:0;
}
h4{
	margin:15px 0 10px 0;
	padding:0;
}
h5,h6{
	margin:5px 0;
	padding:0;
}
h3 span span{
	opacity:.6;
	padding:0 !important;
}
h3.title{
	padding:0 0 11px 0;
	margin: 0;
	font-size:14pt;
	text-shadow:none;
}
h4.leading{
	margin:-5px 0 10px 0;
}
/* 4. Header / #header****************************************************************************************************************************************************************************************/
#topbar{
	padding:10px 0;
}
#topbar h2{
	float:left;
	font-size:11px !important;
	margin:12px 0;
	padding:0 0;
}
#topbar .social-menu{
	float:right;
	margin:0 0;
	padding:0 0;
}
#topbar .social-menu li{
	margin:0 0 0 5px;
}
#topbar .social-menu a,#topbar .social-menu span{
	font-size:11px;
}
#topbar .social-menu a:hover{
	background:none !important;
}
#header{
	padding:0 0 0 0;
	overflow: visible;
	margin:0 auto 0 auto;
	float:none;
	display:block;
	width:100%;
	z-index:10;
}
#header h1{
	display:block;
	position:relative;
	margin:0 0;
	float:none;
	max-width:100%;
	text-align:center;
}
#header img{
	margin:0 auto;
	display:block;
	float:none;
	max-width:100%;
	padding:0 0;
}
#titles{
	float:left;
	display:block;
	padding:0 35px;
	position:relative;
	z-index:99;
	text-align:center;
	margin-bottom:-30px;
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	-ms-border-radius:0 0 3px 3px;
}
#titles .logo{
	display:block;
}
.header-right {
	/*display: flex;
	display: table-cell \9;
	*/
	width: auto;
}
/* 5. Navigation / #navigation****************************************************************************************************************************************************************************************/
#navigation{
	z-index:10;
	margin:0 auto -35px auto;
	padding:0 0;
	float:right;
	position:relative;
	display: inherit;
	width:100%;
}
.nav {
	padding: 0;
	list-style: none;
	line-height: 1;
	display:block;
	z-index:99;
}
.nav a {
	position: relative;
	display: block;
	z-index: 1;
	padding: 15px 0;
	text-decoration: none;
}
.nav a i{
	margin:-3px 7px 0px 0;
	vertical-align: middle;
	font-size:20px;
}
.nav>li>a{
	display: block;
	padding:15px 0 14px 0;
	text-decoration: none;
	line-height:1;
	border-bottom:none;
	text-align:left;
	border-bottom:1px solid rgba(0,0,0,0);
}
.nav li a .menu-item-description{
	display: none;
	padding-top:6px;
	margin-bottom:-3px;
	letter-spacing:0.02em;
	font-size:11px !important;
	text-align:left;
	font-weight:400;
	opacity:.4;
}
.nav>li>a>.menu-item-description{
	display:block;
}
.nav li {
	display:block;
	position: relative;
}
.nav>li {
	margin:0;
	-webkit-backface-visibility: hidden;
}
.nav li ul {
	margin:0 0 0 0;
	padding:0 0;
	width:210px;
	position: absolute;
	z-index:9;
}
.nav li ul.sub-menu{
	-webkit-box-shadow: 0 0 7px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 7px -2px rgba(0,0,0,0.1);
	box-shadow: 0 0 7px -2px rgba(0,0,0,0.1);
	padding:6px 0 !important;
}
.nav li ul li>a {
	margin:0 20px;
	padding:11px 0px;
	border-bottom:1px dotted rgba(255,255,255,.2);
	text-align:left;
	line-height:1.5;
}
.nav li ul li>a:hover{
	opacity:.7;
}
.nav li ul li a i{
	margin-right:5px !important;
}
.nav li ul li:last-child>a{
	border-bottom:none;
}
.nav>li>ul{
	z-index:9;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.nav>li>ul:after {
	border-color: #900 transparent;
	border-style: solid;
	border-width: 0 6px 6px;
	bottom: 100%;
	content: "";
	height: 0;
	position: absolute;
	left: 18px;
	top:-5px;
	width: 0;
}
.nav>li>ul>li,.nav li ul ul li{
	width:100%;
	max-width:250px;
}
.nav li ul ul{
	margin: -50px 0 0 208px;
}
.nav>li:nth-last-child(1) ul ul{
	margin:-50px 0 0 -208px;
}
.nav li.menu-item-has-children a,.nav li.page_item_has_children a,.nav li.mega2 a {
	padding-right:20px !important;
}
.menu-item-has-children>a::after {
	position:absolute;
	content: "\2193";
	height:4px;
	width: 4px;
	top:15px;
	right:10px;
	opacity:.7;
	font-size:12px !important;
	font-weight:normal;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav li ul li.menu-item-has-children > a::after{
	right:0;
}
.nav li ul {
	position: absolute;
	left: -999em;
}
.nav li:hover, .nav li.hover {
	position: static;
}
.nav li:hover ul ul,.nav li.sfhover ul ul,.nav li:hover ul ul ul,.nav li.sfhover ul ul ul,.nav li:hover ul ul ul ul,.nav li.sfhover ul ul ul ul {
	left: -999em;
}
.nav li:hover ul,.nav li.sfhover ul,.nav li li:hover ul,.nav li li.sfhover ul,.nav li li li:hover ul,.nav li li li.sfhover ul,.nav li li li li:hover ul,.nav li li li li.sfhover ul {
	left: auto;
}
#main-nav-fix{
	float:left;
}
#main-nav{
	position:relative;
	display: inline-flex;
	margin:0 0 0 0;
	padding:0 0;
}
#main-nav>li{
	margin:0 0;
	padding:15px 20px 15px 27px;
	display: inline;
	float:left;
	text-align:center;
	position:relative;
}
#main-nav>li:before{
	position:absolute;
	top:28px;
	left:0;
	height:20px;
	width:1px;
	content:'';
	background:#fff;
	opacity:.35;
}
#top-nav{
	position:relative;
	display: inline-flex;
	margin:20px 0 20px 50px;
	padding:0 0;
	float:right;
}
#top-nav>li{
	margin:0 0;
	padding:0 0 0 0;
	display: inline;
	float:left;
}
#top-nav>li>a{
	padding:15px 20px;
	font-size:14px !important;
}
/* special */
#top-nav>li.special{
	float:right !important;
	border-left:1px solid rgba(255,255,255,0.1);
	padding-left:15px;
}
#top-nav>li.special>a{
	padding: 15px 18px 15px 18px;
}
.nav li.kill a{
	pointer-events: none;
}
/* @mobile menu***************************/
input#navtrigger{
	padding:10px;
	height:42px;
	width:42px;
	background-image: none;
	margin: 10px 0 10px 30px;
	display:none;
	position: relative;
	float:right;
	z-index:99;
	text-align:center;
	font-size:20px;
	line-height:1;
	cursor:pointer;
}
input#navtrigger:hover{
	color:#fff !important
}
[type="checkbox"]:checked ~ #navigation {
	display: block !important;
}
input[type=checkbox]{
	display: none;
}
.show-menu {
	padding:18px 10px;
	height:46px;
	width:calc(100% + 40px);
	background-image: none;
	margin: 0 -20px;
	display:none;
	position: relative;
	float:right;
	z-index:99;
	text-align:center;
	font-size:12px;
	line-height:1;
	text-transform:uppercase;
	cursor:pointer;
	font-weight:bold;
}
/* 6. Content / #content****************************************************************************************************************************************************************************************/
#core{
	padding-top:40px;
}
/* @posts: basics***************************/
.blogger {
	padding:0;
	margin:0 0;
	width:100%;
	overflow:hidden;
}
.blogger>.item{
	overflow:hidden;
	position:relative;
	margin:0 0 60px 0;
	width:100%;
	padding:0 0;
	float:left;
}
.item_inn{
	overflow:hidden;
	padding:0 0 0 40px;
	position:relative;
}
.item_inn:before{
	position:absolute;
	height:40px;
	width:1px;
	top:2px;
	left:0;
	content:'';
	display:block;
}
.item_inn:after{
	position:absolute;
	content:'';
	display:block;
	background: rgba(80%,80%,80%,.3);
	left:0;
	top:44px;
	width:1px;
	height:auto;
	bottom:0;
}
.blogger>.item h2{
	margin:-3px 0 12px 0;
}
.blogger>.item p{
	margin:0 0 25px 0;
}
.entryhead{
	position:relative;
}
.blogger>.item.has-post-thumbnail .entryhead{
	margin:0 0 40px 0;
	max-width:100%;
}
/* formats */
.blogger .format-quote{
	pointer-events:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.1+100 */
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.blogger .format-quote img,.blogger .format-quote p.teaser span,.blogger .format-quote .meta_more,.blogger .format-quote .meta,.blogger .format-quote .entryhead{
	display:none !important;
}
.blogger .format-quote .item_inn{
	padding:0 40px 40px 40px;
	margin:30px 0;
	font-style: italic;
	font-size:110%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
}
.blogger .format-quote h2{
	position:absolute;
	bottom:0;
	left:40px;
	font-size:14px !important;
	font-weight:500 !important;
	opacity:.4;
}
.single .format-quote{
	margin:80px 0;
	padding:100px 10%;
	text-align:center;
	position:relative;
	overflow:hidden;
}
/* @posts: single***************************/
.postbar{
	position:relative;
	z-index:3;
}
.page .entry{
	margin-bottom:-25px;
}
.entry p{
	margin:0 0 25px 0;
}
.entry p iframe{
	max-height:450px;
}
.fullcontent{
	margin:0 0 80px 0;
	overflow:hidden;
}
.fullcontent h1.entry-title{
	margin:0 0 20px 0;
	padding:0 0;
}
.entryfull{
	margin:0 0;
	overflow:hidden;
}
.entrywoo{
	margin:40px 60px
}
.titlewrap{
	position:absolute;
	bottom:10%;
	left:50%;
	margin:0 0 0 -580px;
	max-width:45%;
}
.entryhead .imgwrap{
	background:none;
}
.entry>ul, .entry>ol{
	margin:10px 0 30px 5px;
}
.entry ul li, .entry ol li{
	padding:4px 0;
}
.entry ul, li.comment ul {
	list-style-type: disc;
	list-style-position: inside;
}
.entry ol, li.comment ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.entry ul ul, .entry ol ul, li.comment ul ul, li.comment ol ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 15px;
}
.entry ol ol, .entry ul ol, li.comment ol ol, li.comment ul ol {
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 15px;
}
blockquote{
	border-left:2px solid rgba(102,102,102,.2);
	background:rgba(153,153,153,.05);
	padding:20px 35px !important;
	margin:25px 0 25px -40px;
	letter-spacing:0;
	font-style:italic;
}
blockquote p{
	margin:0 0 0 0 !important;
}
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{
	margin:20px 0 25px 0;
	line-height:1.4 !important;
	text-transform:none !important;
}
.entry h2:first-of-type,.entry h3:first-of-type,.entry h4:first-of-type{
	margin-top:0 !important;
}
.entry h1{
	font-size:250% !important;
}
.entry h2{
	font-size:210% !important;
}
.entry h3{
	font-size:180% !important;
}
.entry h4{
	font-size:150% !important;
}
.entry h5{
	font-size:130% !important;
}
.entry h6{
	font-size:100% !important;
}
.errorentry h5{
	margin-bottom:80px;
}
/* @posts: other***************************/
.page-header{
	position: relative;
	overflow:hidden;
	display:block;
	width:100%;
	max-height:520px;
	padding:80px 0;
	margin:0 0 0 0;
}
.archive.author .page-header{
	max-height: none;
}
.page-header h1{
	line-height:1.2;
}
.page-header img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:.3;
}
body>.postbarNone .page-header .container{
	width:680px;
}
.single-post .page-header img,.give-page .page-header img{
	opacity:.4;
}
.main-breadcrumbs{
	padding:0 0;
}
.home .main-breadcrumbs,.error404 .main-breadcrumbs,.search .main-breadcrumbs,.page-template-homepage .main-breadcrumbs{
	display:none;
}
.main-breadcrumbs span{
	padding:0 40px 0 0;
	margin:0 10px 0 0;
	position:relative;
}
.main-breadcrumbs span:after {
	position:absolute;
	height:1px;
	width:15px;
	content:'';
	display:block;
	top:48%;
	right:5px;
}
.main-breadcrumbs span:last-child:after {
	display:none;
}
.postinfo{
	overflow:hidden;
	margin:0 0 0 0;
	padding:0 0;
}
p.modified{
	margin:0 0 0 0;
	visibility:hidden;
	display:none;
}
.taggs{
	display:block;
	width:100%;
	margin:0 0 40px 0 !important;
	/*text-align:center;
	*/
}
.taggs a{
	display:block;
	padding:7px 12px;
	border-width:1px;
	border-style:solid;
	float:left;
	margin:0 8px 0 0;
	border:1px solid rgba(153,153,153,.08);
}
.postauthor {
	overflow:hidden;
	padding:10px 25px;
	float:left;
	width:100%;
	border-width:1px;
	margin:-1px 0 20px 0;
	border-radius:0 0 3px 3px;
}
#content .postauthor img.avatar{
	float:left !important;
	margin:15px 25px 10px 0 !important;
}
.authordesc{
	margin:15px 0;
	font-size:90%;
}
.authoricons a{
	font-size:15px;
	padding:0 8px;
	margin:25px 1px 10px 0;
	width:30px;
	float:none;
	text-align:center;
}
.authoricons a.hidd{
	display:none
}
#post-nav{
	float:right;
	width:100%;
	padding:0 0 0 0;
	line-height:1.4 !important;
	border-style: solid;
	border-width:1px 0;
	margin:-1px 0 0 0;
}
#post-nav img{
	float:left;
	max-width:140px;
	margin:0 0;
	opacity:.8;
	overflow:hidden;
	display:none;
}
.post-nav-image{
	max-width:30%;
	max-height:140px ;
	overflow:hidden;
	display:block;
	float:left;
	position:relative;
}
.post-nav-image i{
	position:absolute;
	top:50%;
	left:50%;
	margin:-6px 0 0 -4px;
	z-index:3;
	color:#fff;
}
#post-nav .post-next .post-nav-image{
	float:right;
}
.post-previous,.post-next{
	width:50%;
	padding:0 0 0 0 ;
	float:left;
	overflow:visible;
}
.post-previous{
	border-width:0 1px 0 0;
	margin-right:-1px;
}
.post-next{
	border-width:0 0 0 1px;
}
#post-nav .post-nav-text{
	padding:25px 0 30px 0;
	display:inline-block;
	float:left;
	width:70%;
	line-height:1.4 !important;
}
#post-nav .post-nav-text span{
	font-weight:400;
	opacity:.7;
	font-size:11px;
}
#post-nav .post-next .post-nav-text{
	text-align: right;
	float:right;
}
/* @posts: Projects***************************/
.single-wpm_project #core{
	padding-top:0;
	width:calc(100% + 40px);
	margin:20px -20px 0 -20px;
}
.single-wpm_project .crumb:nth-child(3){
	display:none;
}
.single-wpm_project .meta-single,.single-wpm_project .addtoany_share_save_container{
	display:none;
}
.single-wpm_project #comments{
	border-top: none
}
.single-wpm_project .fullcontent{
	margin-bottom:40px;
}
/* 7. sidebar / #sidebar****************************************************************************************************************************************************************************************/
.sidebar_item{
	padding:19px 39px;
	margin:0 0 40px 0;
	overflow:hidden;
	border-width:1px;
	border-style: solid;
}
/* 8. Custom Widgets****************************************************************************************************************************************************************************************/
.sidebar_item>ul{
	margin:10px 0;
	display:block;
	width:100%;
	list-style:none;
}
.sidebar_item li,.sidebar_item p{
	position:relative;
	padding:6px 0;
	overflow:hidden;
	border-top:1px solid rgba(204,204,204,.4);
}
.sidebar_item p{
	border-top:none;
}
.sidebar_item ul.children{
	margin:7px 0 -2px 15px;
	list-style-type:none;
	display:block;
	overflow:hidden;
	clear:both;
}
.sidebar_item>ul>li:first-child{
	border-top:none;
}
.sidebar_item form{
	overflow:hidden;
}
.sidebar_item select{
	margin:20px 0;
	width:100%;
	font-size:100% !important;
	clear:both;
	float:none;
}
.sidebar_item .searchform{
	margin:20px 0;
	padding:0 0;
	float:none;
	clear:both;
	overflow:hidden;
}
span.cat_nr{
	float:right;
	text-align:center;
	width:30px;
}
/* 8. Custom Widgets****************************************************************************************************************************************************************************************/
ul.lists{
	list-style:none;
	overflow:hidden;
	margin:0;
	width:106%
}
ul.lists li ul, ul.lists li ul li{
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	width:100%;
	background:none;
}
.lists li{
	padding:0 10px 0 26px;
	margin:0 3% 0 0;
	float:left;
	width:31%;
	list-style:none;
}
.rssSummary,.rss-date{
	font-style:italic;
	font-size:14px;
	line-height:1.6 !important;
	opacity:.7;
	display:block;
	text-align:left;
}
a.rsswidget{
	clear:both;
	float:none !important;
}
.sidebar_item cite{
	font-size:14px;
	line-height:1.6 !important;
	float:left;
	margin:5px 0 15px 0;
}
#recentcomments li{
	text-align:left;
}
#recentcomments li a{
	float:none;
	display:inline;
}
/* @custom menu***************************/
ul.menu{
	list-style:none;
	margin:0 0
}
ul.menu li{
	text-align:left;
	display:block;
	padding:0 0;
	border-top:1px solid rgba(204,204,204,.5);
}
ul.menu li ul{
	margin:-2px 0 0 20px
}
ul.menu li ul ul ul ul ul ul{
	margin:0 0 0 0
}
ul.menu>li:first-child{
	border-top:none;
}
ul.menu li a{
	float:none;
	padding:7px 0;
	display:block;
}
ul.menu .menu-item-description,ul.menu .menu-item-has-children > a::after{
	display:none;
}
.sidebar_item ul.menu>li>a{
	padding:7px 0 5px 0;
}
.sidebar_item ul.menu>li>a{
	border-bottom:2px solid rgba(0,0,0,0);
}
.foocol ul.menu li{
	border-top:1px solid rgba(204,204,204,.2);
}
.foocol ul.menu>li:first-child{
	border-top:none;
}
.foocol ul.menu li a{
	padding:6px 0;
}
/* @twitter***************************/
.tp_recent_tweets ul{
	margin:0 0 15px 0 !important;
}
.tp_recent_tweets ul li{
	overflow:hidden;
	padding:15px 0 15px 25px !important;
	border-top-width: 1px ;
	border-top-style: solid;
	list-style:none !important;
	margin:0 !important;
	position:relative;
	background:none !important;
	line-height:2 !important;
}
.tp_recent_tweets ul li:first-child{
	border-top:none;
}
.tp_recent_tweets ul li span a{
	/*color: #55acee;
	*/
	opacity:.9;
	font-weight:normal;
}
a.twitter_time{
	font-style:italic;
	font-size:11px;
}
.tp_recent_tweets ul li::before {
	/*color: #55acee;
	*/
	opacity:.2;
	content: "•";
	font-family: FontAwesome;
	font-size:16px !important;
	left:2px;
	position: absolute;
	top: 15px;
}
/* @ads***************************/
.ad300{
	margin:0 0 40px 0;
	overflow:hidden;
	width:100%;
}
.ad300_inn{
	width: 100%;
}
.ad300 h2.widget{
	font-size:10px !important;
	text-align:left;
	padding:0 0 4px 0;
	line-height:1;
	margin:0 0 6px 0 !important;
	width:100%;
	font-weight: normal;
	text-align:center;
}
.ad300 h2.widget:after{
	display:none !important;
}
#footer .ad300{
	border:none;
	margin:30px 0 30px 0;
	background:none !important;
}
.ad300 img{
	display:block;
	margin:0 auto 0 auto;
}
ul.ad125{
	padding:0 0 0 0 !important;
	overflow:hidden;
	width:90% !important;
	margin:0 auto 15px auto !important;
}
#footer ul.ad125{
	width:100% !important;
	margin:0 auto !important;
}
ul.ad125 li{
	float:left;
	margin:0 0 10px 0;
	width:50%;
	text-align:center;
	padding:0;
	overflow:hidden;
	list-style:none !important;
	background:none !important;
}
#footer ul.ad125 li{
	margin:0 0 5px 0;
	width:50%;
}
ul.ad125 li img{
	float:none;
	display:block;
	margin:0 auto;
	padding:0;
	overflow:hidden
}
/* featured***************************/
ul.featured {
	margin: 0 0 0 0 !important;
	overflow: hidden;
	float: left;
	list-style:none !important;
	width:100%;
}
ul.featured li{
	list-style:none !important;
	padding:0 0 !important;
	margin:0 0 !important;
	display:block;
	overflow:hidden;
}
.tab-post{
	padding:20px 0 21px 0;
	margin:0 0;
	border-style: solid;
	border-width:1px 0 0 0;
	display:block;
	overflow:hidden;
}
li:first-child .tab-post{
	border-top:none;
	padding-top:10px;
	min-height:90px
}
.tab-post h4{
	margin:12px 0 8px 0;
}
.tab-post .imgwrap {
	float:left;
	margin:0 30px 0 0;
	max-width:33%;
}
.tab-post .meta{
	float:none;
	margin:0 0;
	opacity:.5;
}
.sidebar_item .tab-post{
	border-width:0 0 0 0;
}
.sidebar_item li:first-child .tab-post{
	padding-top:20px;
}
.sidebar_item .tab-post h4{
	font-size:13px !important;
	margin:0 0;
}
.sidebar_item .tab-post h4 a{
	float:none;
	text-align:left;
}
/* 9. Comments / #comments****************************************************************************************************************************************************************************************/
#comments {
	clear: both;
	margin:20px 0 0 0;
	padding:0 0;
	overflow:hidden;
}
#comments .navigation {
	padding:20px 0;
	clear: both;
	overflow:hidden;
}
h3#comments-title,h3#reply-title {
	padding:0 0;
	margin:15px 0 20px 0;
}
.commentlist {
	list-style: none;
	margin:0 0 0 0 !important;
}
.commentlist li.comment {
	line-height:1.7;
	margin: 0 0;
	padding: 20px 0 20px 80px;
	position: relative;
	list-style:none;
}
.commentlist li.comment.parent {
	padding: 20px 0 0 80px;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body p{
	margin-bottom:15px;
	line-height:1.7;
}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top:17px;
	left:0;
}
.comment-author cite {
	line-height:1.2;
	margin:0 0 10px 0;
	overflow:hidden;
	display:block;
}
.comment-author .says {
	display:none;
}
.comment-meta {
	margin: 0 0 20px 0;
	font-size:11px;
	line-height:1;
}
.comment-meta a:link,.comment-meta a:visited {
	opacity:.6;
	text-decoration: none;
}
.comment-meta a:active,.comment-meta a:hover {
	color: #ff4b33;
}
#comments .reply{
	overflow:hidden;
	margin:10px 0 0 0;
}
#comments .reply a {
	font-size: 11px !important;
	text-transform:uppercase;
	margin: 0 0 0 0 !important;
	display:block;
	float:left;
	padding: 7px 9px;
}
.commentlist .children {
	list-style: none;
	margin:15px 0 0 0;
	;
}
.commentlist .children li {
	list-style: none;
	border: none;
}
.nopassword,.nocomments{
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid rgba(204,204,204,.3);
	margin:0 0;
	padding:0 0 20px 0;
	font-size: 13px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
.pingback .comment-meta{
	margin:0 0 20px 0;
}
#comments .pingback p {
	display: block;
	margin: 0;
}
#comments .pingback .comment-body{
	border:none;
}
#comments .pingback .url {
	display:block;
	margin:25px 0 0 0;
}
#comments .pingback .edit-link{
	float:right;
	margin-left:8px;
	opacity:.7;
}
/* Comments form***************************/
#respond {
	margin:0;
	overflow: hidden;
	position: relative;
}
.comment-form-comment{
	margin:10px 0 0 0;
}
.comment-form-author,.comment-form-email,.comment-form-url{
	width:30%;
	float:left;
	margin-right:5% !important;
}
.comment-form-url{
	margin-right:0 !important;
}
input#author,input#email,input#url{
	width:99.7% !important;
	border-width:1px;
	border-style:solid;
	background:rgba(204,204,204,.1);
}
#respond .comment-notes {
	margin-bottom:0;
	opacity:.7;
	font-size:12px;
}
.form-allowed-tags {
	display: none;
}
.children #respond {
	margin: 0 48px 0 0;
}
#comments-list #respond {
	margin:0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	margin-left:10px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
	margin-left:3px;
}
#respond label {
	font-size: 12px;
}
#respond input {
	margin:5px 0 30px 0;
	width: 96%;
}
#respond textarea {
	width: 100%;
	margin:5px 0 15px 0;
	padding:10px 1.5%;
	background:rgba(204,204,204,.1);
}
#respond .form-allowed-tags,#respond .form-allowed-tags code {
	display: none;
}
#respond .form-submit {
	margin: 0 0 0 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
	margin:0 0 0 0;
}
/* 10. Forms****************************************************************************************************************************************************************************************/
input, textarea,input checkbox,button,input radio,select, file{
	border-width:1px;
	border-style:solid;
	padding:10px 20px;
	margin:0 0 15px 0;
	line-height:1.2 !important;
}
button,input.button{
	cursor:pointer;
}
input checkbox{
	margin-right:5px;
}
select{
	max-width:100%;
	overflow:hidden;
	margin:5px 0 20px 0;
}
/* 10. Search / .searchform****************************************************************************************************************************************************************************************/
.searchform {
	position: relative;
	float: none;
	width:100%;
	margin:0 0;
}
.searchSubmit {
	position: absolute;
	height: 65px;
	width: 110px;
	border: none;
	cursor: pointer;
	margin:0;
	overflow:hidden;
	padding:4px;
	top: 0;
	right:0;
	font-size:15px !important;
	line-height:1 !important;
}
.searchform input.s {
	padding:15px 5%;
	margin:0 0 0 0;
	height:65px;
	font-style:normal;
	width:100%;
}
.sidebar_item .searchSubmit,#footer .searchSubmit,.sidebar_item .searchform input.s,#footer .searchform input.s{
	height:50px;
}
.sidebar_item .searchSubmit,#footer .searchSubmit{
	width:75px;
	padding: 10px 9px !important;
}
.search #content .searchform,.archive #content .searchform {
	margin:0 0 100px 0 ;
	width:70%;
}
.search .errorentry{
	padding:0;
}
.error-search .searchform{
	margin:60px auto 200px auto;
	width:50%;
}
.search-no-results .blogger{
	height:auto !important;
}
.error-titles h1{
	margin:80px 0 40px 0;
}
.error404 .page-header{
	max-height:700px;
}
/* 12. Footer / #footer****************************************************************************************************************************************************************************************/
.footop{
	width:100%;
	border-radius:0 3px 0 0;
	margin-bottom:-7px;
}
.footop.populated{
	margin-top:-50px;
	display:inline-block;
}
.footop-right{
	position:relative;
	float:left;
	padding:0 35px 0 10000px;
	margin-left:-10000px;
}
.footop-right:after{
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	top:0;
	left:0;
	background:rgba(255,255,255,.1)
}
.footer_text{
	float:right;
	margin:35px 40px;
}
#footer {
	width: 100%;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	position:relative;
	text-shadow:none;
	font-size:90%;
}
#footer .foocol h2{
	font-size:18px !important;
	padding:20px 0 15px 0;
	text-align:left;
	margin-bottom:14px;
	font-weight:600;
}
#footer .ghost{
	background: none !important;
}
.foocol>ul,.foocol .textwidget>ul{
	margin:0 0 20px 0;
}
#footer .foocol ul li{
	list-style:none;
	position:relative;
	padding:2px 0;
}
.foocol ul.children>li{
	padding:0 0;
}
.foocol img{
	margin:20px 0 30px 0;
}
#footer p{
	margin:0 0 15px 0;
}
#footer .searchform{
	margin-bottom:30px;
}
/*#footer input{
	background:none !important;
}
*/
.footer-logo{
	margin:0 0;
	padding:0 20px;
	border-top-style:solid;
	border-top-width:1px;
}
.footer-logo img{
	margin:30px 0;
	max-width:230px;
	float:left;
}
#footer .bottom-menu{
	float:right;
	margin:30px auto !important;
	display:block;
	text-align:center;
}
#footer .bottom-menu li{
	display: inline;
}
#footer .bottom-menu li a{
	padding:5px 5px 5px 5px;
	font-weight:normal !important;
	font-size:90%
}
#footer .bottom-menu li:first-child a{
	padding:5px 10px 5px 0;
	background:none;
}
#footer .menu-item-has-children > a::after,.bottom-menu .menu-item-has-children > a::after,.bottom-menu .mega2 > a::after{
	display:none;
}
/* 13. Images @ Galleries / img****************************************************************************************************************************************************************************************/
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
img.alignright {
	margin: 10px 1px 10px 20px !important;
	display: inline;
	float: right;
}
img.alignleft {
	margin: 10px 20px 10px 1px !important;
	display: inline;
	float: left;
}
.alignright {
	float: right;
	margin-left:7px;
}
.alignleft {
	float: left;
	margin-right:15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	text-align: center;
	padding-top: 0;
	margin-bottom:0;
	max-width:100%;
	overflow:hidden;
}
.wp-caption img {
	margin:0 auto;
	display:block;
	float:none !important;
	padding:0 0 7px 0;
	border: 0 none;
	max-width:100%;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	padding: 0 0;
	margin:0 0 4px 0;
	overflow:hidden
}
img.wp-smiley {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.postbarNone .entry img.heroimg{
	margin:30px -800px;
	max-width:1600px;
	width:1200%;
	left:50%;
	position:relative;
}
/* 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. */
}
/* @wp gallery***************************/
.attachment .headimg{
	display:none;
	visibility:hidden;
}
.wp-smiley {
	margin:0;
}
.gallery {
	margin:20px -8px !important;
	width:calc(100% + 16px) !important;
	overflow:hidden;
}
.gallery .gallery-item {
	float: left;
	margin:0 0 !important;
	text-align: center;
	width:25% !important;
	height:auto;
	overflow:hidden;
	padding:8px !important;
	background:none !important;
	border:none !important;
	clear:none !important;
	-moz-border-radius: 0;
	-khtml-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
.gallery br {
	display: inline;
	display: none;
}
.entryfull .gallery .gallery-item{
}
.gallery img {
	border:none !important;
	float:left;
}
.gallery a {
	overflow:hidden;
	float:left;
}
.gallery .gallery-caption {
	margin-left: 0;
}
.gallery dl {
	margin: 0;
}
dt.gallery-icon{
	padding:0 0 !important;
}
.gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
.gallery br+br,.gallery-caption {
	display: none;
}
/* 14. Social Buttons / .social-menu****************************************************************************************************************************************************************************************/
ul.social-menu {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin:0 0;
	float:left;
}
ul.social-menu li {
	display: inline;
	list-style-type: none;
	position: relative;
	line-height:1;
	float: left;
	margin: 0px 10px 10px 0;
	padding:0 0 0 0;
	overflow: hidden;
	text-align:center;
	-moz-transition: opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
}
ul.social-menu li:hover {
	opacity:1;
	-moz-transition: opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
}
ul.social-menu li a{
	margin: 0 0 0 0;
	position:relative;
	font-size:11px;
	height:35px;
	text-align:center;
	padding:11px 10px 10px 32px;
	float:left;
	border:none !important;
}
ul.social-menu li a:hover{
	border:1px solid rgba(255,255,255,.01)
}
ul.social-menu li a:hover{
	background-image:none;
	color:#fff;
}
ul.social-menu li a i{
	font-size:16px;
	line-height:1;
	margin:-7px 0 0 0;
	position:absolute;
	top:50%;
	left:11px;
}
ul.social-menu li span{
	line-height:1;
	display:block;
	margin-top:2px;
}
.footop ul.social-menu{
	position:relative;
	z-index:1;
}
.footop ul.social-menu li{
	margin:33px 5px 33px 0;
}
.footop ul.social-menu li a{
	padding:11px 13px 10px 22px;
	color:#fff !important;
}
.footop ul.social-menu li a i{
	margin:-8px 0 0 0;
}
.footop ul.social-menu li span,.footop ul.social-menu li.search-item{
	display:none;
}
ul.social-menu li.sprite-rss a:hover{
	background-color:#FE9900 !important;
}
ul.social-menu li.sprite-google a:hover{
	background-color:#DB4A37 !important;
}
ul.social-menu li.sprite-delicious a:hover{
	background-color:#3274D2 !important;
}
ul.social-menu li.sprite-yahoo a:hover{
	background-color:#65106E !important;
}
ul.social-menu li.sprite-stumbleupon a:hover{
	background-color:#EC4823 !important;
}
ul.social-menu li.sprite-skype a:hover{
	background-color:#00A8E9 !important;
}
ul.social-menu li.sprite-behance a:hover{
	background-color:#2D9AD2 !important;
}
ul.social-menu li.sprite-myspace a:hover{
	background-color:#003399 !important;
}
ul.social-menu li.sprite-lastfm a:hover{
	background-color:#B70736 !important;
}
ul.social-menu li.sprite-linkedin a:hover{
	background-color:#0274B3 !important;
}
ul.social-menu li.sprite-flickr a:hover{
	background-color:#F3006F !important;
}
ul.social-menu li.sprite-deviantart a:hover{
	background-color:#455548 !important;
}
ul.social-menu li.sprite-tumblr a:hover{
	background-color:#35506B !important;
}
ul.social-menu li.sprite-vimeo a:hover{
	background-color:#1BB6EC !important;
}
ul.social-menu li.sprite-youtube a:hover{
	background-color:#EC2828 !important;
}
ul.social-menu li.sprite-twitter a:hover{
	background-color:#00ABF0 !important;
}
ul.social-menu li.sprite-facebook a:hover{
	background-color:#47639E !important;
}
ul.social-menu li.sprite-pinterest a:hover{
	background-color:#CA222F !important;
}
ul.social-menu li.sprite-instagram a:hover{
	background-color:#405de6 !important;
}
ul.social-menu li.sprite-dribbble a:hover{
	background-color:#DF3E7B !important;
}
ul.social-menu li.sprite-github a:hover{
	background-color:#000 !important;
}
ul.social-menu li.sprite-px a:hover{
	background-color:#000 !important;
}
ul.social-menu li.sprite-foursquare a:hover{
	background-color:#8CC540 !important;
}
ul.social-menu li.sprite-soundcloud a:hover{
	background-color:#FE5419 !important;
}
ul.social-menu li.sprite-spotify a:hover{
	background-color:#7CC110 !important;
}
ul.social-menu li.sprite-ebay a:hover{
	background-color:#FFCB01 !important;
}
/* 15. Flex Slider / .flexslider****************************************************************************************************************************************************************************************/
/* 16. Buttons, Pagination, Ribbons & Scroll to top****************************************************************************************************************************************************************************************/
/* Buttons***************************/
a.more-link {
	display: none;
	visiblity:hidden;
}
a.read-more {
	display: block;
	visibility:visible;
}
a.mainbutton,#submit,#comments .navigation a,.tagssingle a,.contact-form .submit,.wpcf7-submit,a.comment-reply-link,.give-btn{
	line-height:1;
	padding:7px 10px;
	background: #eee;
	border:none !important;
	text-shadow:none;
	overflow:hidden;
	display:block;
	cursor:pointer;
}
a.mainbutton{
	margin:20px 0 0 0;
	padding:13px 17px;
	text-align: center;
	display:block;
	min-width:130px;
	font-size:17px !important;
	font-weight:400 !important;
	float:left;
}
a.mainbutton.tiny {
	min-width: 105px;
	padding: 6px;
}
a.morebutton{
	margin:0 0 0 0;
	display:block;
	float:none;
	line-height:1 !important;
	text-align:center;
	padding:15px 20px;
	overflow:hidden;
}
/* Meta***************************/
.meta{
	line-height:1.7;
	overflow: hidden;
	margin:11px 10px 0 0;
	float:left;
}
p.meta.author img{
	opacity:1;
	width:35px;
	border-radius:50%;
	float:left;
	margin:0 10px 0 0;
	display: inline;
}
p.meta.author span{
	display: inline-block;
	margin:8px 0;
}
.meta_more{
	float:left;
	margin:15px 0 0 0;
}
.meta_more a{
	padding:6px 15px;
	float:right;
}
.meta_full{
	float:none;
	margin:0 0 15px 0;
}
.single-post .meta_full{
	margin:13px 0 25px 0;
}
.meta_full i{
	display:inline-block;
	opacity:.4;
	margin-right:5px;
	padding:0 1px;
	width:14px;
}
.meta_full span.divider{
	margin:0 10px;
	font-weight:normal;
}
/* Pagination***************************/
.pagination{
	margin:0 0 0 0;
	float:none;
	padding:0 0 0 0;
	overflow:hidden;
	text-align:center;
}
.loop-pagination{
	margin-bottom:30px;
}
a.page-numbers {
	margin:10px 8px 50px 0;
	text-shadow:none;
}
.page-numbers {
	font-size: 16px;
	line-height:1 ;
	padding:12px 16px !important;
	border-width:1px;
	border-style:solid;
	display:inline-block;
}
.page-numbers.current {
	font-weight:bold;
	margin:0 8px 50px 0;
	color:#fff;
	text-shadow:none;
}
.dots {
	letter-spacing: 1px;
	margin:0 15px -1px 0;
}
/* Post Pagination***************************/
.post-pagination{
	display:block;
	width:100%;
	position:relative;
	padding:0 0;
	overflow:hidden;
	text-transform:uppercase;
}
.post-pagination p{
	margin:0 0;
	overflow:hidden;
	display:inline;
	float:right;
}
.post-pagination>p a{
	padding:3px 12px;
	margin:0 0 40px 4px;
	border-width:1px;
	border-style: solid;
	display:inline-block;
}
.post-pagination>p a:first-child{
}
.post-pagination>p a:last-child{
}
.page-link{
	margin:0 0 40px 0;
	display:inline-block;
	overflow:hidden;
	position:absolute;
	width:70%;
	left:0;
}
.page-link span{
	margin:0 5px 0 0;
	padding:9px 8px;
	overflow:hidden;
	display:inline-block;
	width:36px;
	line-height:1;
	text-align:center;
}
.page-link a{
}
.page-link a span{
	border-width:1px;
	border-style: solid;
}
.page .page-link {
	position:relative;
	left:auto;
	text-align:left;
	display:block;
}
.page .page-link span{
	width:auto;
	display:inline;
}
/* Scroll To Top***************************/
.scrollTo_top {
	position:fixed;
	right:54px;
	bottom:-4px;
	z-index:998;
	width:50px;
	margin:0 0 0 0;
	text-align:center;
}
.scrollTo_top a{
	display:block;
	padding:8px 0 15px 0;
}
/* 17. Plugins****************************************************************************************************************************************************************************************/
.elementor-tabs-view-vertical .elementor-tab-title{
	border-radius:3px 0 0 3px;
	padding: 30px 30px !important;
}
.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{
	border-radius:0 3px 3px 3px;
}
.elementor-tabs-view-vertical .elementor-tab-content{
	padding:35px 60px !important;
}
.no_padding.elementor-tabs-view-horizontal .elementor-tab-content,.no_padding.elementor-tabs-view-vertical .elementor-tab-content{
	padding:0 0 !important;
}
.elementor-tabs-view-vertical .elementor-tab-content p{
	margin:10px 0;
}
.elementor-tabs-view-vertical .elementor-tab-content h1,.elementor-tabs-view-vertical .elementor-tab-content h2,.elementor-tabs-view-vertical .elementor-tab-content h3,.elementor-tabs-view-vertical .elementor-tab-content h4,.elementor-tabs-view-vertical .elementor-tab-content h5{
	color:inherit !important;
}
.elementor-image-box-title{
	margin-top:0;
}
.elementor-text-editor p{
	margin:0 0 15px 0;
}
/* eleslider */
.owl-carousel.loading{
	min-height:750px;
}
.owl-carousel.loading.owl-loaded{
	min-height:100px;
}
.eleslideinside h2,.eleslideinside h3{
	line-height:1.0 !important;
	margin-bottom:25px;
}
.eleslideinside p{
	font-size:120%;
	line-height:1.7;
	margin:5px 0 25px 0;
}
.eleslideinside>span{
	margin:0 10px;
}
.eleslideinside a.su-button{
	margin:5px 25px 0 0;
}
.eleslideinside .su-button span {
	padding: 17px 25px !important;
	text-transform:uppercase;
}
.active.center .eleslideinside h2,.active.center .eleslideinside p,.active.center .eleslideinside a.su-button {
	animation-duration: 0.9s;
	animation-name: slidein;
	animation-fill-mode: both;
}
.active.center .eleslideinside p{
	animation-delay: .5s;
}
.active.center .eleslideinside a.su-button {
	animation-delay: .9s;
}
@keyframes slidein {
	from {
		transform:translateY(-20px);
		opacity:0;
	}
	to {
		opacity:1;
		transform:translateY(0);
	}
}
.su-box{
	border-width:1px !important;
}
.wrapper .su-spoiler-content {
	padding: 14px 20px;
}
.wrapper .su-spoiler-title{
	font-size:100% !important;
	padding: 15px 20px 15px 48px
}
.wrapper .su-spoiler-icon {
	left: 20px;
	top: 15px;
	font-size: 16px;
}
.wrapper .su-spoiler-style-fancy > .su-spoiler-title {
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f7f7f7;
}
.wrapper .su-spoiler-style-fancy {
	border: 1px solid #ddd;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius: 3px;
}
a.ddownload-link{
	display:block;
}
/* contact form */
.wpcf7-form p{
	width:100%;
	overflow:hidden;
	clear:both;
	margin:0 0 10px 0;
	font-size:11px;
	font-style:italic;
}
.wpcf7-form p img{
	float:left;
}
.wpcf7-form p input,.wpcf7-form p textarea{
	width: 100%;
	font-size:12px !important;
	font-style:normal;
	padding:15px 3%;
	margin:5px 0;
	overflow:hidden;
	clear:both;
}
.wpcf7-form p textarea{
	height:150px !important;
}
.wpcf7-form p.sixcol{
	float: left;
	margin-right: 6%;
	width: 47%;
	clear:none;
}
.wpcf7-form p.sixcol.last{
	margin-right: 0;
}
.wpcf7-submit.wpcf7-submit{
	font-weight:bold;
	width:70px !important;
	padding:8px !important;
	margin:0 0 0 0 !important;
}
.wpcf7-form p img{
	float:left;
}
input.wpcf7-captchar{
	width:65px !important;
	margin-top:5px;
}
span.wpcf7-not-valid-tip{
	position:relative !important;
	margin-top:5px;
}
/* awesome weather */
.awesome-weather-wrap{
	margin:0 0 40px 0;
}
/* WP Review */
.icon-rating{
	position:absolute;
	float:right;
	z-index:3;
	opacity:.8;
}
.icon-rating .wp-review-show-total {
	padding: 3px 9px !important;
}
.wp-review-point-type .review-result, .wp-review-percentage-type .review-result, .review-total-point .review-result{
	z-index:9 !important;
}
/* mail chimp */
.mc4wp-form{
	padding:0;
	margin:20px 0;
}
.mc4wp-form small{
	font-style:italic;
}
.mc4wp-form input{
	clear:both;
	margin:0 auto 15px auto;
	text-align:center;
	line-height:1 !important
}
.mc4wp-form input[type="email"]{
	width:70%;
	overflow:hidden;
	padding:14px 14px !important;
	text-align:left;
}
.mc4wp-form input[type="submit"]{
	border:none !important;
	width: 27% !important;
	cursor:pointer;
	margin: 0 0;
	padding:14px 10px !important;
	float:right;
}
.mc4wp-form p,.mc4wp-form h2,.mc4wp-form h3,.mc4wp-form h4{
	color:inherit !important;
	margin:0 0 15px 0;
	padding:0 0;
	width:100%;
	clear:both;
	overflow:hidden;
	display:block;
}
.sidebar_item .mc4wp-form{
	padding:0 0 !important;
	margin:25px 0 0 0;
}
.sidebar_item .mc4wp-form input[type="email"]{
	width:100%;
	border:1px solid rgba(0,0,0,.1);
	text-align:left;
	margin:0 0 5px 0;
}
.sidebar_item .mc4wp-form input[type="submit"]{
	width: 45% !important;
	padding:14px !important;
	margin:0 0 15px 0;
	float:left;
}
#footer .mc4wp-form{
	padding:0 0 !important;
	text-align:left;
	margin:0 0 30px 0;
	border:0;
	background:none !important;
}
#footer .mc4wp-form h2{
	margin:0;
	padding:0 0 !important;
}
/* tiled gallery */
.tiled-gallery{
	margin:0 0 40px 0 !important;
	max-width:100% !important;
}
.jp-carousel-wrap {
	font:inherit !important;
}
.jp-carousel-wrap .jp-carousel-info h2{
	color:#999 !important;
	text-align:center;
	font: 600 18px/1.25em "Open Sans",sans-serif !important;
}
.jp-carousel-close-hint span{
	position:fixed;
	right:60px;
	top:30px;
	font-size:44px !important;
}
.jp-carousel-wrap .jp-carousel-next-button span{
	background-image:url(images/btnNext.png) !important;
	background-size: 50px 50px !important;
	background-position:0 50% !important;
	opacity:1;
	width:52px
}
.jp-carousel-wrap .jp-carousel-previous-button span{
	background-image:url(images/btnPrevious.png) !important;
	background-size: 50px 50px !important;
	background-position:0 50% !important;
	opacity:1;
}
.jp-carousel-buttons,#jp-carousel-comment-form-container,#jp-carousel-comments-loading,.jp-carousel-titleanddesc{
	display:none !important;
}
.jp-carousel .selected{
	margin: 0 0 !important;
}
/* addtoany */
.addtoany_share_save_container{
	margin:40px 0 30px 0 !important;
}
.addtoany_list a span{
	-moz-border-radius:2px;
	-khtml-border-radius:2px ;
	-webkit-border-radius:2px;
	border-radius:2px !important;
	border:1px solid rgba(153,153,153,.08);
	padding:6px;
}
span.a2a_svg{
	color:#000;
}
span.a2a_svg svg path{
	fill: currentColor;
}
.addtoany_list a span{
	background: rgba(204,204,204,.1) !important
}
.page-template-homepage .addtoany_share_save_container, .flexinside-inn .addtoany_share_save_container{
	display:none;
}
.addtoany_list a, .widget .addtoany_list a{
	padding:0 6px 0 0 !important;
}
/* 18. Homepage Blocks****************************************************************************************************************************************************************************************/
.projects_page{
	margin-top:40px;
	margin-bottom:50px;
}
.layout_folio_2,.layout_folio_1{
	margin:0 -20px !important;
	width:calc(100% + 40px) !important;
}
.layout_folio_1 .project_post:last-child{
	margin-bottom:20px;
}
.project_bits{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:30px 35px 15px 35px;
}
#portfolio-filter ul{
	display:block;
	list-style:none;
	margin-bottom:12px;
}
#portfolio-filter ul li{
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:0 40px 0 0;
	position:relative;
}
#portfolio-filter ul li a{
	opacity:.9;
	display:block;
	padding:3px 0
}
#portfolio-filter ul li a.active,#portfolio-filter ul li.current-cat a{
	opacity:1;
	border-bottom:1px solid rgba(204,204,204,.3)
}
#portfolio-filter ul li:after{
	position:absolute;
	height:1px;
	width:15px;
	content:'';
	display:block;
	top:48%;
	right:5px;
}
#portfolio-filter ul li:last-child:after{
	display:none;
}
/* featured section - bottom */
.tmnf_feature{
	padding:100px 0 50px 0;
}
.tmnf_feature .feature_title p{
	text-transform:uppercase;
	font-size:12px;
}
.tmnf_feature .feature_title h2{
	font-size:40px;
	margin:20px 0 45px 0;
}
.feature_big{
	float:left;
	width:66.666%;
	padding-right:80px;
	margin:0 0 60px 0
}
.feature_big h2{
	margin:25px 0 15px 0;
}
.feature_big p.teaser{
	margin:15px 40px 0 0;
}
.feature_small{
	float:left;
	width:33.333%;
	margin:0 0 60px 0;
	padding-right:30px
}
.feature_small:nth-child(3n + 8) {
	clear:left;
}
.feature_small .entryhead{
	float:left;
	margin:7px 35px 10px 0;
}
.feature_small p.teaser{
	font-size:90%;
	line-height:1.6;
}
.feature_small .tmnf_icon{
	left:13px;
	top:13px;
}
/* 19. Other (sticky, tagcloud, calendar, tabs, tooltips, speciable)****************************************************************************************************************************************************************************************/
.blogger div.post.sticky{
	position:relative;
}
.blogger div.post.sticky{
	position:relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.1+100 */
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
}
.blogger div.post.sticky .item_inn{
	padding:30px 40px 0 40px;
}
.blogger div.has-post-thumbnail.post.sticky .item_inn{
	padding:0 40px 0 40px;
}
.blogger div.post.sticky:after{
	position:absolute;
	top:35px;
	right:40px;
	z-index:2;
	font-family:'Font Awesome 5 Free' ;
	content:"\f02e";
	font-size:30px;
	letter-spacing:0;
	line-height:1 !important;
}
.blogger div.has-post-thumbnail.post.sticky:after{
	top:30px;
	color:#fff;
}
li.bypostauthor p{
	padding-right:25px;
}
.tagcloud{
	overflow:hidden;
	margin:20px 0 20px 0;
}
.tagcloud,#serpane3{
	width:102%;
}
.tagcloud a{
	float:left;
	font-size:13px !important;
	line-height:1;
	padding:8px 9px;
	border:1px solid rgba(0, 0, 0, 0.1);
	margin:0 10px 10px 0;
}
#footer .tagcloud{
	margin:15px 0;
}
#footer .tagcloud a{
	font-size:12px !important;
	margin:0 5px 5px 0;
}
/* ratings***************************/
.icon-rating .wp-review-show-total{
	float:none;
	display:inline-block;
	padding:9px !important;
	margin:0 0 0 0;
	height:35px;
	vertical-align: top;
}
.icon-rating .review-total-star i{
	font-size:10px !important;
}
h5.review-title{
	font-size:20px !important;
}
.review-list li,.review-desc,.user-review-area,.review-title {
	padding: 15px 35px;
}
.review-wrapper,.review-title,.review-desc,.user-review-area,.review-list li{
	border-width:1px !important;
}
.review-wrapper{
	margin:40px 0 !important;
}
.bar-point .review-result, .percentage-point .review-result{
	z-index:3 !important;
}
ul.wp-review-tabs{
	margin-bottom:0 !important;
}
.sidebar_item .wp_review_tab_widget_content .tab-content li {
	padding: 5px 20px 10px;
}
.sidebar_item .wp_review_tab_widget_content .entry-title {
	font-weight: normal;
	line-height: 1.4;
	font-size:12px;
}
.sidebar_item .review-total-only.small-thumb {
	font-size: 10px;
	font-weight:bold;
	padding: 3px 5px;
	position:absolute;
	top:5px;
	left:20px;
}
.sidebar_item .wp_review_tab_widget_content .wp-review-tab-postmeta {
	font-size: 10px;
}
/* calendar widget***************************/
.widget_calendar {
	float: left;
}
#wp-calendar {
	width: 100%;
	margin:20px 0;
	font-size: 10px;
}
#wp-calendar caption {
	text-transform: uppercase;
	padding-bottom:5px;
	margin-bottom: 5px;
	text-align:left;
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	border: 1px solid rgba(153,153,153,.1);
	text-align: center;
	padding:8px 4px;
}
#wp-calendar tbody td:hover {
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	text-transform: uppercase;
	padding-top: 10px;
}
/* tables, def lists***************************/
table,dl {
	border: 1px solid rgba(153,153,153,.2);
	width: 100%;
	margin:0 0 30px 0;
	padding:0 0;
	border-collapse: collapse;
}
table td, table th {
	border-top: 1px solid rgba(153,153,153,.2);
	margin:0 0;
}
dt {
	border-top: 1px solid rgba(153,153,153,.1);
	background:rgba(153,153,153,.05);
	margin-top:0;
}
table tr:first-child th,dt:first-child{
	border-top:none;
}
table th, dt {
	font-weight: normal;
	padding:12px 12px;
	text-align: left;
	line-height: 1 !important;
	font-weight:bold;
}
.sidebar_item table th, .siedbar_item dt,.foocol table th, .foocol dt{
	padding:12px 4px;
}
table td,dd {
	padding:12px 12px;
	vertical-align: top;
	line-height: 1 !important;
}
.entry table th,.entry table td{
	padding:18px 30px;
}
.entry dt,.entry dd{
	padding:15px 30px;
}
pre{
	overflow-x:scroll;
	padding:15px 20px;
	background:rgba(204,204,204,.1);
	border:1px solid rgba(153,153,153,.2);
	font-size: 14px;
	line-height:1.4;
	margin:0 0 20px 0;
}
code{
	padding:2px 4px;
	background:rgba(204,204,204,.2);
	overflow:hidden;
	font-size: 14px;
	line-height:1;
}
/* @speciable***************************/
/* curtain search */
#curtain{
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	opacity:.0;
	height:0;
	width:100%;
	z-index:999;
	overflow:hidden;
}
#curtain.open{
	height:100%;
	opacity:1;
}
#curtain .searchform{
	max-width:40%;
	width:600px;
	height:80px;
	margin:-40px 0 0 -300px;
	float:none;
	position:absolute;
	top:40%;
	left:50%;
}
#curtain .searchform input.s{
	padding: 12px 35px !important;
	height:70px;
	background: rgba(153,153,153,0.05);
	border:1px solid rgba(153,153,153,.2);
	font-size:18px !important;
}
#curtain .searchSubmit,#curtain a.curtainclose {
	border:none !important;
	top: 0;
	right:0;
	font-size:15px !important;
	width:110px;
	height:70px
}
#curtain a.curtainclose {
	margin:-15px 0 0 340px;
	float:none;
	position:absolute;
	top:40%;
	left:50%;
}
img{
	max-width:100%;
	height:auto;
	display:block;
}
object,embed,iframe {
	max-width: 100%;
}
::selection {
	background:#FFF6A9;
	color:#222;
}
::-moz-selection {
	background:#FFF6A9;
	color:#222;
}
.upper .meta,.upper .menu>li>a,.upper .site_decription,.upper .social-menu span,.upper .head_icon .searchOpen,.upper .nav>li>a,.upper .nav-previous a,.upper .sidebar_item .tab-post h4,.upper .tptn_title,.upper .uppercase,.upper #respond .form-submit input{
	text-transform: uppercase;
}
#topbar h2,ul.social-menu li a,.lspacing .menu-item-description{
	letter-spacing:0.05em !important;
}
.lspacing .meta,.lspacing #topbar h2,.lspacing ul.social-menu li a,.lspacing .nav>li>a,.lspacing .eleslideinside .su-button span,.lspacing .owl-nav > div{
	letter-spacing:1px;
}
/* elementor related*/
.elementor-icon-box-wrapper h3{
	margin-top:0;
}
.wrapper .elementor-progress-wrapper {
	line-height: 50px;
	height:50px;
	border-radius:0;
}
.wrapper .elementor-progress-bar{
	border-radius:0;
}
.wrapper .elementor-progress-bar span{
	font-size:15px;
}
/* elementor edit mode*/
.entry .elementor-edit-mode,.elementor-editor-active .wrapper{
	padding-top:55px;
}
.elementor-editor-active .main_slider,.elementor-editor-active .main_carousel{
	display:block !important;
}
.elementor-editor-active .owl-carousel.loading{
	min-heigth:200px;
}
.elementor-editor-active .main_slider .item{
	display:none;
}
.elementor-editor-active .main_carousel .item{
	display:none;
	float:left;
	width:33.33%;
	position:relative;
}
.elementor-editor-active .main_slider .item:first-child{
	display:block !important;
}
.elementor-editor-active .main_carousel .item:nth-child(1),.elementor-editor-active .main_carousel .item:nth-child(2),.elementor-editor-active .main_carousel .item:nth-child(3){
	display:inline !important;
}
.elementor-editor-active .main_slider img{
	display:block;
	width:100% !important;
	max-width:100% !important
}
.elementor-editor-active .slideinside{
	opacity:1;
}
.dekoline,.eleslideinside h2,h3#reply-title{
	position:relative;
	display:block;
	overflow:hidden;
	padding-bottom:26px !important;
	margin-bottom:26px !important;
}
.dekoline:before,.dekoline:after,.eleslideinside h2:before,.eleslideinside h2:after,h3#reply-title:before,h3#reply-title:after{
	position:absolute;
	height:1px;
	bottom:0;
	content:'';
	display:block;
}
.dekoline:before,.eleslideinside h2:before,h3#reply-title:before{
	background:rgba(153,153,153,.7);
	left:0;
	width:40px;
}
.dekoline:after,.eleslideinside h2:after,h3#reply-title:after{
	background: rgba(80%,80%,80%,.4);
	left:42px;
	right:35%;
}
.dekoline_small{
	padding-bottom:14px !important;
	margin-bottom:11px !important;
}
.clients img{
	margin: 0 auto;
	-webkit-filter: opacity(60%) grayscale(100%) invert(100%);
	-ms-filter: opacity(60%), grayscale(100%) invert(100%);
	-moz-filter: opacity(60%) grayscale(100%) invert(100%);
	filter: opacity(60%) grayscale(100%) invert(100%);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.clients img:hover{
	-webkit-filter: opacity(100%) grayscale(0%);
	filter: opacity(100%) grayscale(0%);
}

.elementor-element-557f80a {
    margin-left: 50px !important;
}