/*
Theme Name: Carruajes Romero
Theme URI: http://chandelier.elated-themes.com/
Description: A child theme of Chandelier Theme
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Version: 1.0.0
Template: chandelier
*/

@import url('../chandelier/style.css');

.col{
 width: 100%;
}
.col1,.col2{
 float: left;
 position: relative;
 padding: 0;
 width:100%;
 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.col1{
padding-right: 0px;
}
.col2{
padding-left: 0px;
}
 
.eltd-post-info, .eltd-item-info-section{
    display: none;
}

.iconos-sociales br {
	display: none;
}

.iconos-sociales a {
	float: left !important;
	display: inline;
	padding: 8px;
	font-size: 18px !important;
}

.iconos-sociales-cabecera br {
	display: none;
}

.iconos-sociales-cabecera a {
	float: left !important;
	display: inline;
	padding: 8px;
	font-size: 18px !important;
}

.iconos-sociales-cabecera {
	position: relative;
	top: 20px;
}

.iconos-sociales-cabecera-sticky br {
	display: none;
}

.iconos-sociales-cabecera-sticky a {
	float: left !important;
	display: inline;
	padding: 8px;
	font-size: 18px !important;
}

.iconos-sociales-cabecera-sticky {
	position: relative;
	top: 8px;
}
footer .eltd-footer-top-holder {
    background-color: #691613 !important;
	color: #bfbfbf !important;
}
footer .widget a {
    color: #bfbfbf !important;    
}
footer .widget .eltd-footer-widget-title .eltd-footer-separator {
    background-color: #b69f62 !important;
}
.eltd-main-menu>ul>li>a span.item_inner {    
    padding: 0 10px !important;
}
.eltd-menu-area .eltd-vertical-align-containers {
    padding: 0 30px !important;
}
body.single-portfolio-item h4 {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.wpb_text_column p {
    margin-bottom: 24px !important;
}

.wpb_text_column {
    text-align: justify !important;
}

h3.eltd-section-subtitle {
    line-height: 1.4em !important;
}
body.page-template.page-template-blog-masonry .eltd-post-info-category {
    display: none !important;
}
body.page-template.page-template-blog-masonry h3.eltd-post-title {
    font-size: 28px !important;    
}
body.page-template.page-template-blog-masonry article.post {
    padding: 16px !important;
    border: 1px solid #ebebeb !important;
}
body.page-template.page-template-blog-masonry .eltd-post-image {
    margin-top: -16px !important;
    margin-left: -16px !important;
    margin-right: -16px !important;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
.col1,.col2{
 width: 50%;
 }
.col1{
padding-right: 10px;
}
.col2{
padding-left: 10px;
}
}