/*
 Theme Name:   Divi Child Theme
 Theme URI:    http://www.aboutluxurycruising.com
 Description:  A Child Theme built for DIVI
 Author:       Mike King
 Author URI:   http://www.waveview.co.uk
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Add CSS below this line */

/*** Set Mobile Menu Colour ***/
 * .mobile_menu_bar:before {
color: #000000;
}
/*** END ***/
/*** move Scroll Down Icon Up ***/
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
	padding-bottom: 50px;}
/*** END ***/

/*set the width of the rows inside the Post Content module for Theme Builder*/
.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}
/**** Bullet checklist Styling by www.peeayecreative.com ***/
.pa-bullet-list-1 ul {
list-style-type: none!important;
 }
.pa-bullet-list-1 ul li:before {
content: '\e052'!important;
color: #2cba6c;
font-family: 'ETMODULES';
margin-right: 10px;
margin-left: -30px;
font-size: 1.2em!important;
position: relative;
top: 4px;
 }
.pa-bullet-list-2 ul {
list-style-type: none!important;
 }

.pa-bullet-list-2 ul li:before {
content: '\e051'!important;
color: #e03574;
font-family: 'ETMODULES';
margin-right: 10px;
margin-left: -30px;
font-size: 1.2em!important;
position: relative;
top: 4px;
 }

.pa-bullet-list-3 ul li:before {
content: '\e03c'!important;
color: #1f9dd9;
font-family: 'ETMODULES';
margin-right: 10px;
margin-left: -30px;
font-size: 1.2em!important;
position: relative;
top: 4px;
 }
/* bullet + sign */
.pa-bullet-list-4 ul {
list-style-type: none!important;
 }
.pa-bullet-list-4 ul li:before {
content: '\e050'!important;
color: #fa8900;
font-family: 'ETMODULES';
margin-right: 10px;
margin-left: -30px;
font-size: 1.2em!important;
position: relative;
top: 4px;
 }
/***END Bullet Styling***/

/* Set Mobile width to 90% */
@media only screen and (max-width: 980px) {
.et_pb_row {
width: 95% !important; /*** you might need !important ***/
}
}
/*** Remove Cart Icon from Main Menu ***/
.et-cart-info { display:none; }
/***END***/

/* Change the search icon color */
#et_search_icon:hover:before { color: #0580c0 !important; }
/*** END ***/

/*Style the Divi blog pagination buttons*/

.pagination .alignleft a,
.pagination .alignright a {
  color: #ffffff;
	background: #fa8900;
	/*border: 2px solid #0070fc;*/
	padding: .7em 1.3em;
	border-radius: 5px;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

/*style the Divi blog pagination buttons on hover*/

.pagination .alignleft a:hover,
.pagination .alignright a:hover {
	background: transparent;
    color: #fa8900 !important;
	/*border: 2px solid #0070fc;*/
	transition: all 0.3s ease-in-out;
}
/* Add Orange Bottom Border to header*/
.et_fixed_nav #main-header {
    border-bottom: 5px solid #fa8900;
}