
.portfolio_nav { display:none; }
#wrapper
{
	overflow-x: hidden;
}
.mobile_menu_wrapper
{
    overflow: auto;
}
body.js_nav .mobile_menu_wrapper 
{
    display: block;
}
.gallery_type, .portfolio_type
{
	opacity: 1;
}
#searchform input[type=text]
{
	width: 75%;
}
.woocommerce .logo_wrapper img
{
	max-width: 50%;
}

#mobile_nav_icon
{
    display: none !important;
}


@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(360px, 0px);
		-ms-transform: translate(360px, 0px);
		transform: translate(360px, 0px);
		-o-transform: translate(360px, 0px);
	}
}

a#prevslide:before
{
	font-family: "FontAwesome";
	font-size: 24px;
	line-height: 45px;
	display: block;
	content: '\f104';
	color: #fff;
	margin-top: 0px;
}
a#nextslide:before
{
	font-family: "FontAwesome";
	font-size: 24px;
	line-height: 45px;
	display: block;
	content: '\f105';
	color: #fff;
	margin-top: 0px;
}
body.page-template-gallery a#prevslide, body.single-galleries a#prevslide
{ 
	z-index:999; cursor: pointer; display: block; position: fixed; left: 20px; top: 46%; padding: 0 20px 0 20px; width: initial; height: initial; border: 2px solid #fff; opacity: 0.5; 
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	
	border-radius: 250px;
}

body.page-template-gallery a#nextslide, body.single-galleries a#nextslide
{ 
	z-index:999; cursor: pointer;  display: block; position: fixed; right: 20px; top: 46%; padding: 0 20px 0 20px; width: initial; height: initial; border: 2px solid #fff; opacity: 0.5; 
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	
	border-radius: 250px;
}

body.page-template-gallery a#prevslide:hover, body.page-template-gallery a#nextslide:hover, body.single-galleries a#prevslide:hover, body.single-galleries a#nextslide:hover { opacity: 1; }



#menu_wrapper .nav li.arrow > a:after, #menu_wrapper div .nav li.arrow > a:after
{
	margin-top: 3px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
	padding: 0;
	border: 0;
}

#page_caption.hasbg .page_title_wrapper
{
	background: rgba(0,0,0,0);
}


html[data-style=fullscreen] .top_bar.hasbg, .top_bar.hasbg
{
	background: rgba(0,0,0,0.1);
}



.bg_gradient::after
{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    background: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(60%,transparent),color-stop(66%,rgba(50,50,50,0.1)),color-stop(93%,rgba(50,50,50,0.95)),to(rgba(50,50,50,1)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,rgba(50,50,50,0.1) 66%,rgba(50,50,50,0.95) 93%,rgba(50,50,50,1) 100%);
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(50,50,50,0.1) 66%,rgba(50,50,50,0.95) 93%,rgba(50,50,50,1) 100%)
}


@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@-ms-keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:0.99; } }
 
.fade-in {
    animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	-ms-animation-name: fadeIn;	

	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;	

	-webkit-animation-fill-mode:forwards; 
    -moz-animation-fill-mode:forwards;
    -ms-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
    
    visibility: visible !important;
}


.ppb_subtitle {
    font-size: 13px;
}

#wrapper {
    background: #fff;
    border: none;
}

h6 {
    font-size: 10px !important;
}

h2.ppb_title {
line-height: 1.2em;
}

h1.ppb_title {
 font-size: 32px;
 line-height: 1.2em;
 padding-top: 20px;
}

.portfolio_desc.portfolio3 .post_detail {
    font-size: 12px;
    line-height: 1.5em;
    font-style: normal;
    font-family: Open Sans;
}

.portfolio_desc.portfolio2 .post_detail {
  font-size: 14px;
  letter-spacing: .3px;
  line-height: 1.6em;
  font-style: normal;
  font-family: bitter;
}

.portfolio_desc.portfolio2 h5 {
    font-size: 20px;
}

.post_header.grid h6, .portfolio_desc h5 {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3em;
    padding-bottom: 5px;
}

p {
    letter-spacing: 0.3px;
}

.wpcf7-form input.wpcf7-text {
  padding-left: 7px;
}

.wpcf7-form textarea  {
  padding-left: 7px;
}

.fa-ul > li {
    position: relative;
    padding-left:10px !important;
}

.fa-ul {
    margin-left: 2.5em;
}

.fa-li {
    top: 0.35em;
    text-align: left;
}

.social_wrapper ul li a i, .social_wrapper.small ul li a i {
    font-size: 23px;
    color: #FFFFFF;
}

#footer_menu li a {
    font-size: 11px;
    font-weight: 600;
    color: #1E1E1E;
}

#footer_menu li a:hover {
    color: #939393;
}

@media only screen and (max-width: 767px) {
.logo_wrapper img {
    max-width: 70px !important;
}
}

.mobile_menu_wrapper #sub_menu li a {
    line-height: 2 !important;
    padding-bottom: 20px !important;
}

.responsive-tabs ul {
    margin-left: 18px;
}


body #tve_two_set .thrv_lead_generation input[type="text"], body
 #tve_two_set .thrv_lead_generation input[type="email"] {
    background: #fff !important;
    padding: 0px 10px !important;
    font-size: 21px;
}

body #tve_two_set .thrv_lead_generation input[type="text"]:hover,
 body #tve_two_set .thrv_lead_generation input[type="email"]:hover {
    background: #959595 !important;
} 

.testimonial_slider_wrapper {
    font-family: Open Sans;
    font-size: 21px;
    letter-spacing: 1px;
}

.responsive-tabs .responsive-tabs__heading:after {
	border: 0;
	color: #c90;
	height: 1em;
	width: 1em;
	content:"+";
	top: 10px;
 }

.responsive-tabs .responsive-tabs__heading--active:after {
	border: 0;
	color: #ff0;
	content:"-";
 	top: 10px;
}

.responsive-tabs .responsive-tabs__list__item {
        font-family: "Open sans";
        letter-spacing: 1px;
}

.portfolio_classic_icon_wrapper {
    display: none !important;
}





