/*
Theme Name: Blush
Theme URI: http://blush.select-themes.com
Description: A Trendy Beauty and Lifestyle Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: blush
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

table tbody tr, table thead tr {
	border: 1px solid #000!important;
}

table tbody td, table tbody th {
	border-right: 1px solid #000!important;
	padding: 10px 10px;
}

@media (max-width: 767px) and (min-width: 320px){
	table tbody td, table tbody th {
		font-size: .7rem;
		padding: 5px 5px;
	}
}

.qodef-image-with-text-holder .qodef-iwt-image img {
	margin: 0 auto!important;
}

.qodef-top-bar .qodef-icon-text  {
	font-size: 16px;
}

.qodef-icon-widget-holder .qodef-icon-text {
	padding: 0!important;
}
@media (max-width: 1024px) {
	.qodef-top-bar {
		display: inline-block!important;
	}
	.qodef-top-bar .qodef-vertical-align-containers .qodef-position-right {
		display: flex!important;
		justify-content: center;
		align-items: center;
		float: none;
	}
}

@media (max-width: 480px) {
	.qodef-container-inner, .qodef-grid, .qodef-row-grid-section {
		width: 97%!important;
	}
	.qodef-mobile-header .qodef-mobile-menu-opener {
		padding-top: 9px;
	}
	.qodef-mobile-header .qodef-position-right-inner>.qodef-icon-widget-holder {
		padding-top: 16px;
	}
	.qodef-top-bar {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.qodef-top-bar .qodef-vertical-align-containers .qodef-position-right {
		text-align: center;
	}
}

.qodef-btn.qodef-btn-icon.qodef-btn-medium > i, .qodef-btn.qodef-btn-icon.qodef-btn-medium > span:not(.qodef-btn-text) {
	margin-left: 10px!important;
	padding-left: 10px!important;
}