/* Theme Name:   365 Hosts
Theme URI:    https://www.365hosts.com
Description:  Divi Child Theme 
Author:       365 Hosts
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;
}

/*ninja form customization*/
.nf-form-fields-required{
	display: none !important;
}
.transparentInput {
    padding: 1em !important;
    background: rgba(255,255,255,0.7) !important;
    border: 1px solid #fff !important;
}
#ninja_forms_required_items, .nf-field-container{
	margin-bottom: 10px !important;
}
.ninja-forms-field.nf-element {
    padding: 16px;
    border: none;
    border-radius: 0;
    color: #999;
    background-color: #f4f4f4;
    font-size: 14px;
}
input[type="button"].ninja-forms-field.nf-element:hover {
    cursor: pointer;
}
input[type="button"].ninja-forms-field.nf-element {
    background-color: #ff7b5e !important;
    color: #fff;
    width: 120px;
    border-radius: 50px;
}
.nf-field-element textarea {
    height: 120px !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
    color: #a10303 !important;
    font-weight: 700;
}
@media only screen and (max-width: 920px) {
.nf-form-cont .one-half {
    width: 100% !important;
	margin-left: 0 !important;
}
}

/* 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%;
}
}
.et_pb_gutters3 .footer-widget {
	margin-bottom: 0.5%;
}
#footer-widgets {
    padding: 3% 0 0;
}
.et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
}
@media (max-width: 479px) {
#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
    margin-bottom: 1.5%!important;
	margin-top: 3.5% !important;
}
}
/* 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;
}

/* password protected page */
.et_password_protected_form {
    max-width: 600px;
    margin: auto;
    margin-top: 20vh;
	margin-bottom: 25vh;
}

/* Menu items */
.menuItem a {
	color: #666666 !important;
}

/* Gallery in home page after our story */
.storyGallery .et_pb_gallery_image.landscape img {
    height: 200px;
    object-fit: cover;
}

/* gravity form */
.ccf-form-wrapper input, .ccf-form-wrapper select, .ccf-form-wrapper textarea {
    padding: 8px 12px;
	font-size: 16px;
}
.ccf-form-wrapper .field select {
    display: block;
    width: auto;
    width: 100%;
}
.ccf-form-wrapper .form-description {
    display: none;
}
.ccf-form-wrapper .hideTitle .main-label {
	display: none !important;
}
.ccf-form-wrapper input[type="submit"] {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    background: #d1af83;
    border: none;
	color: #ffffff!important;
    border-width: 10px!important;
    border-color: #d1af83;
    border-radius: 0px;
    letter-spacing: 6px;
	padding: 15px 25px;
}
#rsvp .ccf-form-wrapper {
    margin-top: -30px;
}
@media (min-width: 767px) {
.gf_left_half {
    width: 48.5% !important;
    float: left !important;
	clear: none !important;
}
.gf_right_half {
    width: 48.5% !important;
    float: right !important;
	clear: none !important;
}
}