
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700|Hind:300,400,500,600,700');
@import "assets/css/bootstrap.css";
@import "assets/css/animsition.css";
@import "assets/css/font-awesome.css";
@import "assets/css/theme-icons.css";
@import "assets/css/owl.carousel.css";
@import "assets/css/magnific-popup.css";
@import "assets/css/shortcodes.css";
 
/*** Additions ****/
 
@media only screen and (max-width: 575px) {
	.non-mobile-only {
		display: none !important;
	}
	.row-about-1 {
		margin: 25px 0;
	}
	.wprt-image-box .wprt-btn {
		margin: 15px 0 0 0 !important;
	}
}

@media only screen and (min-width: 576px) and (max-width: 1049px) {
	.non-mobile-only {
		display: none !important;
	}
	.row-about-1 {
		margin: 50px 10px 20px 10px;
	}
	.wprt-image-box .wprt-btn {
		margin: 15px 0 0 0 !important;
	}
}

@media only screen and (min-width: 1050px) {
	.mobile-only {
		display: none !important;
	}
} 

.IN-widget iframe {
	margin: 0 0 3px 18px !important;
}

/* Reset Browsers
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit; }article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; }*,*:before,*:after{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; }body{background-color:#fff;line-height:1; }article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0; }caption,th,td{font-weight:normal;text-align:left; }blockquote:before,blockquote:after,q:before,q:after{content:'';content:none; }blockquote,q{quotes:none}a:focus{outline:none}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto; }select{max-width:100%}

/* General
-------------------------------------------------------------- */
body,button,input,select,textarea { 
	font-family: 'Open Sans', sans-serif; font-weight: 400; color: #646464; font-size: 14px; line-height: 1.9; background-color: #fff; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; overflow-y: auto; 	
}
img { height: auto; max-width: 100%; vertical-align: middle; -ms-interpolation-mode: bicubic }
p { margin: 0 0 24px; }
strong,b,cite { font-weight: bold; }
dfn,cite,em,i,blockquote { font-style: italic; }
blockquote { border: solid 1px #e7e7e7; padding: 0 0 0 20px; margin: 40px 0 34px 0; }
blockquote:before,
blockquote:after,
q:before,
q:after { content: ""; }
blockquote > p:last-child { margin-bottom: 0; }
blockquote cite { position: absolute; right: 0; bottom: 0; }
blockquote em,
blockquote i { font-style: normal; }

/* Elements
-------------------------------------------------------------- */
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*,
*:before,
*:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
hr { background-color: #f1f1f1; border: solid 1px #e7e7e7; height: 1px; margin-bottom: 20px; }

/* List */
ul,
ol { padding: 0; margin: 0 0 20px 20px; }
ul { list-style: disc; }
ol { list-style: decimal; }
li > ul,
li > ol { margin-bottom: 0; }
ul li,
ol li { line-height: 1.625em; padding: 0.1em 0; }
dl,
dd { margin: 0 0 20px; }
dt { font-weight: bold; }
del { filter: alpha(opacity=50); opacity: 0.5; }

/* Table */
table,
th,
td { border: 1px solid #e7e7e7; }
table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 30px; table-layout: fixed; width: 100%; }
caption, th, td { font-weight: normal; text-align: left; }
th { border-width: 0 1px 1px 0; font-weight: bold; }
td { border-width: 0 1px 1px 0; }
th,
td { padding: 8px 12px; }

/* Accessibility - 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: #f4f4f4; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/* Placeholder color */
::-webkit-input-placeholder { color: #9f9f9f; font-style: italic; }
:-moz-placeholder { color: #9f9f9f; font-style: italic; }
::-moz-placeholder { color: #9f9f9f; opacity: 1; font-style: italic; }/* Since FF19 lowers the opacity of the placeholder by default */ }
:-ms-input-placeholder { color: #9f9f9f; font-style: italic; }

/* Links */
a { color: #778891; outline: 0; text-decoration: none; -webkit-transition: all ease .238s; transition: all ease .238s; }

a:hover,
a:focus,
a:active { outline: 0; color: #282828; text-decoration: none }

/* Typography
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,.font-heading { font-family: "Hind", sans-serif; color: #282828; font-weight: 600; line-height: 1.5; margin: 0 0 8px; text-rendering: optimizeLegibility; }

h1 { font-size: 2.571em; } /* 34px */
h2 { font-size: 2em; }     /* 28px */
h3 { font-size: 1.714em; } /* 24px */
h4 { font-size: 1.429em; } /* 20px */
h5 { font-size: 1.286em; } /* 18px */
h6 { font-size: 1.143em; } /* 16px */

/* Extra classes
-------------------------------------------------------------- */
.text-center { text-align: center !important; }
.font-size-30 { font-size: 30px !important; }
.margin-top-10 { margin-top: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }

/* Clearfix */
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after, .wprt-container:before, .wprt-container:after { clear: both; display: table; line-height: 0; content: ""; }
.clearfix:after, .wprt-container:after { clear: both; }

.wprt-row { margin: 0 -10px }
.wprt-row .col { float: left; padding: 0 10px; }
.wprt-row .span_1_of_2 { width: 50% }

/* Gutter */
.wprt-row.gutter-30 { margin-left: -15px; margin-right: -15px; }
.wprt-row.gutter-30 > .col { padding-left: 15px; padding-right: 15px; }
.row.no-gutters { margin-right: 0; margin-left: 0; }
.row.no-gutters > [class*="col-"],
.container-fluid { padding-right: 0; padding-left: 0; }

/* Layout
-------------------------------------------------------------- */
.wprt-container { width: 1170px; margin: 0 auto; max-width: 90%; }
#page { background-color: #fff; }
#main-content { padding: 80px 0; }
.no-padding-content #main-content { padding: 0; }
.page-single-project #main-content { padding: 0; }

/* Overrdie for Front-Page and Pages
-------------------------------------------------------------- */
body.front-page #main-content,
body.page #main-content { padding-top: 0; padding-bottom: 0; }

/* Inner Content */
#inner-content,
#inner-sidebar { position: relative; z-index: 1; }

#inner-content:after,
#inner-sidebar:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-style: solid; border-width: 0; z-index: -1; }

/* Sidebar Right (default) */
#site-content { float: left; width: 74.358% }

/* No Sidebar */
.no-sidebar #site-content { width: 100% !important; max-width: none !important; float: none !important; }

/* Top Bar
-------------------------------------------------------------- */
#top-bar { background-color: #242424; }
#top-bar #top-bar-inner { padding:6px 0 6px 0; }
#top-bar .top-bar-inner-wrap { display: table; width: 100%; overflow: hidden; }
#top-bar .top-bar-inner-wrap .top-bar-content { display: none; width: 20%; text-align: left; vertical-align: middle; }
#top-bar .top-bar-inner-wrap .top-bar-socials { display: table-cell; width: 50%; text-align: left; vertical-align: middle; }
#top-bar .top-bar-inner-wrap .top-bar-language { display: table-cell; width: 50%; text-align: right; vertical-align: middle; }

/* Top Bar Content */
#top-bar .top-bar-content .text { color: #fff; }

/* Top Bar Socials */
#top-bar .top-bar-socials .icons a { margin-left: 10px; width: 20px; height: 20px; display: inline-block; color: #fff; font-size: 17px; }
#top-bar .top-bar-socials .icons a:hover { color: #778891; }

/* Addition: Top Bar Language */
.top-bar-language { color:lightgrey; }
.langUl { list-style-type:none; }
.langUl li { float:right; padding-left:10px; }

@media only screen and (max-width: 500px) {
	#top-bar .top-bar-socials .icons a { margin: 0 3px; width: 10px; height: 10px; display: inline-block; color: #fff; font-size: 15px; }
  .langUl li { float:right; padding-left: 3px; }
}

/* Header
-------------------------------------------------------------- */
#site-header #main-nav { display: block; }
#site-header { position: relative; }
#site-header-inner { position: relative; padding-top: 25px; padding-bottom: 25px; height: 100%; z-index: 10; background-color: rgba(255, 255, 255, 0.8); }
#site-logo { float: left; }

#site-header #site-header-inner { padding-top: 20px; padding-bottom: 45px; }
#site-header .site-navigation-wrap .inner { position: absolute; left: 50%; top: 100%; background-color: #778891; padding: 5px 25px; z-index: 99999; -webkit-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0); }

/* Logo ( original 173px x 61px ) */ 
#site-logo img { width: 207px; height: 100px; } 

/* Header Aside Content */
#site-header #header-aside { float: right; margin-top: 10px; }
#site-header .wprt-info { float: right; }
#site-header .wprt-info .info-wrap { display: table; overflow: hidden; width: 100%; }
#site-header .wprt-info .info-i,
#site-header .wprt-info .info-c { display: table-cell; text-align: left; vertical-align: middle; }
#site-header .wprt-info .info-i { width: 45px; }

#site-header .wprt-info .info-i span { position: relative; z-index: 1; color: #778891; font-size: 20px; width: 44px; height: 44px; line-height: 44px; text-align: center; display: inline-block; margin-right: 16px; }
#site-header .wprt-info .info-i span:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; border: 2px solid #778891; border-radius: 50%; background-color: transparent; }
#site-header .wprt-info .inner > div { float: left; display: block; width: 220px; position: relative; line-height: 20px; margin-left: 32px; }
#site-header .wprt-info .inner > div:first-child { margin-left: 0; }
#site-header .wprt-info .info-c > span { font-size: 20px; }

/* Menu */
#main-nav ul { margin: 0; list-style: none; }
#main-nav ul li { position: relative; padding: 0; }
#main-nav ul li a { font-size: 15px; color: #fff; font-family: 'Hind', sans-serif; font-weight: 600; display: inline-block; }
#main-nav > ul > li a:hover { color: #282828; }
#main-nav > ul > li { float: left; padding: 0 17px; margin-right: 8px; }
#main-nav > ul > li > a { line-height: 60px; position: relative; }
#main-nav > ul > li.current-menu-item:after,
#main-nav > ul > li:after { position: absolute; top: 103%; left: 0; content: ""; width: 100%; height: 3px; background: #fff; }
#main-nav > ul > li:after { width: 0; -webkit-transition: all ease .500s; transition: all ease .500s; }
#main-nav > ul > li:hover:after { width: 100%; -webkit-transition: all ease .500s; transition: all ease .500s; }

/* SubMenu */
#main-nav ul ul { position: absolute; top: 109%; left: 0; width: 220px; visibility: hidden; opacity: 0; background-color: grey; box-shadow: 0px 3px 8px 0 rgba(0,0,0,0.1); -webkit-transform: translateX(10px); transform: translateX(10px); -webkit-transition: all ease .500s; transition: all ease .500s; }
#main-nav ul ul li { padding: 13px 20px; border-top: solid 1px #333; }
#main-nav ul ul li a { color: #e3e3e3; display: block; font-size: 15px; }
#main-nav ul ul li a:hover { color: #778891; }
#main-nav ul li.menu-item-has-children > a { position: relative; padding-right: 15px; }
#main-nav ul li.menu-item-has-children > a:after { position: absolute; top: 0; right: 0; content: "\f107"; font-family: "Fontawesome"; }
#main-nav ul ul li.menu-item-has-children > a:after { content: "\f105"; top: 50%; right: 0; transform: translateY(-50%); }
#main-nav ul ul ul { position: absolute; top: 0; left: 100%; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: all ease .500s; transition: all ease .500s; }
#main-nav ul li:hover > ul { opacity: 1; visibility: visible; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: all ease .500s; transition: all ease .500s; }

/* Mobile Navigation */
#main-nav-mobi { display: block; margin: 0 auto; width: 100%; position: absolute; left: 0; top: 100%; z-index: 999999; background-color: #252525; }
#main-nav-mobi ul { display: block; list-style: none; margin: 0; padding: 0; }
#main-nav-mobi ul li { margin:0; position: relative; text-align: center; cursor: pointer; border-top: 1px solid #333; padding-top: 0; padding-bottom: 0; }
#main-nav-mobi ul > li > a { color: #fff; font-family: "Hind", sans-serif; display: inline-block; font-size: 14px; text-transform: uppercase; line-height: 50px; text-decoration: none; }
#main-nav-mobi ul > li > a:hover { color: #778891; }
#main-nav-mobi ul ul li { background-color: #292929; }
#main-nav-mobi ul ul ul li { background-color: #111; }
#main-nav-mobi ul li.menu-item-has-children .arrow { position: absolute; right: 0; text-align: center; top: 0; height: 50px; width: 50px; line-height: 50px; display: inline-block; cursor: pointer; }
#main-nav-mobi ul li.menu-item-has-children .arrow::after { width: 50px; text-align: center; font-size: 20px; position: absolute; top: 0; right: 0; content: "\f105"; font-family: "Fontawesome"; } 
#main-nav-mobi ul li.menu-item-has-children .arrow.active::after { content: "\f107"; } 

/* Mobile Button */
.mobile-button { margin-top: 23px; width: 26px; height: 16px; display: none; float: right; position: relative; background-color: transparent; cursor: pointer; -webkit-transition: all ease .238s; transition: all ease .238s; }
.mobile-button:before,
.mobile-button:after, 
.mobile-button span { background-color: #222; -webkit-transition: all ease .238s; transition: all ease .238s; }
.mobile-button:before,
.mobile-button:after { content: ''; position: absolute; top: 0; height: 3px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
.mobile-button span { position: absolute; width: 100%; height: 3px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; }
.mobile-button:before { -webkit-transform: translate3d(0,-7px,0); transform: translate3d(0,-7px,0); }
.mobile-button:after { -webkit-transform: translate3d(0,7px,0); transform: translate3d(0,7px,0); }
.mobile-button.active span { opacity: 0; }
.mobile-button.active:before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.mobile-button.active:after { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

/* Footer
-------------------------------------------------------------- */
#footer-widgets .widget { position: relative; z-index: 1; margin-top: 36px; }
#footer-widgets .widget { margin-top: 0; margin-bottom: 30px; }
#footer-widgets .widget ul { margin: 0; list-style: none; }
#footer-widgets .widget .widget-title { color: #fff; margin-bottom: 16px; font-size: 18px; text-transform: uppercase; }
#footer-widgets .widget.widget_links ul li { border: 0;}
#footer-widgets .widget.widget_links ul.col2 li { width: 50%; float: left; padding: 10px 0 10px 0; }
#footer-widgets .widget.widget_links ul.col2 li i { font-size: 16px; }
#footer-widgets .widget.widget_links ul li a { position: relative; display: inline-block; padding-left: 20px; color: #878787; }
#footer-widgets .widget.widget_links ul li.right a { margin-left: 16px; }
#footer-widgets .widget.widget_links ul li i { position: absolute; left: 0; top: 2px; }
#footer-widgets .widget.widget_links ul li a:hover { color: #778891; }
#footer .widget.widget_text { color: #878787; }
#footer { background-color: #242424; padding: 80px 0 46px 0; }

/* Bootom
-------------------------------------------------------------- */
#bottom { background-color: #1a1a1a; }
#bottom #bottom-bar-inner { padding: 35px 0; position: relative; }
#bottom .bottom-bar-inner-wrap { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); }
#bottom .copyright { text-align: center; margin: 0; }
#bottom .copyright span { margin-right: 5px; }

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top { position: fixed !important; right: 25px; bottom: -50px; display: block; line-height: 38px; text-align: center; width: 40px; height: 40px; visibility: hidden; filter: alpha(opacity=0); opacity: 0; z-index: 9999; cursor: pointer; z-index: 1; overflow: hidden; }
#scroll-top:after { content: "\f106"; font-family: "FontAwesome"; color: #fff; font-size: 20px; position: absolute; left: 0; top: 0; width: 100%; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#scroll-top:before { border-radius: 3px; content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #778891; z-index: -1; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
#scroll-top:hover:before { background-color: #585252; }
#scroll-top:hover:after { color: #fff; }
#scroll-top.show { bottom: 18px; filter: alpha(opacity=100); opacity: 1; visibility: visible; }

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
	.parallax {
		background-size: cover;
	}
}

@media only screen and (min-width: 1200px) {
	.container { width: 1200px; }
}

@media only screen and (max-width: 991px) {
	#site-header #header-aside,
	#site-header .site-navigation-wrap,
	#sidebar { display: none; }

	#site-header #site-header-inner { padding: 20px 0; }
	#site-header .mobile-button { display: block; }

	#featured-title { padding-top: 90px; padding-bottom: 100px; }
	#featured-title .featured-title-heading { font-size: 30px; }

	#site-content,
	#sidebar { width: 100% !important; max-width: none !important; float: none; }
	#inner-content { padding-left: 0 !important; padding-right: 0 !important; }

	#main-content { padding: 60px 0; }

	.hentry .post-content-single-wrap .post-content-wrap .post-content .block { margin-left: 30px; }
}

@media only screen and (max-width: 767px) {
	#footer { padding: 50px 0; }
	#footer-widgets .col .widget:last-child { margin-bottom: 40px; }
	#footer-widgets .col:last-child .widget:last-child { margin-bottom: 0px; }
	#footer-widgets .wprt-row .col { width: 100%; }
}
