/* 
Theme Name:		 viapocket-child
Theme URI:		 https://www.viapocket.com
Description:	 viapocket-child is a child theme of viapocket
Author:			 viapocket
Author URI:		 https://www.viapocket.com
Template:		 viapocket
Version:		 1.0.0
Text Domain:	 viapocket-child

*/

/*Add your custom styles here*/

/* top bar */
 @media only screen and (max-width: 1230px) {
    #top-bar {
        display: block;
	}}
@media only screen and (max-width: 1230px){
		.top-bar-menu{
			display: block;
			text-align: center;
		}}
@media only screen and (max-width: 1230px){
		#top-bar .top-bar-button{
			    display: flex;
			    justify-content: center!important;
		}}
	
@media only screen and (max-width: 1230px){
		.top-bar-menu li a{
		   font-size: 10px;
           padding-bottom: 10px;
		}}
@media only screen and (max-width: 767px) {
    #top-bar .top-bar-left {
        display: none;
	}} 

#top-bar .top-bar-left{
	width:30%!important;
}
@media only screen and (max-width: 1230px){
	.top-bar-menu{
	display: block!important;
    text-align: center;
	}}
@media only screen and (max-width: 767px){
	#top-bar{
	display: block!important;
	}}
.top-bar-style-1 #top-bar{
	background-color: #0a1024;
}
.top-bar-style-1 #top-bar .top-bar-button a{
	background-color: #ff5e15;
	color: #fff;
}
#top-bar .top-bar-button a:hover{
	background-color: #fff;
	color: #ff5e15;
}
/* Mobile menu scroll */

/* #site-header{
	position: relative!important;
} */

/* Sticky header code */
#site-header-wrap{
/*     position: fixed;
   	top: 0;
	left: 0;
    width: 100%; */
   	z-index: 500;
}

/* bottom nav */
@media only screen and (max-width: 767px) {
    #bottom ul.bottom-nav > li {
			padding-left: 8px;
     		margin-left: 0px!important;
	}}
/* scroll bottom-top */
@media only screen and (max-width: 767px) {
    #scroll-top.show {
			bottom: 164px;
	}}
	
/* 	Footer extra widget */
.new-widget-area {
	background-color: #0a1024;
    padding: 20px;
    color: white;
	border-top: 1px dashed #ff5e15;
}
/* logo  */
/* @media only screen and (min-width: 992px){
#site-logo {
    margin: 15px 0px 15px -49px;
	}} */

.weberium-accordions.style-2 .accordion-item .accordion-heading{
	text-align: center;
    font-size: 23px;
	color: #000;
}

.header-style-1 #site-header{
	border-bottom: 4px solid #ff5e15;
}

.weberium-single-heading.style-2 .heading .line{
	    border-top: 2px solid #ff5e15;
    border-bottom: 1px solid #ff5e15;
}

.home-top-icon{
	border: 2px solid white;
	padding: 20px;
}
.home-top-icon:hover{
	box-shadow: 1px 0px 5px 0px #c7cccf;
	border: #004;
	background-color:#fff;
}
.icon-top img:hover{
	 transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.weberium-partner.style-2 .partner-item .inner{
	  padding: 0px;
    border: 1px solid;
		border-radius:15px;
    background-color: #fff;
}
.weberium-tabs .tab-title .item-title{
	color: #333;
}

@media only screen and (max-width: 767px){
.weberium-tabs.style-4 .tab-content .item-content{
		padding: 0px;
	}}
.weberium-tabs.style-4 .tab-title .item-title > span{
	    padding: 12px 10px 8px;
}
.wpcf7-form .wrap-submit input{
	border: 3px dashed #fff;
}

#client-logo .wpb_single_image img{
/* 	filter: grayscale(100%); */
	height: 100%;
	width: 100%;
	padding: 20px;
/* 	border: 1px dashed ; */
}
#client-logo .wpb_single_image img:hover{
	filter: none;
	border: 2px solid #ff5e15 ;
}
#client-logo .wpb_single_image .vc_figure{
	margin-top: 10px;
}
@media only screen and (max-width: 767px){
	#client-logo .wpb_single_image .vc_figure{
	padding-left: 10px;
	padding-right: 10px;
}
}
#client-logo{
	border-bottom: 2px dashed #ff5e15;
	border-top: 2px dashed #ff5e15 ;
}
.project-box.style-2 .project-image{
	border: 1px solid;
}

/* top footer */
#top-footer{
	    padding: 94px 0px 50px;
}
#top-footer h2 {
    letter-spacing: 0.5px;
    font-size: 14px;
    text-transform: uppercase;
		margin-bottom: 33px;
    color: #fff;
  }
#top-footer h2:after{
	  width: 146px;
    height: 2px;
    background-color: #f54e24;
    content: "";
    position: absolute;
    left: 0;
   	top: 25px;
    z-index: -2;
}

#footer-widgets .widget.widget_nav_menu ul li{
	border: none;
	font-size: 13px;
}
#footer-widgets .widget.widget_nav_menu ul li a{
	color: #ffff;
}

/* Get Quote Page Contact Form */
.get-quote p{
	padding-bottom:10px;
}
span.wpcf7-list-item{
	color: white;
}
span.wpcf7-list-item { display: table-row; }

/* Contact Form 7 */

.wpcf7-form select, .wpcf7-form textarea, .wpcf7-form input{
    margin-bottom: 10px!important;
	background-color: none;
}
.wpcf7-form textarea,
.wpcf7-form input {
   color: black!important;
}
.wpcf7 input[type="submit"] {
     background: #fff!important;
 }
 .wpcf7 input:hover[type="submit"] {
     background: #ff5e15!important;
	 color: #fff!important;
     transition: all 0.4s ease 0s;
 }
 .wpcf7 input:active[type="submit"] {
     background: #ff5e15;
	 color: #fff;
 }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	    color: red;
	border: none;
}
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: #46b450;
    color: #6c6a6a;
}
/* Blog tittle span */
.weberium-news .news-item .text-wrap .title > span{
	padding: 0px!important;
}
/* Portfolio tittle span */
.project-box.style-2 .project-text h2 > span{
	padding:0px!important;
}

/* dekstop menu color*/
#main-nav li.megamenu > ul.sub-menu{
	background-color: #00172D;
}
#main-nav .sub-menu li a{
	color:#fff;
}

/* Mobile menu color */
#main-nav-mobi{
	background-color: #00172D;
}
#main-nav-mobi ul ul li{
	background-color: #042341;
}
#main-nav-mobi ul ul ul li{
	background-color: #00172D;
}
#main-nav-mobi ul > li > a{
	color: #fff;
}
/* Mobile menu hamburger till 1280px screen */
@media only screen and (max-width: 1280px)
#site-header .mobile-button {
    display: block;
}

/* hide breadcrumb on mobile */
@media only screen and (max-width: 1280px){
#featured-title{
	display:none;
	}}
.hentry .post-meta {
display: none;
}

/* Home blog section same height  */
/* .weberium-news .news-item {
 
 height: 20.6em; /* Fallback for non-webkit, line-height * 2 */
/* line-height: 1.2em;
-webkit-line-clamp: 3; /* if you change this, make sure to change the fallback line-height and height */
/* -webkit-box-orient: vertical;
overflow: hidden;
	-webkit-box-orient: vertical;
	overflow: hidden;
text-overflow: ellipsis;
	display: block; /* Fallback for non-webkit */
/*  display: -webkit-box;
	}
.post-btn{
	margin-top: 98px;
} */
/* .weberium-news .news-item .text-wrap .title{
	font-weight: 600!important;
	max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
} */

/* Yellow bg color remove from everywhere */
.weberium-icon-box .heading.style-2.accent-2 span, .weberium-single-heading.style-3 .heading.accent-2 span, .weberium-team .name > span, .weberium-testimonials .name > span, .weberium-price-table .price-table-price .price-wrap > span, .weberium-news .news-item .text-wrap .title > span, .project-box.style-2 .project-text h2 > span{
	background-color: none!important;
	background-image: none!important;
}

