/*
Theme Name: ALASKA Child
Theme URI: http://www.themestudio.net
Author: Vu Ngoc Linh
Author URI: http://www.themestudio.net
Description: ALASKA is an Elegant WordPress Premium Theme, It's fully compatible with WHMCS-Bridge plugin which connect between WordPress and WHMCS, ALASKA is suitable for Hosting websites aswell as Shop, Company, Agency or Organization
Template: alaska
Version: 1.3.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: themestudio
*/

/*For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where ainex is the name of the directory where the theme resides:*/
@import url("../alaska/style.css");

/* -------------------------------Theme customization starts here 
FONTS:
font-family: 'Fugaz One', cursive;
font-family: 'Racing Sans One', cursive;
font-family: 'Carter One', cursive;

------------------------------- */
/* metal bkg for header nav */
#undefined-sticky-wrapper > div{
	background: url('http://www.derrickloganinsurance.com/wp-content/uploads/2016/08/metal_background.jpg');
}

/* change font for main nav */
.main-menu ul {
    
    font-family: 'Fugaz One', cursive;
}

/*change padding and font size for nav*/
.main-menu ul li a {
    font-size: 17px;
    text-transform: uppercase;
    color: #252525;
    padding: 46px 22px 40px;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
    font-weight: 400;
}

/* Logo max width for mobile version */
#undefined-sticky-wrapper > div > div > div.logo > h1 > a > img{
    max-width: 81%;
}


.logged-in .mobile-navigation {
    top: 23px;
}

.mobile-navigation {
    border: 2px solid #01989a !important;
    background: #00fbfe;
}

.main-menu > ul > li {
    
    border-right: none !important;
    
   
}


footer {
    display: none;
}
































































































