/*
Theme Name: Williamson Child
Template: williamson
Theme URI: http://williamson.themerex.net/
Description: Williamson - excellent WordPress theme with many different blog and header layouts
Author: ThemeRex
Author URI: http://themerex.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.trx_addons_columns_wrap .sc_blogger_item .post_meta{
	display: none;
}

footer > p {
	display: none;
}

.single-post .post_item_single .post_date,
.related_wrap .post_date{
	display: none !important;
}

@media (max-width: 767px) {
	.sc_layouts_menu_mobile_button .sc_layouts_item_text {
		display: none;
	}
	
	header .sc_layouts_row_type_normal .sc_layouts_column {
		position: absolute;
		width: auto !important;
		right: 0;
		top: 50%;
    	transform: translateY(-50%);
	}
	
	header .sc_layouts_row_type_normal {
		position:relative;
	}
	
	header .sc_layouts_row_type_normal:first-child {
		display: none;
	}

	.menu_mobile .copyright_mobile {
		display: none;
	}
	
	.menu_mobile a.menu_mobile_close {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 0;
		color: transparent;
		width: 30px;
		height: 30px;
		margin-top: 15px;
		padding: 0;
		margin-right: 0px;
	}
	
	.menu_mobile_close .icon-cancel{
		font-size: 18px;
	}

	.menu_mobile .menu_mobile_nav_area > ul > li > a {
		font-weight: 500;
		font-size: 2.4rem;
    	line-height: 43px;
	}

	.menu_mobile .menu_mobile_nav_area li {
		text-align: center;
	}

	.menu_mobile .menu_mobile_nav > li.lang-item:last-child {
		margin-top: 20px;
	}
}

@media (max-width: 425px) {
	header a.sc_layouts_logo {
		padding-right: 90px;
    	display: block;
	}
}