/* Theme Name:   365Hosts™
Theme URI:    https://www.365hosts.com
Description:  Divi Child Theme 
Author:       365Hosts™
Author URI:   https://www.365hosts.com
Template:     Divi 
Version:      1.0.0 
License: GNU General Public License version 3.0 
License URI: http://www.gnu.org/licenses/gpl-3.0.html 
Tags: light, theme-options, creative, responsive, unique, filtered portfolio 
Text Domain:  Divi-child */

/*buttons on full-width header*/
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
	margin: 0 10px;
}

/* hide bullets in footer */
#footer-widgets .footer-widget li:before{
    display: none;
}
#footer-widgets .footer-widget li{
    padding-left: 0px;
}

/*footer bottom line*/
#footer-bottom .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
#footer-info {
    text-align: center;
	margin-left: 3px;
}
.footer-credit {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px !important;
}
.footer-credit .brand {
    color: #777;
}

/* Modifying padding of widgets in footer */
@media (min-width: 981px) {
.et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
    margin-bottom: 2.64%;
}
.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 6.347%;
}
}

/* 365hosts in footer */
.brand:hover {
	color: #aaa;
}
.brand:hover span {
	color: #95c93d;
}
.brand {
    color: #666;
	padding-bottom: 10px;
    font-size: 12px;
    margin-left: 3px;
}
#footer-info a:hover {
    opacity: 1;
    color: #ccc;
	transition: all 0.5s ease-out 0s;
}

/* Show buttons inline */
.buttonsInline .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 1em;
}

/* Center footer menu items */
#et-footer-nav ul {
    text-align: center;
}
.bottom-nav li {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

/* Social Icons widget in a new line */
.social-icons {
    clear: both;
}

/* Horizontal menu for supreme menu */
.horizontalMenu ul {
	list-style-type: none !important;
    display: inline-flex !important;
}
.horizontalMenu.menuLeft ul li {
	margin-right: 1.5em;
}
.horizontalMenu.menuRight ul li {
	margin-left: 1.5em;
}
.horizontalMenu.menuCenter ul li {
	margin-right: .75em;
	margin-left: .75em;
}
/* @media (min-width: 981px) {
img#logo {
    margin-top: -30px;
    transform: scale(1.5);
}
} */