/*
Theme Name: skt custom
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Administrator
*/



/* Hide Site Title / Logo */


.navbar-wrapper .brand {width:1%; float:center;}



.pt-cv-readmore {
color: white;
background: #27CDA5 !important;
}


.navbar-inner{
    padding-right: 5px;
}
.tc-header .nav-collapse{
    float: none;
}
.navbar .nav {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-collapse .nav > li{
    float: none;
    display: inline-block;
}
.nav-collapse .nav > li li{
    text-align: left;
}
@media (max-width: 979px){
    .nav-collapse .nav > li{
        display: list-item;
    }
}


/*-------------- Navbar display properties -------------*/


.navbar .nav > li > a:hover {
color: white;                         
background-color: #27CDA5;           
}

.navbar .nav > li > a, .navbar .nav > li > a:hover {
border-radius: 0px 0px 0px 0px;     /* No Rounded corners */
vertical-align: middle;             /* Align text */
text-align: center;                 /* Center text */
}

.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
    display: none!important;
}


		/* Level 2 Surround */
		.dropdown-menu {
		border-radius: 0px 0px 0px 0px;     /* No Rounded corners */
		background-color: #27CDA5 ;
		}
		
		/* Level 2/3 dropdown link before hover */
		.dropdown-menu > li > a {
		background-color: #27CDA5 !important;
		color: white !important;
		}
		/* Level 2 dropdown link with hover */
		.dropdown-menu > li > a:hover {
		background-color: #7DE1C9 !important;
		color: white !important;
		}


/*-------------- Footer display properties -------------*/

footer#footer .colophon {
background: none repeat scroll #27CDA5;
border-top:     0px solid red;
}

/* Change font-size, alignment as needed  */
footer#footer .colophon  p, footer#footer .colophon  a {
color:          white;
font-size:      1em ;
text-align:     center;
line-height:    1.2em ;
}

footer#footer .colophon  a.social-icon      {
	color:white;
}    

.back-to-top {
  display: none;
}


/* Hide title on concert page*/

.page-id-708 .entry-title {
   display: none;
}
