/*
 Theme Name:   Buzzblogpro Child
 Theme URI:    https://buzzblogpro.hercules-design.com
 Description:  Buzzblogpro Child Theme
 Author:       HerculesDesign
 Author URI:   https://hercules-design.com
 Template:     buzzblogpro
 Version:      2.9
 Tags:         theme-options, featured-images, translation-ready
 Text Domain:  buzzblogpro-child
*/

.font16 {
	font-size: 16px;
}
.m-top20 {
	margin-top: 20px;
}
.m-top40 {
	margin-top: 40px;
}
.m-bottom10 {
	display: block;
	margin-bottom: 10px;
}
.m-bottom30 {
	margin-bottom: 30px!important;
}
.page .wp-block-embed {
	text-align: center;
}
/* .page .post-inner>h2 {
	margin-top: 70px;
} */

.container, .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width : 767px) {
.no-xsmall {
	display: none!important;
}
}
.single .post_content .isopad p a:not(.pinimage), .page .isopad p a:not(.pinimage) {
	font-weight: 400;
}
/* ========================================= small post ========================= */
.small-post .post-grid-block {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.small-post .post-grid-block h3.grid-post-title, .small-post .post-grid-block .meta-space-top {
	text-align: left;
}
.post-grid-block p {
	margin-bottom: 10px;
}
.post_category a {
	padding-left: 0px;
}
/* ========================================= menu top ================================= */
.top-container .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
#top-navigation {
	float: none;
}
.top-left {
	background-color: #000;
	color: #fff;
	text-align: center;
}
#top-menu ul {
	display: block;
}
#top-menu li {
	margin: 0 10px 0 10px;
}
#top-menu li.current-menu-parent>a, #top-menu li.current-menu-item>a {
	color: #c5b8a5!important;
}
#top-menu li > ul {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	transition-delay: 0s;
}
#top-menu li:hover > ul {
	visibility: visible;
	opacity: 1;
	transition-delay: 1s;
}
/* aggiungo i social */
.top-left .top-widget-left {
	position: absolute;
	top: 0px;
	left: 60px;
}
/* ========================================= menu primary ================================= */
#primary li > ul {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	transition-delay: 0s;
}
#primary li:hover > ul {
	visibility: visible;
	opacity: 1;
	transition-delay: 1s;
}
.primary-menu li.menu-item-has-children>a:after, .top-nav-menu ul li.menu-item-has-children>a:after {
	font-family: FontAwesome;
	content: "\f107";
	margin-left: 10px;
	font-size: 12px;
	color: #000!important;
	opacity: 1;
}
.top-nav-menu ul li.menu-item-has-children>a:after {
	color: #fff!important;
}

@media (max-width: 991px) {
.mobile-icons {
	right: 20px;
}
}
#top-menu ul {
	width: 260px;
}
.primary-menu ul {
	width: 300px;
}

@media (min-width: 992px) {
.icon-menu a {
	color: #000!important;
}
}

@media (max-width: 991px) {
.mobile-top-panel a {
	color: #fff!important;
}
.mobile-top-panel {
	background: #000!important;
}
.mobile-shopping-cart .badge {
	background: #fff!important;
	color: #000!important;
}
}
.primary-menu > li > a::after {
	left: 0px;
	background-color: #fff!important;
}

@media (min-width : 992px) {
.nav-icon4 span, .nav-icon4 span:before, .nav-icon4 span:after {
	background-color: #000;
}
}

/* ========================================= footer ================================= */
.footer {
	text-align: left;
}
.footer-pubblicita a {
	background-color: #000;
	color: #fff!important;
	font-size: 25px;
	line-height: 35px;
	padding: 20px;
	text-align: center;
	display: block;
}
@media (min-width: 992px) {
.footer .col-md-4.bottom2-widgets-column {
	width: 66.66666667%;
}
}
.footer .col-md-4.bottom3-widgets-column {
	display: none!important;
}
.footer .cat-item .children {
	display: none;
}
.footer .widget_categories ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 0;
}
@media (min-width : 768px) {
.footer .widget_categories li {
	list-style: none;
	display: inline-block;
	width: calc(100% / 4);
}
.footer .widget_categories li:nth-child(2), .footer .widget_categories li:nth-child(3), .footer .widget_categories li:nth-child(4) {
	padding-top: 0px;
}
.bottom-widgets-column ul {
	font-size: 14px;
}
.footer .widget_categories li {
	border-top: none;
    border-bottom: 1px solid #eaeaea;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
}
@media (max-width : 767px) {
.footer .widget_categories li, .footer .widget_nav_menu li {
	list-style: none;
	display: inline-block;
	width: calc(100% / 2);
	margin-right: 0px!important;
}
.footer .widget_categories li:nth-child(2) {
	padding-top: 0px;
	border-top: none;
}
.footer .widget_categories li:nth-child(13) {
    width: 100%;
}
.footer .bottom2-widgets-column .subtitle, .footer .bottom3-widgets-column .subtitle {
	margin-top: 30px!important;
}
.footer .widget_nav_menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
}
}
.footer .widget-content h4.subtitle {
    margin-bottom: 0.7667em;
}
.footer .widget_nav_menu h4.subtitle {
	margin-top: 50px;
}
.footer .widget_nav_menu li {
    border-top: 1px solid #f6f6f6;
    padding-top: 0px;
    display: inline-block;
    margin-right: 35px;
}
.link-promozione {
	font-size: 18px;
	line-height: 30px;
	font-family: Prata;
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	background-color: #000;
	margin-top: 20px;
}
.link-promozione:hover {
	background-color: #fff;
}
.link-promozione a {
	display: block;
	padding: 10px 5px;
	color: #fff!important;
}
.link-promozione:hover a, .link-promozione a:hover {
	color: #000!important;
}

/* ================================ widget iscrizione newsletter ========================= */
.iscrizione-newsletter {
	padding: 20px;
	text-align: center;
	background: #f7f7f7;
}
.iscrizione-newsletter .titolo {
	font-family: Prata;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 14px;
	margin-bottom: 14px;
	font-size: 20px;
}
.iscrizione-newsletter .wpcf7 label {
	width: auto;
}
.sidebar .iscrizione-newsletter .wpcf7 label {
	width: 100%;
}
.col-md-9 .iscrizione-newsletter .wpcf7 input[type="submit"] {
	padding: 10px 16px 8px;
}
/* ================================ sidebar ========================= */
#sidebar {
	margin-top: 40px;
}
.home #sidebar {
	margin-top: 0px;
}
#sidebar .post_block_2 .post-grid-block h2.grid-post-title {
	height: 60px;
	overflow: hidden;
}
@media (max-width : 767px) {
#sidebar .small-post .thumb-container {
	width: 40%;
}
#sidebar .small-post .thumb-container .thumbnail {
    margin-right: 0px;
}
}

/* ================================ home - slider categorie ========================= */
.bottom-centered .cover-content {
	margin-bottom: 30px;
}
.cover-content {
	position: relative;
	text-align: center;
	max-width: 100%;
	z-index: 1;
}
#slider_89444 .owl-item .caption {
	position: absolute;
	bottom: 0px;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
}
#slider_89444 .owl-item .caption .titolo {
	font-family: Prata;
	line-height: 20px;
	letter-spacing: 0;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
#slider_89444 .owl-item .caption .testo {
	font-family: Heebo;
	text-transform: uppercase;
	line-height: 26px;
	letter-spacing: 1px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 10px;
}

@media (max-width: 991px) and (min-width: 768px) {
#slider_89444 .sa_hover_container {
	height: 400px!important;
	min-height: auto!important;
}
}

@media (max-width: 767px) {
#slider_89444 .sa_hover_container {
	height: 300px!important;
	min-height: auto!important;
}
}
/* ================================ home - slider post per categoria ========================= */
#slider_89440 .owl-item {
	text-align: center;
}
/* #slider_89440 .owl-item img {
	height: 187px;
	width: auto;
} */
.sa_hover_container {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.sa_hover_buttons, .sa_hover_buttons a {
	display: block!important;
	width: 100%!important;
	height: 100%!important;
	position: absolute!important;
	overflow: hidden!important;
	top: 0!important;
	left: 0!important;
	opacity: 0!important;
}
/* ============================== home ========================== */
#post-88277 {
	margin-top: -33px;
}
.home .main-page {
	margin-top: 0px;
}
.nascondi-primo-post .small-post:first-child {
	display: none;
}
.text-left .post-grid-block .meta-space-top, .text-left .post-grid-block h3.grid-post-title, .text-left p {
	text-align: left!important;
}
h2.trending-title {
	line-height: 22px;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 16px;
	margin-bottom: 34px;
}
h2.h2-piccolo, .h2-piccolo h2 {
	border-bottom: 1px solid #eee;
	padding: 14px 0px!important;
	margin-bottom: 26px;
	font-family: "Playfair Display"!important;
	text-align: left;
	text-transform: none;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 600!important;
	font-style: italic;
	color: #000!important;
	font-size: 21px;
}

@media (min-width: 992px) {
.small-post.col5-7 .post-grid-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: left;
	justify-content: left;
}
.small-post.col5-7 .thumb-container {
	width: 41.66666667%;
	padding-right: 32px;
}
.small-post.col5-7 .post-header {
	width: 58.33333333%;
	padding-left: 32px;
}
}
.small-post.col5-7 .thumb-container .thumbnail {
	margin-right: 0px;
}
.list-post h2.list-post-title a, .list-post h2.list-post-title, .list-post h3.list-post-title a, .list-post h3.list-post-title {
	font-family: Prata;
	text-align: left;
	text-transform: none;
	line-height: 37px;
	letter-spacing: -1px;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 32px;
}
.grid .grid-item .post-header h3 a, .grid .grid-item h3.post-title, .post-grid-block h3.grid-post-title a, .post-grid-block h3.grid-post-title {
	line-height: 18px;
	font-size: 16px;
	margin-top: 10px;
	padding-top: 6px;
	letter-spacing: 0;
}
.big-post.title22 .post-grid-block h3.grid-post-title, .big-post.title22 .post-grid-block h3.grid-post-title a {
	line-height: 24px;
	font-size: 22px;
}
.small-post.title32 .post-grid-block h3.grid-post-title, .small-post.title32 .post-grid-block h3.grid-post-title a {
	line-height: 32px;
	font-size: 27px;
	letter-spacing: -1px;
}
.big-post.title36 .post-grid-block h3.grid-post-title, .big-post.title36 .post-grid-block h3.grid-post-title a {
	line-height: 36px;
	font-size: 36px;
	padding: 15px 0px;
	letter-spacing: -1px;
}
.post-grid-block h3.grid-post-title strong, h2.list-post-title strong {
	font-weight: 400!important;
}
.post-grid-block h3.grid-post-title em, h2.list-post-title em {
	font-style: normal!important;
}
.big-post p {
	text-align: justify;
}

@media (max-width : 767px) {
.small-post.col5-7 .post-grid-block {
	display: block;
}
.small-post .thumb-container {
	float: none;
	width: 100%;
	margin: 0px auto 30px;
}
.small-post .post-grid-block .post-header {
	float: none;
	width: 100%;
	padding: 0px 15px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.small-col-6 .col-md-6 {
	width: 50%;
	float: left;
}
}
#slider_89461 .owl-item .post-grid-block h3.grid-post-title a {
	line-height: 21px;
	font-size: 17px;
}

/* =========================== slider moda sposo, cerimonia donna, eventi ==================== */
.slider-home-4 {
	margin: 0px 15px;
}
.slider-home-4 p {
    margin: 0 0 20px;
	font-family: Prata;
    text-align: inherit;
    text-transform: none;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 16px;
}

/* ============================= proposta matrimonio =================== */
.banner-proposta {
	padding: 20px;
	text-align: center;
	background: #f7f7f7;
	margin-bottom: 30px;
}
.banner-proposta p {
	margin-bottom: 0px;
}
.banner-proposta .testo1, .banner-proposta .testo2 {
	padding: 14px 0px;
	font-family: "Playfair Display";
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
	color: #000;
	font-size: 18px;
}
.banner-proposta .testo2 {
	padding-top: 0px;
}
.banner-proposta a.elementor-button {
	font-family: Prata!important;
	display: inline-block;
	background-color: #000!important;
	color: #fff!important;
	padding: 15px 35px;
	font-weight: 400!important;
}
.banner-proposta a.elementor-button:hover, .banner-proposta a.elementor-button:focus {
	background-color: #f9f9f9;
	color: #000;
}
/* popup */
.popup-recensione .modal-body {
	padding: 20px!important;
}
.popup-recensione .modal-body label {
	text-align: left;
	width: 100%;
}
.popup-recensione span.wpcf7-form-control-wrap {
	margin-top: 5px;
}

@media (max-width : 767px) {
.elementor-inner .modal {
	padding-top: 0px!important;
}
}
/* ============================= slider 2 - home =================== */
#slider_89490 .owl-item .caption {
	position: absolute;
	bottom: 0px;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.4));
}
#slider_89490 .owl-item .caption .titolo {
	font-family: Prata;
	line-height: 20px;
	letter-spacing: 0;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
/* =============================== i post in cui bisogna nascondere l'immagine featured sono da mettere in layout 2 ========================== */
.single .content-holder.layout2 .featured-thumbnail {
	display: none;
}
/* ============================ CONTACT FORM 7 ======================== */
.wpcf7 input {
	background: #fff;
	line-height: 45px;
	color: #000;
	font-size: 16px;
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 10px;
}
.wpcf7 label {
	width: 100%;
}
.wpcf7-acceptance label {
	font-size: 13px;
	margin-bottom: 20px;
	width: auto;
}
.wpcf7-acceptance label a {
	color: #000;
	text-decoration: underline;
}
.wpcf7-acceptance label a:hover, .wpcf7-acceptance label a:focus {
	text-decoration: none;
}
.wpcf7-form-control-wrap input {
	width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-acceptance input, .wpcf7-list-item input {
	width: auto;
}
span.wpcf7-list-item.first, .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0px;
}
.wpcf7 input[type="submit"] {
	font-family: Prata;
	background-color: #000;
	color: #fff;
	border-color: #000;
	display: inline-block;
	padding: 6px 16px 4px;
	width: auto;
	font-size: 10px;
	line-height: 26px;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 input[type="submit"]:focus, .wpcf7 input[type="submit"]:active {
	background-color: #c5b8a5;
	color: #fff;
	border-color: #c5b8a5;
}
.wpcf7 p {
	margin-bottom: 0px!important;
}
.wpcf7-form input[type="file"] {
	opacity: 1;
	line-height: normal;
	margin-top: 15px;
	padding: 0px;
}
textarea, select {
	font-size: 16px;
}
/* ==================== shop ====================== */
section.up-sells.upsells.products {
	clear: both;
}
.woocommerce table.shop_attributes td {
	padding-left: 8px;
}
.woocommerce .woocommerce-cart-form .quantity .qty {
	padding: 8px;
}
.woocommerce-cart table.cart input {
	padding: 10px;
}
.single-product .woocommerce-tabs, .single-product .related.products, .single-product .paginaton-container {
	display: none;
}
.single-product form.cart p {
	clear: both;
}
/* =============================== pagine ============================ */
.immagine-pagine {
	height: 285px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.layout4 .title-section {
	padding: 30px 0 0px 0;
}
.immagine-testata {
	background-position: 50% 0px!important;
	min-height: 32vh;
}
/* ==================== gallery post ============== */
.tos-wrapper {
	z-index: 9999!important;
}
.tos-close, .tos-next, .tos-prev {
	opacity: 1!important;
}
/* =================== pagina login ==================== */
.login form .input, .login input[type=text] {
	border: 1px solid #000!important;
}
/* =================== categorie ======================= */
.archive.category .title-section .cat-des {
	text-align: justify;
	text-transform: none;
	line-height: 26px;
	letter-spacing: 0px;
	font-style: normal;
	color: #000;
	font-size: 14px;
	width: 100%;
	margin: 0px -15px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-top: 25px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ================ pagina ricerca ================= */
.search .title-section h1 {
	text-align: center;
	display: block;
}
.search .category-box h1 span {
	margin: -20px 0 0px 0 !important;
}

/* ================= logo mobile ================== */
@media (max-width : 767px) {
.logo img, .bottom1-widgets-column img {
	width: 225px;
}
.bottom1-widgets-column #media_image-2 {
	text-align: center;
}
}

/* ================= titoli mobile ================== */
@media (max-width : 767px) {
.title-section h1 {
    line-height: 43px!important;
    font-size: 36px!important;
}
}

/* ================ search mobile ==================== */
@media (max-width : 767px) {
.sb-search-input {
    font-size: 14px!important;
}
.mobile-shopping-cart .badge {
    min-width: 16px!important;
    min-height: 16px!important;
    line-height: 16px!important;
    font-size: 10px!important;
}
}
.mobile-top-panel .mobile-icons a {
	font-size: 12px;
	padding-left: 0px!important;
	padding-right: 0px!important;
	margin-right: 12px;
}

/* ============== pagina redazione ============ */
#post-90523 {
    font-size: 20px;
    line-height: 28px;
}

/* =========== popup con form active campaign ============= */
.modal ._form_element input {
	font-family: 'Heebo';
	border: none!important;
}

/* =========== banner ad Rotate footer mobile fixed ============= */
@media (min-width : 768px) {
.footer_banner_mobile {
    display: none !important;
}
}
.footer_banner_mobile {
    display: block;
    position: fixed;
    z-index: 10000;
    right: 0;
    bottom: -4px;
    left: 0;
    padding: 0px;
    max-width: 375px;
    margin: auto;
}
.z-index10 {
	z-index: 10!important;
}

/* ================= bottoni mobile top ================= */
#menu-mobile-bottoni-top {padding-left: 21px;}

#menu-mobile-bottoni-top li {
    border: 0px solid #f6f6f6;
    padding: 5px 16px;
    height: auto;
    line-height: normal;
    display: inline-block;
}

#menu-mobile-bottoni-top li a {color:#ccc !important;}

#menu-mobile-bottoni-top li:first-child {border-right:1px solid #ccc;}
.mobile-top-panel .col-xs-12 {
	padding-left: 25px;
    padding-right: 25px;
}
.mobile-top-panel .mobile-icons .st-trigger-effects a {
    margin-right: 0px;
}
.mobile-top-panel .st-trigger-effects {
    padding: 0px 10px 0px 0px;
}
@media (max-width: 991px) {
.logo {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
}

@media (max-width: 360px) {
#menu-mobile-bottoni-top {
    padding-left: 12px;
}
}


@media (max-width: 360px) {
#menu-mobile-bottoni-top li {
    border: 0px solid #f6f6f6;
    padding: 5px 8px;
    height: auto;
    line-height: normal;
    display: inline-block;
}
}

@media (max-width: 360px) {
h1.post-title {
    font-size: 24px !important;
    line-height: 28px !important;
    letter-spacing: -0.5px !important;
}
}

/* ========== titolo categoria e sottocategoria nell'immagine ============ */
.page .immagine-testata, .category .immagine-testata {
    display: table;
    width: 100%;
	height: 32vh;
}
.page .immagine-testata h1 {
    display: table-cell;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	font-family: Prata;
    line-height: 52px;
    letter-spacing: -2px;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
}
.category .immagine-testata .container {
	display: table-cell;
    text-align: center;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.5);
}
.category .immagine-testata .container h1 {
	color: #fff;
	font-family: Prata;
    line-height: 52px;
    letter-spacing: -2px;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
}
/* ================ bottone nero nel carrello vuoto ================ */
.page.woocommerce-cart .post-inner p > a:not(.btn) {
    color: #fff;
}

/* =============== categoria non attiva filtri =============== */
.category .category-filter>li {
    display: block;
}
.category .category-filter li {
	margin-bottom: 10px;
}

/* ================= checkout ============== */
.woocommerce-checkout .woocommerce-info {
    background: #eee3d4;
}
.woocommerce-checkout .woocommerce-info a, .woocommerce-checkout .woocommerce-error a {
    font-weight: 700;
}
.woocommerce-checkout .select2-container .select2-selection--single {
    height: 45px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.woocommerce-additional-fields {
	display: none;
}
.woocommerce-checkout .content-holder {
	padding-bottom: 40px;
}
.woocommerce-checkout .woocommerce h3 {
    font-size: 25px!important;
}
/* ================= Thumb dflip ingrandita ============== */
._df_thumb {
    width: 290px!important;
    height: 369px!important;
	margin-left: 0px!important;
}
@media (min-width: 768px) and (max-width: 991px) {
.page-id-1170 ._df_thumb {
    width: 200px!important;
    height: 240px!important;
}
}

/* ================= Checkout form sistemazioni ============== */
#ship-to-different-address-checkbox {
	display: none;
}
#shipping_country_field {
	display: none;
}
@media (max-width : 767px) {
.woocommerce-checkout .woocommerce-info a, .woocommerce-checkout .woocommerce-error a {
    display: block;
    position: relative;
    right: auto;
}
}

/* ================= Adrotate banner post inline ============== */
.post_content .g-col {
	float: none !important;
}

/* =================== bottone checkout ================ */
.woocommerce-checkout #place_order {
    display: block;
    float: none!important;
    background-color: #ffc439;
    height: 55px;
    line-height: 55px;
    width: 100%;
    border: none;
    border-radius: 3px;
    font-size: 25px;
    padding: 0px;
    color: #000;
    font-weight: 700;
}
.woocommerce-checkout #place_order:hover, .woocommerce-checkout #place_order:focus {
    box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.05);
}
.woocommerce-checkout #place_order:before {
    display: inline-block;
	position: absolute;
	content: '';
	width: 28px;
	height: 35px;
	background-image: url(https://www.sposimagazine.it/wp-content/uploads/2019/11/logo-paypal.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: -35px;
}