/* 
 Theme Name:     My Honeymoon
 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.4
*/ 


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

@media (max-width: 479px) {
.et_pb_module.et_pb_image.et_pb_image_0_tb_header {
    width: 60px!important;
	}
.et_pb_module.et_pb_image.et_pb_image_1_tb_header {
    width: 210px!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;}
}

/***[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;}
}

.widgettitle {
    font-family: Montserrat !important;
    letter-spacing: 2px;
    border-bottom: solid 1px #000000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.et_pb_widget ul li {
    background-color: #f9f9f9;
    letter-spacing: 2px;
    padding: 10px;
}
.et_pb_widget a {
    color: #000;
}
.widget_search input#s, .widget_search input#searchsubmit {
    border: solid 1px #000;
    border-radius: 0px;
    color: #000;
}
.widget_search #searchsubmit {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
}
