/*
Theme Name:     Theme by salonsoweb
Theme URI:      https://salonsoweb.es
Description:    Generatepress child theme.
Author:         Santiago Alonso (@salonsoweb)
Author URI:     https://salonsoweb.es
Template:       generatepress
Version:        0.1.0
*/

.corp{color:#81b29A;}
.corp2{color:#753742;}
.corp3{color:#F8F7E4;}
.corp4{color:#70838F;}
.corp5{color:#F2cc8f;}

body .elementor-widget-wrap .noline a { text-decoration: none;}

.post{margin:0;}

.txt-color{}
.txt-color blockquote{margin: 50px 50px 50px -50px; background:#F8F7E3; border-left: 5px solid #753742; color:#753742; padding-left: 50px;}
.elementor .txt-color img{
    margin: 50px;
    box-shadow: 2px 2px 15px 0px #70838F;
    border-radius: 0 20px 0 0;
}
.elementor .txt-color img.aligncenter{margin: 50px auto;}
.elementor .txt-color img.alignright{margin-right: -30px;}
.elementor .txt-color img.alignleft{margin-left: -30px;}

blockquote.quote-bg {
    background: #F8F7E3;
    padding: 30px;
    border: none;
    border-radius: 10px;
    color: #753742;
	margin:60px 0;
}
blockquote.quote-bg:nth-child(n){
	transform: rotate(0.5deg);
}
blockquote.quote-bg:nth-child(2n){
	transform: rotate(-0.5deg);
}
