/*
Theme Name: Accesspress Basic Child
Theme URI: http://daneomar.com
Description: Accesspress Basic Child Theme
Author: Zahadin
Author URI: http://daneomar.com
Template: accesspress-basic
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, custom-background, featured-images, full-width-template,	rtl-language-support, theme-options, threaded-comments, translation-ready, e-commerce, news, blog
Text Domain: accesspress-basic-child
*/

.site-title {
	position:relative;
}
.home.page h1.entry-title {
	display:none;
}

.social-icons-head ul li .fa-facebook {
	color: #fff;
}

.borderwhite .vc_icon_element-style-rounded-outline,
.borderwhite .vc_icon_element-style-rounded-less-outline {
	border-color: #DC3522 !important;
}

.featured-footer-100 {
    float: none;
    margin-left: 3%;
    width: 97%;
}

.featured-footer-50 {
    float: left;
    margin-left: 3%;
    width: 47%;
}

.featured-footer-33 {
    float: left;
    margin-left: 3%;
    width: 30%;
}

.red {
	color: #DC3522 !important;
}

.footer-featured-section {
	background-color: #f7f7f7;
}

.vc_separator.textbig h4 {
	font-size:1.4em;
}

.home.page #primary {margin-top:40px;}

h3.widget-title {margin-bottom:15px !important;}

@media screen and (max-width: 576px) {
	.featured-footer-33 {
		float: none;
		margin-left: 0;
		padding:0px 15px;
		width: auto;
	}
}