/*
Theme Name: Tiki Time Jewelry
Theme URI: https://tikitimejewelry.com/whatsnew/wp-content/themes/whatsnew
Author: Synergy Web Design and Marketing - Jisele Tiburcio
Author URI: https://snwebdm.com/
Description: This theme works best with Elementor, although you can also use blocks with it (remove bottom section from functions.php to enable block editor). Recommended plugins: Elementor, Yoast, Contact7, woocommerce, ultimate member
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, block-styles, wide-blocks
Version: 1:012422
Requires at least: 5.0
Tested up to: 5.8.3
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whatsnew-raw
This theme, like WordPress, is licensed under the GPL.
Tested up to: 5.8
Requires PHP: 7.0
*/


h1, h2, h3, {

    font-family: "Montserrat", sans-serif;

}


p {

    font-family: "Montserrat", sans-serif;


}



.site-header {
    padding: 1em;
    position: absolute;
    z-index: 6;
    width: 100%;
    background-color: rgba(0, 0, 0, 0) !important;
}



/*HEADER CSS*/

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
 
    font-family: 'Montserrat';
    font-weight: 700;

}


a.mega-menu-link:hover {

    font-weight: 700 !important;
  }


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {

    font-weight: 700;


}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
   
   
    font-weight: 700;

}




#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {

    font-weight: 700;
    
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  
    font-weight: 700 !important;
   
}




/*Tiki Time Jewelry Contact Us Form - Contact Form 7*/



#wpcf7-f6-o1 input.wpcf7-text,
#wpcf7-f6-o1 input.wpcf7-email,
#wpcf7-f6-o1 input.wpcf7-tel {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #1e2150;
    border-radius: 2px;
    border: solid 1px #1e2150;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
}




#wpcf7-f6-o1 input::placeholder,
#wpcf7-f6-o1 textarea::placeholder {
    color: #13547a;
    opacity: 1;
}

#wpcf7-f6-o1 input::-webkit-input-placeholder,
#wpcf7-f6-o1 textarea::-webkit-input-placeholder {
    color: #13547a;
}

#wpcf7-f6-o1 input::-moz-placeholder,
#wpcf7-f6-o1 textarea::-moz-placeholder {
    color: #13547a;
}



#wpcf7-f6-o1 label {
	color: #13547a;
	font-size: 16px;
	font-weight: 600;
    font-family: 'Montserrat';
    display: inline;


}


.form-label {

    margin-bottom: 5px;
    font-weight: 500;


}


#form-text {
	display: block;
}


#wpcf7-f6-o1 form.wpcf7-form.init {

    color: #13547a !important;

}



#wpcf7-f6-o1 textarea.wpcf7-form-control.wpcf7-textarea {

    color: #13547a;
    border-radius: 2px;


}


#wpcf7-f6-o1.wpcf7 form.sent .wpcf7-response-output {

    color: #13547a;
    border-color: #109cde;


}



#wpcf7-f6-o1 textarea.wpcf7-form-control.wpcf7-textarea {
    color: #109cde;
    border-radius: 3px;
    width: 100%;

}


#wpcf7-f6-o1 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

#wpcf7-f6-o1 textarea {
    width: 100%;
    display: block;
}


/* Textarea - matches other fields */
#wpcf7-f6-o1 textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #13547a;
    border-radius: 2px;
    border: solid 1px #13547a;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    height: 150px;       /* adjust to taste */
    resize: vertical;    /* lets user resize if needed */
    display: block;
}





/*submit button*/


.wpcf7-form-control.wpcf7-submit.has-spinner {
	padding: 5px 18px;
	background-color: #109cde;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	border: solid 2px #13547a;
	font-size: 17px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	
	background-color: #E5E6FAA3;
	color: #109cde;
	border: solid 2px #13547a;

}






/* Kill MMM wrapper background at mid breakpoints */
#mega-menu-wrap-primary,
.mega-menu-wrap {
    background: transparent !important;
    background-color: transparent !important;
}

/* Also target the toggle/flyout area Bootstrap creates */
.navbar-collapse {
    background: transparent !important;
}








/*FOOTER CSS*/


.site-footer {

    background-color: #2093d6;

    color: white;

}


.footer-text {
    font-size: 17px;
    font-weight: 500;
    color: white;
   
}