/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }


.uk-navbar-toggle {
	color: #FFF;
}

.cip-form {
    max-height: 470px;
    margin: 60px 0px 30px 0px;
    width: 75%;
}

.cip-form h2 {
    font-size: 42px;
    font-weight: 400;
}

@font-face {
    font-family: 'yellowtailregular';
    src: url('https://cipfitout.com.au/fonts/yellowtail-regular-webfont.woff2') format('woff2'),
         url('https://cipfitout.com.au/fonts/yellowtail-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*footer list alignment*/

.uk-nav > li > a{padding:0px !important;}
.uk-nav-side > li > a:hover{background:none !important;color: #fff;}

/*header responsive - homepage */
.header_text{
      font-size: 2em !important;
    line-height: 1.2em;}


.uk-dropdown .uk-nav{padding-left:25px !important;}
.uk-slidenav-position .uk-slidenav{display: inline !important;}

/*centered-left*/
.ciphome{color:#f60 !important;}


@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
	#ciphome{position:relative;left: 25% !important;}
	
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
	.ciphome{position:relative;left: 25% !important;}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}

