/* 
 Theme Name:     Allspice
 Author:         Lemonade Design Co
 Author URI:     https://www.lemonadedesign.co/
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 5.4.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_pb_scroll_top::before {
    content: url(http://lemonadedesignclients-uk.stackstaging.com/allspice/wp-content/uploads/2020/08/HOUSE-ICON-3.png);
    padding: 10px;
}
.et_pb_scroll_top.et-pb-icon {
    background: transparent !important;
}
/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
.et_fullwidth_nav #main-header .container {
    padding-right: 60px;
    padding-left: 60px;
}
}

/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {
#footer_logo {
	border-left: solid 1px #ece7e3;
	border-right: solid 1px #ece7e3;	
}
}
/***[Switch column order on mobile]***/
@media only screen and ( max-width: 980px ) {
.flip { 
display: -webkit-flex;
-webkit-flex-direction: column-reverse;
flex-direction: column-reverse !important;}
}
