/*
Theme Name: WP Orico
Theme URI: http://cmssuperheroes.com
Author: CMSSuperHeroes
Author URI: http://themeforest.net/user/CMSSuperHeroes
Description: The 2015 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wp-orico

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.cms-heading-wrapper h3.title{
  color: rgb(24, 24, 24) !important;
}

/*adding no padding for the header*/
#cshero-header{
  padding: 0 !important;
}

/*adding background color for the nav header*/
#cshero-header-inner{
  /*position: relative !important;*/
}

.nav-bar-header{
  background-color: rgba(40, 40, 40, 0.30);
  padding: 15px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cshero-header-logo{
  display: inline-block;
}

#cshero-header-logo img{
  width: 150px;
}

.nav-menu{
  /*float: right;*/
}
.nav-menu ul{
  list-style-type: none;
}

.nav-menu li {
  display: inline-block;
  margin-right: 1.5em;
}

.nav-menu li:last-child{
  margin-right: 0;
}

.nav-menu li > a {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  opacity: 0.9;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.nav-menu li a:hover{
  color: #bbbbbb;
}


.nav-menu li.current-menu-item > a:visited{
  color: #bbbbbb;
}

.nav-menu li.current-menu-item a:link{
 color: #bbbbbb;
}

#menu-prime-group-menu li{
  position: relative;
}

/*sub-menu*/
#menu-prime-group-menu li > .sub-menu{
  display: none;
  width:  250px;
  position: absolute;
  top: 100%;
  left: -20px;
  background: none;
	padding:0
}

#menu-prime-group-menu li > .sub-menu li{
  float: none;
  width: 100%;
  background: #fff;
  margin-bottom: 5px;
}


#menu-prime-group-menu li > .sub-menu li a
{
	/*line-height:120%;*/
	padding:10px 15px;
  color: #222;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}
#menu-prime-group-menu li > .sub-menu li a:hover{
  color: #e79f33 !important;
}

#menu-prime-group-menu ul ul
{
	top:0;
	left:100%
}

#menu-prime-group-menu li:hover > ul
{
	display:block
}




/*banner tex*/
#page-title-text h1{
  color: #fff !important;
  /*opacity: 0.7;*/
}

.breadcrumbs{
  margin-top: 5px;
}

#breadcrumb-text a, #breadcrumb-text li, #page-title #breadcrumb-text ul.breadcrumbs li + li:before{
  color: #e4e2e2 !important;
  opacity: 0.9;
}

#breadcrumb-text ul.breadcrumbs li:last-child{
  color: #fff !important;
}

.main-banner{
  /*background-image: url(https://hd.unsplash.com/photo-1438302439441-82e18f791f5e);*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  /*-webkit-filter: grayscale(90%);*/
  /*filter: grayscale(100%);*/
  
  height: 90vh;
  position: relative;
}
.main-banner-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  .main-banner-text h1{
    font-size: 6.7rem;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1;
  }
  .main-banner-text p{
    max-width: 420px;
    color: #fff;
    opacity: 0.8;
    text-align: center;
    line-height: 1.9;
  }

.float-container{
  position: absolute;
  left: 50%;
  margin-top: -40px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
}
  .float-item{
    background-color: pink;
    width: 250px;
    height: 140px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    /*float: left;*/
    box-shadow: none;
    transition: all 0.2s ease-in;
  }

  .float-item:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .float-item:last-child{
    margin-right: 0;
  }

  .item-constructions, .item-projects{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .float-item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  #project-overlay{
    width: 100%;
    height: 100%;
    background-color: none;
  }



  #construction-overlay{
    width: 100%;
    height: 100%;
    background-color: none;
  }


/*markdown format*/

/*team carousel*/

.team-feature-work-inner{
  display: none;
}

.layout-team .team-sub{
  background: none !important;
}

.layout-team .team-sub:before{
  content: none !important;
}

.team-position{
  color: rgb(150, 150, 150) !important;
}

.layout-team.cms-carousel.owl-carousel .owl-controls .owl-nav{
  bottom: 80px !important;
}

.vc_general vc_btn3 vc_btn3-size-md vc_btn3-shape-rounded vc_btn3-style-flat vc_btn3-color-grey{
  background-color: red;
}

.rounded-btn a{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  width: 250px !important;
  font-size: 18px !important;
}

.construction-btn{
  margin-right: 10px;
}

.construction-btn a{
  background-color: #86252d !important;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.construction-btn a:hover{
  background-color: #bbbbbb !important;
}

.project-btn{
  margin-left: 10px;
}

.project-btn a{
  background-color: #103d69 !important;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.project-btn a:hover{
  background-color: #bbbbbb !important;
}

#testimonial_row{
  background-color: #f1f1f1!important;
}


#testimonial_row .cms-carousel.owl-carousel .owl-controls .owl-nav .owl-prev{
  left: 0 !important;
}

#testimonial_row .cms-carousel.owl-carousel .owl-controls .owl-nav .owl-next{
  right: 0 !important;
}

#lincensing_row .cms-counter-image{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#lincensing_row .cms-counter-content{
  display: none !important;
}

/*#awards_row > .wpb_column > .vc_column-inner{
  padding: 0 !important;
}*/

.left-heading .description{
  font-weight: bold;
  margin-bottom: 20px;
}

.entry-content p{
  margin-bottom: 0 !important;
}


.contact-btn, .news-btn{
  margin-right: 10px;
}

.contact-btn a, .news-btn a{
  background-color: #404040 !important;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.contact-btn a:hover, .news-btn a:hover{
  background-color: #bbbbbb !important;
}

.copyright{
  font-size: 13px;
}


.footer-left          { width: 30% !important; padding: 4% 3%; text-align: left; }
.footer-center-left   { width: 20% !important; padding: 2%; background-color: #86252d; text-align: center; }
.footer-center-right  { width: 20% !important; padding: 2%; background-color: #103d69; text-align: center;  }
.footer-right         { width: 30% !important; padding: 2%; font-size: 12px; }
.footer-col           { height: 160px; }


.footer-left span.copyright a  { color: #fff; }
.footer-left span.copyright { margin-top: 0 !important; }







/*//////////-------------- Media query*/


@media screen and (max-width: 1024px){
  .footer-left          { padding: 6% 2%; }
  .footer-center-left   { padding: 2%; }
  .footer-center-right  { padding: 2%; }
  .footer-right         { padding: 3% 2%; }
  .footer-col           { height: 140px; font-size: 12px; }
}

@media screen and (max-width: 991px){
  #cshero-header-inner.header-2{
    background-color: rgba(40, 40, 40, 0.69) !important;
  }
  .vc_row > .wpb_column{
    margin-top: 0px !important;
  }

  #page-title{
    padding: 250px 0 45px 0 !important;
  }

  header #cshero-header-inner {
    position: absolute !important;
  }

  .constrction-head #cshero-header-inner{
    position: absolute !important;
  }

 .team-img img{
    margin: auto !important;
 }
}


@media screen and (max-width: 768px){
  .vc_btn3-container.vc_btn3-left,.vc_btn3-container.vc_btn3-right{
    text-align: center !important;
  }
  .project-btn{
    margin-left: -5px;
  }
  .footer-left          { padding: 5% 2%; }
  .footer-center-left   { padding: 4% 2%; }
  .footer-center-right  { padding: 4% 2%; }
  .footer-right         { padding: 2% 1%; }
  .footer-col           { height: 140px; font-size: 12px; }
}

@media screen and (max-width: 750px){
  .float-item{
    width: 200px;
  }
  .float-item img{
    width: 100px;
  }
  .nav-bar-header{
    padding: 15px 50px 15px;
    flex-direction: column;
  }
  .footer-left-inner{
    position: relative;
    text-align: justify ;
    display: flex;
    justify-content: center;
    padding: 5em 0 !important;
  }

  .main-banner{
    height: 100vh;
  }

  .main-banner-text{
    top: 65%;
    left: 50%;
  }

  #cshero-header-logo img{
    width: 120px;
  }

}

@media screen and (max-width: 736px){
  .footer-left          { width: 100% !important; padding: 9%; text-align: center; }
  .footer-center-left   { width: 50% !important; padding: 4% 2%; }
  .footer-center-right  { width: 50% !important; padding: 4% 2%; }
  .footer-right         { width: 100% !important; padding: 5%; }
  .footer-col           { height: 140px; font-size: 12px; }
}  

@media screen and (max-width: 414px){
  .footer-left          { width: 100% !important; padding: 14%; text-align: center; }
  .footer-center-left   { width: 50% !important; }
  .footer-center-right  { width: 50% !important; }
  .footer-right         { width: 100% !important; padding: 5%; }
  .footer-col           { height: 120px; font-size: 12px; }
}  

@media screen and (max-width: 550px){
  .nav-menu li{
    margin-right:8px;
  }
  .nav-menu li a{
    font-size: 13px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 480px){
  .float-item{
    width: 180px;
  }
  
  .main-banner-text h1{
    font-size: 5.7rem;
  }
  .main-banner-text p{
    width: 280px;
  } 

  #menu-prime-group-menu li > .sub-menu{
    width: 250px;
    left: -30px;
    height: 50px;
  }


  #menu-prime-group-menu li > .sub-menu li a
  {
  	/*line-height:120%;*/
  	padding:0px 15px;
    color: #222;
    font-size: 1.4rem;
  }

  #cshero-header-logo img{
    width: 120px;
  }

 .nav-bar-header {
    padding: 15px 20px;
 }

  

}

#page-title #page-title-text.s2 h1{
  font-size: 40px !important;
}


.cms-portfolio-category{
  display: none;
}

.customize-head h3{
  width: 180px !important;
  /*text-align: justify !important;*/
}

.customize-head img{
  height: 100%;
}


.layout-portfolio .cms-portfolio-inner .cms-portfolio-content .cms-portfolio-content-inner{

    top: 48% !important;
    transform: translate(-50%,-50%) !important;
}


.post-gallery .cms-gallery-image{
  height: 163px;
}

.post-gallery .cms-gallery-image img{
  height: 100%;
}


/*dont trigger an event for the project menu */
#menu-item-1422 > a{
  /*pointer-events: none;*/
}

#breadcrumb-text li{
  text-transform: uppercase !important;
}

.portfolio-title{
  color: #343434;
  font-size: 20px;
}

/*.cshero-header-top{
  position: absolute !important;
  top: 0;
}*/

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


.project-margin-bottom{
  margin-bottom: 50px;
}


.btn, button, .button, input[type="submit"]{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}


.info-box{
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
}

.info-item{
  margin-bottom: 30px;
}

.info-item:last-child{
  margin-bottom: 0;
}

.info-box .contact-headline{
  margin: 0 0 12px 0 !important;
  font-size: 21px !important;
}

.info-box p{
  font-size: 15px;
}


.parag-with-margin p{
  margin-bottom: 30px !important;
}

.team-position {
  font-weight: 400 !important;
  font-size: 19px !important;
}


.list-awards{
  padding: 20px 0 0 35px !important;
}

.list-awards li {
  /* margin-bottom: 20px; */
}

.list-awards li:last-child{
  margin-bottom: 0px;
}




.cms-testimonial-body p{
  color: rgb(52,52,52);
}


/*filterazation*/
ul.cms-filter-category a{
  color: rgb(150,150,150) !important;
}

ul.cms-filter-category a.active{
  color: #000000 !important;
  font-weight: 700;
}

#page-title #page-title-text.s2 h1{
  font-size: 30px !important;
  letter-spacing: 3px;
}


.cms-grid-blog-layout2 h3.blog-title a{
  color: #000000 !important;
}

.cms-load-posts span {
  color: #000000 !important;
}


.news-parag p {
  text-align: justify;
}


.post-related-img img{
  
  margin-top: 6px;
}

.cms-heading-wrapper h3.title:before{
  bottom: 0 !important;
}

.team-img img{
   width: 350px !important;
   margin-left: 25px;
   
}


.cms-grid-blog-layout2 h3.blog-title a{
    text-transform: uppercase;
}

.footer-right-inner{
  white-space: pre-line;
  font-size: 1.2rem;
  padding: 10% !important;
}

.textwidget{
   text-align: justify;
   max-width: 400px;

}

.team-sub{
  display: none;
}

.team-title{
   margin-top: 0 !important;
}



.related-image img{
     height: 240px !important;
}



.sg-portfolio-services > div:first-child{
   margin-top: 30px;
}

.sg-portfolio-services > div span{
  font-weight: 700;
 margin-right: 10px;

}

.post-share-buttons{
  display: inline-block;
}

.post-share-buttons a{
  background: none !important;
  font-size: 18px !important;
}

.post-share-buttons a span:hover{
  color: #343434;
}

.cms-grid-media{
    height: auto !important;
}



#menu-prime-group-menu li > .sub-menu li a:hover,.nav-menu > li > a:hover, .nav-menu > li.current-menu-item > a:visited, .cms-portfolio-inner h3.cms-portfolio-title a:hover, .cms-grid-blog-layout2 .blog-readmore a:hover, .post-share-buttons a span:hover
{
  color: #bbbbbb !important;
}

#back_to_top.on:hover, .layout-team.cms-carousel.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .layout-team.cms-carousel.owl-carousel .owl-controls .owl-nav .owl-next:hover,  .cms_pagination i:hover
{
  background-color: #bbbbbb !important;
}

#back_to_top.on:hover{
  border-color: #bbbbbb !important;
}


#page-title #page-title-text h1{
	font-size: 26px !important;
}

#page-title #breadcrumb-text ul.breadcrumbs li{
	font-size: 14px !important;
}

#page-title{
    padding: 145px 0 25px 0 !important;
}

@media screen and (max-width: 991px) {
	#page-title {
		padding: 220px 0 25px 0 !important;
	}
}


#cshero-header{
	background-image: url(./assets/images/dark-header.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-color: #2d2c2c !important;
	opacity: 1 !important;
}

.layout-gallery .cms-grid-item-inner:hover .cms-gallery-content, .cms-gallery-item-inner .cms-grid-item-inner:hover .cms-gallery-content{
	opacity:0 !important;
	cursor: pointer !important;
}

#menu-prime-group-menu li:nth-child(2) ul li:hover a{
	/*color: #f90 !important;*/
	color: #bbbbbb;
}

#menu-prime-group-menu li:nth-child(2) a:hover{
	color: #bbbbbb;
}


#cshero-header-inner #cshero-header-wrapper{
   z-index: 4 !important;

}

.custom-layout-team .cms-carousel-item{
	height: 400px !important;
	background: #FFF;
	margin-top: 2px;
}

.custom-layout-team  .carousel-header{
	min-height: 250px !important;
	max-height: 350px !important;
	width: 100%;
}

.custom-layout-team  .carousel-header img{
	max-height: 300px !important;
	background:  url("assets/images/team-bg.png") repeat-x top left;
}


.custom-layout-team .carousel-content{
	height: 65px !important;
	margin-top: 20px;
	width: 100%;	
}

.custom-layout-team .carousel-content .title{
	font-size: 1.5em;
	text-align: center;
}

.custom-layout-team .carousel-content .position{
	text-align: center;
	font-size: 1em;
}

.custom-layout-team{
	background: #dededc;
	height: 455px;
}

.cms-grid-item > a{
  height: 300px !important;
}

.main-banner{
	height: 705px;
}

@media (max-width: 1280px){
	.main-banner{
		height: 705px;
	}
}

@media (max-width: 1024px){
	.main-banner{
		height: 680px;
		padding-top: 124px;
	}
}

@media (max-width: 768px){
	.main-banner{
		padding-top: 167px;
		height: 552px;
	}
}

@media (max-width: 750px){
	.main-banner{
		padding-top: 242px;
		height: 590px !important;
	}
}

@media (max-width: 700px){
	.main-banner{
		padding-top: 242px;
		height: 548px !important;
	}
}

@media (max-width: 600px){
	.main-banner{
		padding-top: 200px ;
		height: 375px !important;
	}
}



@media (max-width: 480px){
	.main-banner{
		padding-top: 200px ;
		height: 375px !important;
	}
	
	.float-item{
		width: 150px;
		height: 120px;
	}
}

@media (max-width: 450px){
	.main-banner{
		padding-top: 202px ;
		height: 330px !important;
	}
}

@media (max-width: 320px){
	.main-banner{
		height: 470px !important;
		padding-top: 200px;
	}
}


.home .owl-controls .owl-nav .owl-next:hover,
	.home .owl-controls .owl-nav .owl-prev:hover{
	background: rgba(211,211,211,0.5) !important;
}

.direction-button{
	background: #000 !important;
}

#menu-prime-group-menu li > .sub-menu li a:hover{
	color: #bbb !important;
}
