/*
Theme Name: Tructor
Theme URI: http://themeforest.net/user/webbaku/portfolio
Author: Webbaku
Author URI: http://themeforest.net/user/webbaku/portfolio
Description: Architecture and Building Agency
Tags: architecture, build, building, construct, construction, construction agency, contractor, corporate, electrician, house renovation, laminate flooring, painter, remodeling, roofing, services
Version: 1.5.4
License: Themeforest Split Licence
License URI: https://help.market.envato.com/hc/en-us/articles/202501064-What-is-Split-Licensing-and-the-GPL-
Text Domain: webbaku
*/



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 1 - More Normalize
# 2 - General
# 3 - Typography
# 4 - Elements
# 5 - Forms and buttons
# 6 - Utility
# 7 - Clearings
# 8 - Widgets
# 9 - Header and Footer
# 10 - Media
# 11 - Posts and Pages
# 12 - Visual Composer
# 13 - General Media Query
# 14 - Accessibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
 1 - MORE NORMALIZE
--------------------------------------------------------------*/
*:focus {
	outline: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

iframe {
	border: none;
}

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

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}



/*--------------------------------------------------------------
 2 - GENERAL
--------------------------------------------------------------*/

#page {
    background: transparent;
    margin: 0 auto;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .boxed-layout #page { width: 750px;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .boxed-layout #page { width: 970px;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .boxed-layout #page { width: 1170px;}
}

@media screen and (max-width: 782px) {
    html #wpadminbar {
        z-index: 99999 !important;
        position: fixed !important;
    }
}

body {
    min-height:100%;
    position: relative;
}

/*---------------------------------------------------------------
 3 - TYPOGRAPHY
 ---------------------------------------------------------------*/
a:hover,
a:focus {
	text-decoration: none;
}

p {
	margin: 0;
}
p + p {
	--margin-top: 5px;
	margin-top: 15px;
}

address p+p {
	margin-top: 8px;
}

.filters-list .filter,
#secondary-menu a,
#primary-menu a,
.tagcloud a,
#actionbar .actionbar-field {
	font-family: 'Roboto', Arial, sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #323232;
	font-family: 'Roboto', sans-serif;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 23px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 14px
}

h6,
.h6 {
	font-size: 12px;
}

a {
	color: #ff8023;
}
a:hover,
a:focus {
	color: #e3711d;
}

hr {
	border-top-color: #d3d3d3;
}

.title-separetor,
.title-separator{
	margin-top: 0;
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
}
.title-separetor:after,
.title-separator:after {
	display:block;
	content: " ";
	background-color: #dddddd;
	height: 6px;
	width: 35px;
	border-radius: 3px;
	margin: 10px auto 0;
}

.text-white,
.text-white *{
	color: #FFF !important;
}
.text-orange,
.text-orange *{
	color: #ff8023 !important;
}

.super-icon,
.super-icon:before{
	font-size: 110px;
	color: #555;
}
.super-icon[class*="flaticon"]{
	display: block;
	margin-bottom: -30px;
}

.error404-title {
	font-size: 102px;
}


/*---------------------------------------------------------------
 4 - ELEMENTS
 ---------------------------------------------------------------*/


.parallax-wrap {
	position: relative;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.parallax-wrap:before{
	display: block;
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff8023;
	opacity: .7;
	z-index: 1;
}
.parallax-content {
	position: relative;
	padding-top: 150px;
	padding-bottom: 200px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	z-index: 10;
}

.parallax-content h1,
.parallax-content .h1,
.parallax-content h2,
.parallax-content .h2,
.parallax-content h3,
.parallax-content .h3,
.parallax-content h4,
.parallax-content .h4,
.parallax-content h5,
.parallax-content .h5,
.parallax-content h6,
.parallax-content .h6 {
	color: #FFF;
	margin-bottom: 25px;
}

.socials-list li {
	display: block;
	float: left;
}
.socials-list li a {
	display: block;
	padding: 13px 0;
	width: 40px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	height: 60px;
}

.socials-list li a:hover,
.socials-list li a:focus {
	-webkit-box-shadow: inset 0 0 40px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 40px 15px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 40px 15px rgba(0,0,0,0.2);
}

.title-bar {
	padding: 50px 0;
	border-bottom: 1px solid #d3d3d3;
}
.title-bar.without-breadcrumb {
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 20px;
}
.title-bar.border-bottom {
	border-bottom: 1px solid #d3d3d3;
}
.title-bar h1 {
	margin: 0;
	text-transform: uppercase;
	word-spacing: 6px;
	font-weight: 700;
}

#breadcrumb {
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 30px;
}
.breadcrumb {
	background-color: transparent;
	padding: 20px 0;
	margin: 0;
}
.breadcrumb > li a,
.breadcrumb > li.active{
	color: #a0a0a0;
}
.breadcrumb > li a:hover,
.breadcrumb > li a:focus{
	color: #6a6a6a;
}
.breadcrumb>li+li:before {
	content: "-";
	margin: 0 15px;
}

.filters-list .filter {
	display: block;
	float: left;
	border-right: 1px solid #424242;
	padding: 5px 20px;
	background-color: transparent;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	font-size: 12px;
}
.filters-list .filter:last-child {
	border-right: none;
}
.filters-list .filter:hover,
.filters-list .filter:focus,
.filters-list .filter.active{
	background-color: #ff8023;
}

.page-numbers {
	margin-top: 20px;
}
.page-numbers>li {
	display: block;
	float: left;
}
.page-numbers>li>a
.page-numbers>li>span{

}
.page-numbers>li>a,
.page-numbers>li>span {
	display: block;
	background: #d5d5d5;
	border: none;
	border-radius: 0 !important;
	margin-right: 10px;
	padding: 6px 12px;
}
.page-numbers>li>a:focus,
.page-numbers>li>a:hover,
.page-numbers>li>span,
.page-numbers>li>span{
	background-color: #a3a3a3;
}

.media {
	margin-top: 35px;
}
.media .media-object {
	max-width: none;
	width: 80px;
	height: 80px;
}
.media-left,
.media>.pull-left {
	padding-right: 20px;
}

.media .media-heading span.small:before {
	display: inline-block;
	content: "-";
	margin: 0 10px;
}


.team-container {
	text-align: center;
}

.team-container .member-name {
	margin: 20px auto 0;
}

.our-reviews-wrap .review-title {
	text-align: center;
	z-index: 10;
	position: relative;
	text-transform: uppercase;
	--font-size: 36px;
	margin: 50px 0 0;
	color: #fff;
}
.our-reviews-wrap .review-title.title-separetor:after, .title-separator:after {
	background-color: #fff;
}

.our-reviews-wrap:before {
	--background-color: #FF984C;
	--opacity: 1;
}

.our-reviews-wrap .parallax-content {
	padding-top: 50px;
	padding-bottom:30px;
}

.our-reviews-wrap .owl-theme .owl-controls {
	margin-top: 30px;
}

.our-reviews-wrap .owl-carousel .item img {
	width: auto;
}


.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border: 1px solid #fff;
	background-color: #f0f0f0;
	color: #555;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	background-color: #ff8023;
	color: #FFF;
	border-bottom: 0;
}
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
	background-color: #1b1b1b;
	color: #FFF;
	text-align: center;
}

.table-striped>tbody>tr:nth-of-type(even)>td {
	background-color: #fafafa;
}

.show-icon-wrap {
	height: 180px;
}

.show-icon-wrap .super-icon,
.show-icon-wrap .super-icon:before {
	font-size: 100px;
}

#wp-calendar td {
	padding: 4px 8px;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.clients-carousel-wrap.owl-theme .client-logo {
	text-align: center;
}

.clients-carousel-wrap.owl-theme .owl-controls {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	margin-top: -13px;
}

.clients-carousel-wrap.owl-theme .owl-controls .owl-prev,
.clients-carousel-wrap.owl-theme .owl-controls .owl-next {
	width: 30px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	margin: 0;
	opacity: 0.8;
}

.clients-carousel-wrap.owl-theme .owl-controls .owl-prev {
	float: left;
}
.clients-carousel-wrap.owl-theme .owl-controls .owl-next {
	float: right;
}
.clients-carousel-wrap.owl-theme .owl-controls .owl-prev:before,
.clients-carousel-wrap.owl-theme .owl-controls .owl-next:before {
	display: block;
	font-family: 'fontAwesome';
}
.clients-carousel-wrap.owl-theme .owl-controls .owl-prev:before {
	content: "\f060";
}
.clients-carousel-wrap.owl-theme .owl-controls .owl-next:before {
	content: "\f061";
}

@media screen and (min-width: 768px) {
	.our-reviews-wrap .parallax-content .item {
		padding-left: 200px;
		padding-right: 200px;
	}
}


/*---------------------------------------------------------------
 5 - FORMS AND BUTTONS
 ---------------------------------------------------------------*/
.form-control,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: none;
    margin-bottom: 15px;
    box-sizing: border-box;
    webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus{
    --border-color: #ccc;
    outline: 0;
    box-shadow: none;
}

textarea.form-control,
textarea{
    padding-top: 15px;
    padding-bottom: 20px;
    height: auto;
}

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
    padding: 10px 12px;
    border: 0;
    border-radius: 2px;
    font-weight: 500;
    /*
	-webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    */
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.btn:focus,
.btn:active,
.btn:active:focus,
button:focus,
button:active,
button:active:focus,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="reset"]:active:focus,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus{
    outline: none;
	/*
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    */
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn-orange {
    color: #FFF;
    background-color: #ff8023;
}
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {
    color: #FFF;
    background: #e3711d;
}

.btn-black {
    color: #FFF;
    background-color: #333;
}

.btn-black:active,
.btn-black:focus,
.btn-black:hover {
    color: #FFF;
    background: #000;
}

.btn-white-transparent {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #FFF;
    border-radius: 15px;
    padding: 10px 20px;
}
.btn-white-transparent:active,
.btn-white-transparent:focus,
.btn-white-transparent:hover {
    color: #FFF;
}



/*---------------------------------------------------------------
 6 - UTILITY
 ---------------------------------------------------------------*/
.facebook-bg {
	--background-color: #2c5fd3;
	background-color: #3B5999;
}
.twitter-bg {
	--background-color: #59e3f3;
	background-color: #5EA9DD;
}
.google-plus-bg {
	--background-color: #d73d32;
	background-color: #EE4E10;
}
.youtube-bg {
    background-color: #E83E31;
}
.pinterest-bg {
    background: #C61118;
}
.linkedin-bg {
     background-color: #287bbc;
 }
.dribbble-bg {
    background-color: #E85DB8;
}
.rss-bg {
	background-color: #ec9845;
}
.flickr-bg {
    background-color: #E0E0E0;
}
.instagram-bg {
    background: #B16C4F;
}


/*.boxed-layout .boxed-no-gutter,*/
.boxed-no-gutter,
.no-gutter {
	padding: 0 !important;
}

.row-no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.row-no-gutter > div {
	padding-left:0;
	padding-right: 0;
}

.no-gutter-horizontal {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.margin-30 {
	margin-top: 30px;
}
.margin-50 {
	margin-top: 50px;
}
.margin-70 {
	margin-top: 70px;
}

.no-margin {
	margin: 0 !important;
}
.no-margin-vertical {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.section {
	margin-top: 50px;
}

.img-circle-wrap img {
    border-radius: 50%;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
 7 - Clearings
--------------------------------------------------------------*/
.pagination,
.tagcloud,
.filters-list{
	content: "";
	display: table;
}

/*--------------------------------------------------------------
 8 - Widgets
--------------------------------------------------------------*/

#secondary .widget+.widget {
	margin-top: 40px;
}

#secondary .widget .widget-title {
	margin: 0 0 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d3d3d3;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}

.widget_recent_entries ul li {
	--margin: 5px 0;
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}
/*TODO*/
.widget_recent_entries a{
	color: #a0a0a0;
}
.widget_recent_entries a:hover,
.widget_recent_entries a:focus{
	color: #ff8023
}

.tagcloud a {
	background-color: #202020;
	color: #f0f0f0;
	padding: 5px 12px;
	display: block;
	float: left;
	margin: 0 6px 6px 0;
	text-transform: uppercase;
	font-size: 13px !important;
	font-weight: 400;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.tagcloud a:hover,
.tagcloud a:focus{
	background-color: #ff8023;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.twitter-widget li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f0f0f0;
}
.twitter-widget li:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	font-family: FontAwesome;
	content: "\f099";
	color: #ff8023;
}
.twitter-widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.twitter-widget ul li .small {
	margin-top: 8px;
}

.brochures-widget li {
	margin-bottom: 10px;
}
.brochures-widget a i{
	display: inline-block;
	margin-right: 10px;
}

.service-secondary .widget_nav_menu li:nth-child(odd) {
	background: #e4e4e4;
}
.service-secondary .widget_nav_menu li:nth-child(even) {
	background-color: #dadada;
}
.service-secondary .widget_nav_menu a{
	display: block;
	padding: 22px 18px;
	color: #808080;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
}
.service-secondary .widget_nav_menu li:hover a,
.service-secondary .widget_nav_menu li:focus a,
.service-secondary .widget_nav_menu li.current-menu-item a{
	background-color: #252525;
	color: #FFF;
}

/*--------------------------------------------------------------
 9 - Header and Footer
--------------------------------------------------------------*/


#actionbar {
	border-bottom: 1px solid #d3d3d3;
}
#actionbar .actionbar-fields {
	float: left;
}

#actionbar .actionbar-field {
	font-size: 13px;
	padding: 0 30px;
	border-right: 1px solid #d3d3d3;
	display: block;
	float: left;
	height: 60px;
	line-height: 4.6;
}
#actionbar .actionbar-field:first-child {
	border-left: 1px solid #d3d3d3;
}

#actionbar .header-socials {
	float: right;
}


#header-wrap {
	position: relative;
}

#header-wrap .navbar {
	margin-bottom: 0;
	border: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: transparent;
}

.nav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
}

.nav, .nav ul {
	list-style: none;
	padding: 0;
}

.nav ul {
	float: left;
	position: absolute;
	top: 20px;
	left: -9999px;
	z-index: 99999;
	/**/
	width: 200px;
}
.nav li {
	position: relative;
}

.nav ul a {
	--width: 200px;
	padding: 5px 10px;
}
.nav ul ul {
	left: -999em;
	top: 10px;
}

.nav li:hover > ul {
	left: auto;
}

.nav li.edge:hover > ul{
	right: 0 !important;
}
.nav li > ul  li.edge:hover > ul{
	left: -100% !important;
}
/*
.nav.dropdown-effect ul {
    left: auto;
}
.nav.dropdown-effect ul ul{
    left: -100%
}
*/


.navbar-brand {
	--margin-top: 35px;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
}
.site-brand {
    margin: 50px 0;
}

#header-wrap {
	--background-color: #FFF;
}


#secondary-menu ul li.separetor:after,
#primary-menu ul li.separetor:after,
#secondary-menu ul li.separator:after,
#primary-menu ul li.separator:after{
	display:block;
	content: "";
	height: 0;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #d3d3d3;
}

#secondary-menu {
	--padding: 50px 0;
    margin-top: 50px;
}
#secondary-menu > li {
	padding: 5px 15px 30px;
}
#secondary-menu a {
	font-size: 15px;
	color: #727272;
}
#secondary-menu > li > a {
	padding: 3px 2px;
}

#secondary-menu a:hover,
#secondary-menu a:focus {
	color: #424242;
}

#secondary-menu ul,
#primary-menu ul {
	background-color: #f4f4f4;
	max-height: 0;
	top: 30px;
	overflow: hidden;
}
#secondary-menu ul a {
	padding-left: 15px
}

#secondary-menu.navbar-right > ul {
	top: 40px;
}
#secondary-menu.navbar-right ul {
	right: 0;

}

#secondary-menu  ul ul {
	top: 5px;
}
#secondary-menu  ul li:hover {
	background-color: #e0e0e0;
}

#header-wrap .navbar {
	z-index: 50;
}

@media screen and (min-width: 768px) {
	.transparent-header #header-wrap {
		height: 500px;
	}

	#header-wrap .image-background,
	#header-wrap .image-background .background-overlay{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	#header-wrap .image-background img {
		width: 100%;
		height: auto;
		z-index: 1;
	}

	#header-wrap .image-background .background-overlay {
		background: rgba(0,0,0,.7);
		z-index: 10;
	}

	.transparent-header #header-wrap .navbar {
		position: relative;
	}

	.transparent-header #secondary-menu > li {
		padding-bottom: 30px;
	}

	.transparent-header #secondary-menu > li > a {
		color: #DDD;
	}
	.transparent-header #secondary-menu > li:hover > a,
	.transparent-header #secondary-menu > li:focus > a,
	.transparent-header #secondary-menu > li:active > a,
	.transparent-header #secondary-menu > li.current-menu-item > a {
		color: #FFF;
	}

	.transparent-header .title-bar {
		position: absolute;
		z-index: 20;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.transparent-header .title-bar h1 {
		color: #F0F0F0;
	}

	.menu-background-right .background-menu {
		left: 0 !important;
	}
}


#secondary-menu ul.opening,
#primary-menu ul.opening {
	overflow: hidden;
	max-height: 1000px;
    border-width: 1px;
    border-style: solid;
	-webkit-transition: max-height 0.6s;
	-moz-transition: max-height 0.6s;
	transition: max-height 0.6s;
}
#secondary-menu ul.opened,
#primary-menu ul.opened {
	overflow: visible;
	max-height: 1000px;
	border-width: 1px;
    border-style: solid;
}
#secondary-menu ul{
    bordercolor: #d3d3d3;
}

#secondary-menu.navbar-right li:last-child {
	padding-right: 0;
}
#secondary-menu.navbar-right > li:last-child a {
	padding-right: 0;
}

#primary-navigation-container {
	width: 100%;
}
#primary-navigation-container .container {
	position: relative;
}

.background-menu {
	background-color: #ff8023;
	position: absolute;
	height: 100%;
	width: 200%;
	top: 0;
	display: none;
	z-index: 1;
}

.menu-background-boxed #primary-menu-wrap{
	background-color: #ff8023;
}
.menu-background-full{
	background-color: #ff8023;
}
.menu-background-left .background-menu{
	display: block;
	right: 15px;
}
.menu-background-right .background-menu{
	display: block;
	left: 15px;
}

.background-menu-left,
.background-menu-right {
	background-color: #ff8023;
	position: absolute;
	height: 100%;
	width: 200%;
	top: 0;
	left: 15px;
}
.background-menu-right {
	right: 15px;
}

.boxed-layout #primary-menu.navbar-right {
	margin-right: 0;
}

#primary-menu-wrap.navbar-collapse {
	padding: 0;
	position: relative;
	z-index: 10;
}
#primary-menu {
	--background: transparent;
	color: #FFF;
	font-size: 15px;
}


#primary-menu li {
	background-color: #ff8023;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;

}
#primary-menu li.megamenu-column,
#primary-menu li.megamenu-column:hover {
	outline: 1px solid #ff8023;
	background-color: #ff8023;
}
#primary-menu.navbar-right li.megamenu-column {
	float: right;
}
#primary-menu li.megamenu-column .title,
#primary-menu li.megamenu-column > a{
	cursor: default;
}
/*#primary-menu li.megamenu-column .title:after,
#primary-menu li.megamenu-column > a:after {
	display: block;
	content: "";
	width: 40px;
	height: 2px;
	border-radius: 2px;
	background-color: #FFF;
}*/

#primary-menu a {
	--text-transform: uppercase;
	color: #FFF;
	font-size: 13px;
}

#primary-menu li:hover,
#primary-menu li:focus,
#primary-menu li:active,
#primary-menu .current-menu-item,
#primary-menu .current-menu-ancestor{
	background-color: #e3711d;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;

}

#primary-menu > li {
	border-right: 1px solid #d4722a;
}
.menu-background-left #primary-menu > li:first-child,
.menu-background-full #primary-menu > li:first-child,
.menu-background-right #primary-menu.navbar-right > li:first-child,
.menu-background-content #primary-menu.navbar-right > li:first-child{
	border-left: 1px solid #d4722a;
}

#primary-navigation-container #primary-menu > li > a {
	padding: 45px 32px;
	-webkit-transition: padding 0.2s;
	-moz-transition: padding 0.2s;
	transition: padding 0.2s;
	text-transform: uppercase;
	font-weight: 600;
}

#primary-navigation-container #primary-menu > li.menu-item-has-children > a::after {
	font-family: FontAwesome;
	content: "\f0d7";
	display: inline-block;
	padding-right: 3px;
	vertical-align: baseline;
	font-size: 13px;
	margin-left: 10px;
	position: relative;
	top: 0;
	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	transition: top 0.2s;
}
#primary-navigation-container #primary-menu > li.menu-item-has-children:hover > a::after,
#primary-navigation-container #primary-menu > li.menu-item-has-children:focus > a::after {
	top: 4px;
	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	transition: top 0.2s;
}

#primary-menu > li:hover > a,
#primary-menu > li:focus > a,
#primary-menu > li:active > a {

}

#primary-menu > li > ul {
	top: 100%
}

#primary-menu ul {
	background-color: transparent;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5);
}

#primary-menu  ul {
	border: none !important;
}

#primary-menu ul ul {
	top: 0
}

#primary-menu ul li > a {
	--width: 200px;
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 500;
}

#primary-menu ul li.caret-right > a:after,
#secondary-menu ul li.caret-right > a:after,
#primary-menu ul li.menu-item-has-children > a:after,
#secondary-menu ul li.menu-item-has-children > a:after {
	position: relative;
	font-family: FontAwesome;
	content: "\f0da";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	float: right;
	right: 0px;
	-webkit-transition: right 0.2s;
	-moz-transition: right 0.2s;
	transition: right 0.2s;
}
#primary-menu ul li.menu-item-has-children:hover > a:after,
#primary-menu ul li.menu-item-has-children:focus > a:after,
#secondary-menu ul li.menu-item-has-children:hover > a:after,
#secondary-menu ul li.menu-item-has-children:focus > a:after {
	right: -3px;
	-webkit-transition: right 0.2s;
	-moz-transition: right 0.2s;
	transition: right 0.2s;
}


#primary-menu .megamenu ul li.caret-right > a:after,
#primary-menu .megamenu ul li.menu-item-has-children > a:after {
	display: none
}

#primary-menu ul li.separetor:after,
#primary-menu ul li.separator:after {
	border-color: #e3711d;
	--border-color: #d4722a;
}

#primary-navigation-container.is-sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-backface-visibility: hidden;
}
.logged-in #primary-navigation-container.is-sticky {
    top: 32px;
}

#primary-navigation-container.is-sticky #primary-menu > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: padding-top 0.5s, padding-bottom 0.5s;
	-moz-transition: padding-top 0.5s, padding-bottom 0.5s;
	transition: padding-top 0.5s, padding-bottom 0.5s;
}

/*-------- Megamenu ---------*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#primary-menu li.megamenu {
		position: static;
	}
	#primary-menu li.megamenu .container-fluid {
		display: flex;
	}
	#primary-menu li.megamenu > ul {
		position: absolute;
	}
	#primary-menu li.megamenu > ul {
		top: 100%;
		margin-top: -15px;
		padding-top: 20px;
	}
	#primary-menu li.megamenu.col-3 > ul > li {
		width: 33.3%;
	}
	#primary-menu li.megamenu.col-4 > ul > li {
		width: 25%;
	}
	#primary-menu li.megamenu.col-5 > ul > li {
		width: 20%;
	}
	#primary-menu li.megamenu.col-6 > ul > li {
		width: 16.6%;
	}
	#primary-menu li.megamenu > ul > li {
		display: block;
		float: left;
		padding-top: 10px;
		padding-bottom: 10px;
		--width: 25%;
	}
	#primary-menu li.megamenu > ul > li ul {
		position: relative;
		left: auto;
		--top: 100%;
		width: 100%;
		max-height: none;
	}
	#primary-menu li.megamenu > ul > li ul li {
		padding-left: 20px;

	}
	#primary-menu li.megamenu > ul > li > ul > li {
		padding-left: 0;
	}


	#primary-menu li.megamenu > ul { width: 750px;}
	#primary-menu li.megamenu:hover > ul,
	#primary-menu li.megamenu:focus > ul {
		margin-left: -375px;
		left: 50%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#primary-menu li.megamenu > ul { width: 970px;}
	#primary-menu li.megamenu:hover > ul,
	#primary-menu li.megamenu:focus > ul {
		margin-left: -485px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#primary-menu li.megamenu > ul { width: 1170px;}
	#primary-menu li.megamenu:hover > ul,
	#primary-menu li.megamenu:focus > ul {
		margin-left: -585px;
	}
}


#primary-menu .megamenu ul{
	box-shadow: none;
}

#primary-menu li.megamenu .title,
#primary-menu li.megamenu li.megamenu-column > a {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#primary-menu .megamenu-news {
	margin-bottom: 10px;
}
#primary-menu .megamenu-news a {
	padding: 0;
}
#primary-menu .megamenu-news .img-wrap {
	float: left;
	margin-right: 8px;
}
#primary-menu .megamenu-news .title-news {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
}

#primary-menu .megamenu-news p {
	font-size: 14px;
	line-height: 1.33;
}
/*-------- /Megamenu ---------*/


.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #888;
	border-radius: 4px;
}
.navbar-toggle:active {
	background-color: #ddd;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #888;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}


@media screen and (min-width: 768px) {
	.nav ul li:hover > ul {
		left: 100%;
	}
}

/* Small menu. */
@media screen and (max-width: 767px) {

	#header-wrap .site-brand {
		margin-left: 15px;
	}

	#primary-menu ul,
	#primary-menu ul ul,
	#secondary-menu ul,
	#secondary-menu ul ul{
		float: none;
		position: relative;
		top: auto;
		left: auto;
		z-index: 1;
		/**/
		padding-left: 15px;
	}

}

/*-------- Footer ---------*/
#colophon {
    margin-top: 50px;
}

.site-footer a{
	color: #a0a0a0;
}
.site-footer a:hover,
.site-footer a:focus{
	color: #c0c0c0;
}

#footer-widget-container {
	background-color: #161616;
	padding: 55px 0;
	color: #606060;
}

#footer-widget-container .widget-title {
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 40px;
	font-weight: 500;
}
#footer-widget-container p {
	font-size: 15px;
}

/*
#colophon .widget .sitemap li {
	margin: 4px 0;
}
#colophon .widget .sitemap a {
	padding: 1px 2px;
	color: #606060;
}
#colophon .widget .sitemap a:hover,
#colophon .widget .sitemap a:focus {
	color: #c0c0c0;
}

#colophon .widget .sitemap ul {
	margin-left: 20px;
}
*/

#colophon .widget .subscribe input[type='email'],
#colophon .widget .mc4wp-form input[type='email'],
#colophon .widget input[type='email'],
#colophon .widget input[type='text']{
	background-color: #202020;
	color: #AAA;
	border: none;
	margin: 15px 0;
	font-style: italic;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
	height: 42px;
	box-sizing: border-box;

}
#colophon .widget .subscribe input[type='email']:focus,
#colophon .widget .mc4wp-form input[type='email']:focus,
#colophon .widget input[type='email']:focus,
#colophon .widget input[type='text']:focus {
	background-color: #2a2a2a;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

#footer-widget-container li {
	margin: 4px 0;
}

#site-info {
	background-color: #1b1b1b;
	color: #7c7c7c;
	padding: 20px 0;
	font-size: 13px;
}

#site-info .footer-left-content,
#site-info .footer-right-content {
	padding-top: 3px
}

#site-info .footer-social-icons a {
	padding: 0 5px;
	margin: 0 3px;
	color: #FFF;
	font-size: 16px;
}
#site-info .footer-social-icons a:hover,
#site-info .footer-social-icons a:focus {
	color: #c0c0c0;
}

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
10.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 7px 0;
}


/*--------------------------------------------------------------
 11 - POSTS AND PAGES
--------------------------------------------------------------*/
body {
	position: relative;
	min-height:100%;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #888888;
	overflow-x: hidden;
	background-color: #EEE;
}

#page {
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

.boxed-layout .container {
	padding-left: 30px;
	padding-right: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.boxed-layout #page {
		width: 750px;
	}
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
	.boxed-layout #page {
		width: 970px;
	}
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
	.boxed-layout #page,
	.boxed-layout .is-sticky .background-menu{
		width: 1170px;
		left: 0;
	}
}


.home-parallax {
	background-image: url('http://placehold.it/2000x700');
}

.section-what-we-do i {
	--color: #444;
	font-size: 110px;
	margin-bottom: 10px;
}

.section-about-us {
	text-align: center;
}
.section-about-us,
.section-about-us h1,
.section-about-us h2,
.section-about-us h3,
.section-about-us h4,
.box-content-with-backgroun h1,
.box-content-with-backgroun h2,
.box-content-with-backgroun h3,
.box-content-with-background h4 {
	color: #FFF;
}

.section-about-us .box-content,
.box-content-with-background{
	height: 450px;
	padding: 150px 22% 0;
	background-color: rgba(0,0,0,0.4);
	text-align: center;
}

.section-about-us .left-box,
.section-about-us .right-box,
.box-content-with-background {
	background-size: cover;
}
.section-about-us .left-box {
	background-image: url('http://placehold.it/1000x600');
}
.section-about-us .right-box {
	background-image: url('http://placehold.it/1000x600');
}


/* OWL Slider in home page, will be removed in next version, replaced by WP Revolution slider*/
#slider .item img{
	display: block;
	width: 100%;
	height: auto;
}
.slider-container {
	position: relative;
}

.slider-container .slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
	z-index: 20;
}

.slider-container .title-container,
#slider .caption{
	display: none;
}
#slider .owl-item.loading {
	--background-color: rgba(0,0,0,.1);
}

.slider-container .controllers-container {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 10;

}
.slider-container .controllers-container > .container {
	position: relative;
	padding-right: 35%;
	min-height: 110px;
	padding: 30px 35% 15px 15px;
}

.boxed-layout .slider-container .controllers-container > .container {
	padding-left: 30px;
}

@media screen and (min-width: 1640px) {
	.slider-container .controllers-container > .container {
		padding-right: 28%
	}
}
.slider-container .controllers-container .controllers-background {
	background-color: #202020;
	position: absolute;
	bottom: 0;
	right: 30%;
	width: 500%;
	height: 100%;
}
.slider-container .controllers-container .title-content {
	position: relative;
}
.slider-container .controllers-container .slide-title{
	margin: 0 0 5px;
	color: #d8d8d8;
	font-weight: 400;
	font-size: 23px;
}
.slider-container .controllers-container .title-content p{
	line-height: 1.2;
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-style: italic;
	font-size: 15px;
}
.slider-container .controllers-container .arrow-container {
	position: absolute;
	right: 30%;
	margin-right: 15px;
	top: 50%;
	margin-top: -17px;
}
.slider-container .controllers-container .arrow-container a {
	color: #d8d8d8;
	opacity: .8
}
.slider-container .controllers-container .arrow-container a:hover {
	--color: #f5f5f5;
	opacity: 1;
}
.slider-container .controllers-container .arrow-container a.prev {
	margin-right: 10px;
}
.slider-container .caption {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 30;
}

.slider-container .caption h1 {
    font-size: 50px;
    font-weight: 900;
    margin: 0 0 20px;
}
.slider-container .caption p {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #555;
}
/* End of old slider style */

/* Start of new slider style */
.tructor-controllers-container {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    --display: none;
    z-index: 10;

}
.tructor-controllers-container > .container {
    position: relative;
    padding-right: 35%;
    min-height: 110px;
    padding: 30px 35% 15px 15px;
}

.tructor-controllers-container > .container {
    padding-left: 30px;
}

@media screen and (min-width: 1640px) {
    .tructor-controllers-container > .container {
        padding-right: 28%
    }
}
.tructor-controllers-container .controllers-background {
    background-color: #202020;
    position: absolute;
    bottom: 0;
    right: 30%;
    width: 500%;
    height: 100%;
}
.tructor-controllers-container .title-content {
    position: relative;
}
.tructor-controllers-container .slide-title{
    margin: 0 0 5px;
    color: #d8d8d8;
    font-weight: 400;
    font-size: 23px;
}
.tructor-controllers-container .title-content p{
    line-height: 1.2;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-style: italic;
    font-size: 15px;
}
.tructor-controllers-container .arrow-container {
    position: absolute;
    right: 30%;
    margin-right: 15px;
    top: 50%;
    margin-top: -17px;
}
.tructor-controllers-container .arrow-container a {
    color: #d8d8d8;
    opacity: .8
}
.tructor-controllers-container .arrow-container a:hover {
    --color: #f5f5f5;
    opacity: 1;
}
.tructor-controllers-container .arrow-container a.prev {
    margin-right: 10px;
}

.tp-revslider-mainul li:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    visibility: visible !important;
    z-index: 1;
}
/* End of new slider style */

.slider-container .caption h1,
.slider-container .caption h2,
.slider-container .caption h3,
.slider-container .caption h4,
.slider-container .caption p {
	color: #FFF;
}

.our-works-filters-container {
	background-color: #202020;
	padding: 14px 0;
}

.projects-container .item img,{
	display: block;
	width: 100%;
	height: auto;
}
.projects-container .overlay {
	position: absolute;
	padding: 20% 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	color: #FFF;
	opacity: 0;

	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.projects-container .item:hover .overlay {
	opacity:1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.projects-container .item .overlay-content {
	position: relative;
}

.projects-container .overlay .overlay-content-top,
.projects-container .overlay .overlay-content-bottom {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.projects-container .overlay .overlay-content-top,
.projects-container .overlay .overlay-content-bottom {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.projects-container .item .overlay-content-top {
	top: -10%;
}
.projects-container .item .overlay-content-bottom {
	bottom: -10%;
}
.projects-container .item:hover .overlay-content-top {
	top: 0;
}
.projects-container .item:hover .overlay-content-bottom {
	bottom: 0;
}

.projects-container .work-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
}
.projects-container .work-title > a {
	color: #FFF;
}
.projects-container.projects-2columns .work-title {
	font-size: 20px;
}

.entry-header .entry-meta {
	margin: 15px 0;
}
.entry-header .entry-meta span+span:before {
	display: inline-block;
	content: "|";
	margin: 0 10px;
}
.entry-header .entry-meta span a {
	color: #b0b0b0
}
.entry-header .entry-meta span a:hover,
.entry-header .entry-meta span a:focus{
	color: #323232;
}

.post .entry-title {
	font-size: 25px;
}

.post .entry-title a {
	color: #333;
}

.blog .post {
	--padding-bottom: 50px;
}
.blog .post+.post:before {
	display:block;
	content:"";
	margin: 40px 0;
	border-top: 1px solid #d3d3d3;
}

.single-post .post {
	padding-bottom: 40px;
	border-bottom:1px solid #d3d3d3;
	margin-bottom: 40px;
}
.post .entry-content ul,
.post .entry-content ol {
	padding-left: 20px;
}
.post .entry-content ul {
	list-style: disc;
}
.post .entry-content ol {
	list-style: upper-roman;
}
.post .entry-content ul ul,
.post .entry-content ol ul {
	list-style: circle;
}
.post .entry-content ul ol,
.post .entry-content ol ol {
	list-style: lower-alpha;
}

.read-more-wrap {
    display: block;
    margin-top: 15px;
}

.reply-form-container .h3 {
	margin: 50px 0 35px;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 15px;
}


.page-links {
    clear: both;
    margin: 0 0 15px;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

#comments .comments-title {
    margin-bottom: 35px;
}
.comment-content a {
    word-wrap: break-word;
}

.comment-meta .media-heading cite {
    font-style: normal;
}

.comment-reply-link {
    margin-top: 15px;
}

.bypostauthor {
    display: block;
}

.comment.depth-2,
.comment.depth-3,
.comment.depth-4,
.comment.depth-5 {
    margin-left: 110px;
}

@media screen and (min-width: 768px) {
	.comment-respond .text-input {
		width: 50%;
	}

	.comment-respond textarea {
		width: 90%;
		min-height: 200px;
	}
}

.projects-container .item {
	position: relative;
}
.projects-container.projects-4columns .item {
	width: 22%;
	margin: 1.5%;
}
.projects-container.projects-3columns .item {
	width: 30%;
	margin: 1.5%;
}
.projects-container.projects-2columns .item {
	width: 47%;
	margin: 1.5%;
}

.single-project .project-details {
	margin-bottom: 25px;
}
.single-project .project-details p{
	margin-top: 8px;
}
.single-project .project-details b{
	color: #e3711d;
}

.services-singlepage-container {
	text-align: center;
}

.services-singlepage-container .service {
	margin-bottom: 30px;
}
.service-shortcode {
	text-align: center;
}


.contact-us-form textarea{
	width: 100%;
	max-width: 100%;
	min-height: 200px;
}

#formstatus .alert {margin-top: 20px;}

#map-canvas {
	height: 350px;
}

.map-canvas iframe{
	width: 100%;
	height: 350px;
}


.tructor-gallery .gallery-item {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.gallery-item .img-thumbnail {
	padding: 2px;
	border-radius: 0;
	border-color: #d3d3d3;
	border-width: 1px;
}
.vc_media_grid .vc_grid-item-mini,
.vc_masonry_media_grid .vc_grid-item-mini{
	padding: 2px;
	border: 1px solid #d3d3d3;
}

.tructor-gallery .gallery-item:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.tructor-gallery .gallery-item:hover:before {
	-webkit-box-shadow: inset 0 0 100px 120px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 0 100px 120px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 100px 120px rgba(0,0,0,0.4);
}
.tructor-gallery.tructor-gallery-2-columns .gallery-item:hover:before {
	-webkit-box-shadow: inset 0 0 150px 250px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 0 150px 250px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 150px 250px rgba(0,0,0,0.4);
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
 12 - VISUAL COMPOSER
--------------------------------------------------------------*/
/*.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button*/
.wpb_row {
	margin-bottom: 50px;
}
/*
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
	margin: 0 0 30px 50px !important;
	max-width: 250px !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item:first-child {
	margin-left: 0 !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item img {
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 4px;
}*/

/*
.vc_tta.vc_general .vc_tta-panel {
	margin-bottom: 15px;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	background-color: #202020;
	border: none;
	border-radius: 0;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
	color: #FFF;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus{
	color: #202020;
	background-color: #ff8023;
}
*/

/* Grid post */
.vc-gitem-zone-height-mode-auto:before {
	padding-top: 60%;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
	margin-top: -20px;
	z-index: 100;
	position: relative;
}

.vc_progress_bar .vc_single_bar .vc_bar {
	background-color: #ff8023;
}
.vc_progress_bar .vc_single_bar .vc_label {
	color: #FFF;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
	padding-bottom: 5px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
	padding-bottom: 15px;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
	border-bottom: 1px solid #d3d3d3;
}

/*--------------------------------------------------------------
 13 - GENERAL MEDIA QUERY
--------------------------------------------------------------*/
@media screen and (max-width: 992px) {

	#actionbar .actionbar-field {
		font-size: 16px;
	}
	#actionbar .actionbar-field:first-child {
		border-left: none
	}
	#actionbar .actionbar-field:last-child {
		border-right: none
	}

	body {
		font-size: 16px;
	}

	/*
    #page {
        overflow-x: hidden;
    }
    */
	#actionbar .header-socials {
		display: none
	}

	#primary-navigation-container #primary-menu > li > a {
		padding: 30px 22px;
		font-size: 14px;
	}

	#primary-navigation-container .container {
		margin: 0;
	}

	#primary-navigation-container > .container {
		width: 100%;
	}

	#secondary-menu > li > a {
        font-size: 16px;
    }

    #colophon .widget {
		margin-top: 40px;
	}

	.slider-container .controllers-container {
		position: relative;
	}
	.slider-container .controllers-container > .container {
		padding-right: 15px;
	}
	.slider-container .controllers-container .controllers-background {
		width: 300%;
		left: -50%;
	}
	.slider-container .controllers-container .arrow-container {
		display: none;
	}

	.parallax-content {
		padding-top: 100px;
		padding-bottom: 120px;
	}

	#our-clients .client {
		margin-bottom: 20px;
	}

	.projects-grid .item {
		width: 47%;
		margin: 1.5%;
	}


	.projects-container.projects-4columns .item,
	.projects-container.projects-3columns .item {
		width: 30%;
		margin: 1.5%;
	}
}

@media screen and (max-width: 767px) {
	#actionbar .actionbar-field {
		border: none;
		line-height: 3;
		height: 40px;
	}

	#header-wrap .site-brand {
		margin: 0;
		width: 100%;
	}
	#header-wrap .site-brand .navbar-brand{
		float: none;
		displa: block;
	}
	#header-wrap .site-brand .navbar-brand img{
		margin: 10px  auto;
	}

	.navbar-toggle {
		float: none;
		margin: 0 auto 20px;
		display: block;
	}

	#primary-navigation-container {
		background-color: #ff8023;
	}

	#primary-navigation-container #primary-menu > li > a, {
		padding: 15px 10px;
	}
	#primary-menu-wrap.navbar-collapse,
	.navbar-nav {
		margin-left: 0;
		margin-right: 0;
	}

	#primary-menu ul,
	#secondary-menu ul{
		box-shadow: none;
		width: 100%;
		padding-left: 0;
	}

	#primary-menu ul li > a {
		font-size: 15px;
	}

	#primary-menu li.megamenu .title,
	#primary-menu li.megamenu li.megamenu-column > a {
		font-size: 16px;
	}

	#primary-menu .megamenu ul li.caret-right > a:after,
	#primary-menu .megamenu ul li.menu-item-has-children > a:after {
		display: block;
	}

	#secondary-menu > li > a {
		font-size: 18px;
	}
	#secondary-menu ul li > a {
		font-size: 16px;
	}

	#footer-widget-container p {
		font-size: 16px;
	}
	#site-info {
		font-size: 16px;
	}
	#site-info .footer-social-icons {
		margin-top: 20px;
	}

	.slider-container .caption {
		display: none !important;
	}

	.slider-container .controllers-container > .container {
		height: auto;
		padding: 10px 15px;
	}
	.owl-item.loading {
		min-height: 0;
	}

	.parallax-content {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.section-about-us .box-content,
	.box-content-with-background{
		height: auto;
		padding: 25px 15px;
	}

	.title-bar {
		border-top: 1px solid #d3d3d3;
		padding: 30px 0;
	}
	.title-bar h1 {
		font-size: 24px;
	}

	.media .media-object {
		display: none;
	}

	.comment.depth-2,
	.comment.depth-3,
	.comment.depth-4,
	.comment.depth-5 {
		margin-left: 30px;
	}

	.projects-container.projects-4columns .item,
	.projects-container.projects-3columns .item,
	.projects-container.projects-2columns .item {
		width: 47%;
		margin: 1.5%;
	}
}

/*--------------------------------------------------------------
14 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:hover,
.screen-reader-text:active,
.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. */
}
