/*
CTC Separate Stylesheet
Updated: 2018-05-05 08:32:42
Theme Name: Kahuna Child
Theme URI: http://www.cryoutcreations.eu/wordpress-themes/kahuna
Template: kahuna
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Description: Kahuna is the big kahuna among WordPress themes. It proved itself with an exotic design, effective and easy to use customizer settings and a responsive, fully editable layout. Many personal and business sites have embraced it for a wide spectrum of uses, ranging from portfolio and photography sites to blogs and online shops. The features are too many to list but here are some of the main attractions: translatable, search engine optimized (both microformats and micordata), supports RTL (right-to-left) languages, supports eCommerce (WooCommerce), has both wide and boxed layouts, masonry bricks, socials, Google fonts, typography options, and a great customizable landing page.
Tags: one-column,two-columns,three-columns,right-sidebar,left-sidebar,grid-layout,custom-background,custom-colors,custom-header,flexible-header,custom-menu,featured-image-header,featured-images,front-page-post-form,full-width-template,footer-widgets,microformats,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,blog,entertainment,portfolio
Version: 1.2.0.1525501962
*/

#access ul li {
	padding: 0;
}

#access a {
	padding: 0 1.0em;
}

.forminator-select-dropdown {
	background-color:rgba(255, 255, 255, 1)!important;
}

.forminator-select {
	background-color:rgba(255, 255, 255, 1)!important;
}

.forminator-g-recaptcha .grecaptcha-badge 
{
    visibility: visible;
}

div.wpdt-c span.d-block {
	display: none !important;
}

@media (max-width: 1275px) {
 
.cryout #nav-toggle {
    display: block;
}
 
#masthead.cryout #access {
    display: none;
}

.forminator-select-dropdown {
	background-color:rgba(255, 255, 255, 1)!important;
}
	
}

#masthead .header-image {
	object-fit: cover;
	width: 100%;
	max-height: 250px;
}

@media (max-width: 480px) {
   /*#branding #site-text { font-size: 0.7em; }*/
   /*#branding .identity { width: 40%; }*/
	.forminator-select-dropdown {
	background-color:rgba(255, 255, 255, 1)!important;
}
}

@media only screen and (min-width: 1151px) {
	
.header-fixed#site-header-main, .header-fixed#site-header-main #branding, .header-fixed#site-header-main #access, .header-fixed#site-header-main #access ul li {
	height: 75px;
	-webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

.header-fixed#site-header-main #access ul li a {
	line-height: 75px;
	-webkit-transition: line-height 0.5s ease-in-out;
    -moz-transition: line-height 0.5s ease-in-out;
    transition: line-height 0.5s ease-in-out;
}

.forminator-select-dropdown {
	background-color:rgba(255, 255, 255, 1)!important;
}
	
}