/*
Theme Name: Vigor NEW
Theme URI: http://demo.edge-themes.com/vigor
Description: Vigor
Tags: blog, portfolio, lifestyle, personal, shop, simple, design, modern, clean, vintage, fashion, art, white, stylish, elegant
Author: Edge Themes
Author URI: http://demo.edge-themes.com
Version: 1.8.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.

*/

h1, h2, h3, h4 {
	text-align: center;
}

.content .content_inner > .container > .container_inner.default_template_holder {
    padding-top: 44px;
    padding-bottom: 33px;
}

.default_template_holder h2, h3 {
	padding-bottom: 30px;
	padding-top: 20px;
}

.wp-post-image {
	border-radius: 10px;
}

#recent-posts-8 h4{
	color: #6b8e23;
}

#nav_menu-9 h4 {
	color: #6b8e23;
}

#menu-footer-menu-en a {
	color: #6b8e23;
}

#recent-posts-8 a {
	color: #6b8e23;
}

#nav_menu-11 h4{
	color: #6b8e23;
}

#menu-footer-menu-es a {
	color: #6b8e23;
}

#recent-posts-15 h4 {
	color: #6b8e23;
}

#recent-posts-15 a {
	color: #6b8e23;
}

#nav_menu-12 h4 {
	color: #6b8e23;
}

#menu-footer-menu-de a {
	color: #6b8e23;
}

#recent-posts-16 h4 {
	color: #6b8e23;
}

#recent-posts-16 a {
	color: #6b8e23;
}

#nav_menu-13 h4 {
	color: #6b8e23;
}

#menu-footer-menu-pl a {
	color: #6b8e23;
}

#recent-posts-17 h4 {
	color: #6b8e23;
}

#recent-posts-17 a {
	color: #6b8e23;
}

.title h1 {
	font-size: 33px;
}


footer .container {
    background-color: black !important;
}

.prev .pagination_arrow:before {
    content: "\2039"
}

.next .pagination_arrow:before {
    content: "\203A"
}

nav.mobile_menu ul>li.has_sub>span.mobile_arrow {
    top: -3px;
    right: 514px;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}


.blog_holder.blog_split_column .post_content_column:first-of-type {
	width: 30%;
}
.blog_holder.blog_split_column .post_content_column.text-wrapper {
	width: 70%;
}

@media screen and (max-width: 550px) {
	.blog_holder.blog_split_column .post_content_column:first-of-type,
	.blog_holder.blog_split_column .post_content_column.text-wrapper {
		width: 100%;
	}
}
