
.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);
	}
}




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

#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,1);
}

#page_caption.hasbg .page_tagline
{
	clear: both;
	margin-top: 10px;
}

#page_caption hr.title_break
{
	display: inline-block;
}

#page_caption .page_title_wrapper
{
	margin: 0;
}

.page_tagline
{
	display: block;
	margin: 0;
}

.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(0,0,0,0.1)),color-stop(93%,rgba(0,0,0,0.95)),to(rgba(0,0,0,1)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.95) 93%,rgba(0,0,0,1) 100%);
    background-image: linear-gradient(transparent 0%,transparent 60%,rgba(0,0,0,0.1) 66%,rgba(0,0,0,0.95) 93%,rgba(0,0,0,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;
}


/* ADD SPACE BETWEEN THUMBNAILS IN RESPONSIVE GALLERY MODE */
@media only screen and (max-width: 767px) {
.single-galleries #page_content_wrapper .inner .sidebar_content.full_width img {
    margin-top: 15px !important;
}
}
/* ENDS */

/* CHANGE HOMEPAGE SECTION HEADERS TO LOOK LIKE MENU ITEMS (SUBTITLE IN HEADER IN CONTENT BUILDER  */
.ppb_subtitle {
    font-size: 17px !important;
    text-transform: uppercase !important;

/* text-decoration: underline; */
    letter-spacing: 1.5px !important;
    line-height: 3.5em !important;
    font-weight:500 !important;

}
/*  ENDS  */

/*  BLOG CATEGORIES ON HOME PAGE */
.post_info_cat, .post_info_cat a {
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    line-height: 3.5em !important;
    font-weight: 400 !important;
}
/*  ENDS */

/*  CHANGE PORTFOLIO LINK ARROW TO RED */
.portfolio_classic_icon_content i {
    color: #b40101 !important;
}
/*  ENDS*/

/* CHANGE PORTFOLIO TITLES ON HOMEPAGE  */
.portfolio_desc.portfolio4 h5 {
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
  line-height: 1.5em !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}
/* ENDS */

/*  CHANGE BLOG POST TITLES ON HOMEPAGE */
.post_header.grid h6 a {
    font-size: 13px !important;
    font-weight:400 !important;
    text-transform: uppercase !important;
}
/*  ENDS */

/* REMOVE KEN BURNS EFFECT FROM POSTS */
.post_img:hover img {
    -ms-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    transition: all 4.5s ease-out !important;
    -webkit-transition: all 4.5s ease-out !important;
}
/* ENDS */

/* MAKE ALL HORIZONTAL LINES FULL WIDTH */
hr.title_break {
    width: 100% !important;
    border-top: 1px solid #b40101 !important;
}
/* ENDS */

/* REMOVE POST DATE FROM ARCHIVE PAGE */
.archive .post_detail {
    display: none !important;
}
.page-template-blog_g .post_detail {
    display: none !important;
}

.page-id-4831 .post_header .post_detail {
    display: none !important;
}
/* ENDS */


/* CHANGE RESPONSIVE PADDING FOR POSTS ON IPHONE ETC */
@media only screen and (max-width: 767px) {
.single-post .post_caption {
    padding: 0 0px 0 0px !important;
}
}
@media only screen and (max-width: 767px) {
.single-post #page_content_wrapper .inner .sidebar_content {
    padding: 0 0px 0 0px !important;
}
}
/* ENDS */

/* REMOVE WHITE SPACE ON BLOG POST PAGE */
#post_featured_slider {
    display: none !important;
}
/* ENDS */

/* REMOVE BLOG POST FADE IN */
.fade-in {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-duration: 0.1s !important;
    -webkit-animation-duration: 0.1s !important;
    -ms-animation-duration: 0.1s !important;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: visible !important;
}
/* ENDS */





/* REDUCE GAP BETWEEN PORTFOLIO TITLE AND CONTENT */
.single-portfolios .post_caption {
    margin: 40px 0 0px 0 !important;
}

.sidebar_content full_width {
    margin: 10px 0 0px 0 !important;
}
/* ENDS */

/* change colour of message boxes (like coupons or returning customer) on Woocommerce checkout/cart */
.woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {
border-color: #b40101 !important;
background-color: #b40101 !important;

}

/* ENDS */

/* REMOVE INDENT FROM TITLE BOX ON HOMEPAGE IN LEFT MENU VIEW */
/*@media only screen and (min-width: 768px) {
.ppb_wrapper {
    width: calc(100% - 253px) !important;
    margin-left: 250px !important;
}
}*/
/* ENDS */


/* ALIGNS WOOCOMMERCE PRODUCT TEXT */
ul.products {
  ...
  /*display: block */;
  display: flex;
  flex-wrap: wrap; /* allow items to be flowed on multiple lines */
  align-items: flex-end;
}

.woocommerce .woocommerce-loop-category__title,
.woocommerce li.product .entry-header h3 {
    font-size: 14px !important;
    text-align: left;
}

ul.products li.product a h3 {
  ...
  min-height: 45px;
}

/* ENDS */

/* REMOVE HIGHLIGHT ON WOOCOMMERCE CATEGORY COUNT */

mark {
background-color: rgba(0,0,0,0);
}

/* ENDS */


/* HIDE CART AND SHARE ICON FROM MENU NOT USED*/
/*
.header_cart_wrapper {
    display: none !important;
}
.post_share_wrapper {
    display: none !important;
}

*/
/* ENDS */




