/**
 *
 * -------------------------------------------
 * Override
 * -------------------------------------------
 *
 **/

/*
 *
 * 15. Override
 *
 *
------------------------------------ */

/* 15.1. Overrided elements
==================================== */

/*   Menu  */

ul#main-menu {
    margin-top:25px;
    z-index:9999;
    }
    

.menu {
   font-weight:700;
}

#main-menu > li > a {
    padding:0;
}

@media (min-width: 1025px) {
#main-menu > li   {
    min-height: 25px;
    line-height: 25px;
    width:90px;
    margin: 0 0 0 50px;
    padding:0 20px 0 0;
    border-bottom: solid 4px #2c5aab;
}
}


/*** sub menu ***/

@media (min-width: 1025px) {  

#main-menu > li > a:hover {
    color: #2c5aab;
    }



#main-menu .sub-menu li:first-child {
    background-color:#2c5aab;
    }
    
    #main-menu .sub-menu li:first-child:hover; {
    color:#2c5aab;
    }
    
#main-menu .sub-menu li a, #main-menu .sub-menu li a:hover  {
    color:#fff;
    padding: 10px;
    }
    

#main-menu > li.active > a, #main-menu > li.current-menu-item > a, #main-menu > li.current_page_item > a, #main-menu > li.current-menu-ancestor > a, #main-menu > li.current-menu-parent > a {
    background: transparent;
    color: #2c5aab;
    }
    
 #main-menu .sub-menu li:hover a,
#main-menu .sub-menu li a:active,
#main-menu .sub-menu li a:focus,
#main-menu .sub-menu li a:hover {
	color: #ccc!important;
}

/* Submenu */
#main-menu .sub-menu {
	background: #2c5aab;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 #939393;
	-moz-box-shadow: 0 0 0 #939393;
	-ms-box-shadow: 0 0 0 #939393;
	-o-box-shadow: 0 0 0 #939393;
	box-shadow: 0 0 0 #939393;
	display: block;
	font-size: 13px;
	left: -9999px;
	margin-top: -3px;
	padding: 0!important;
	position: absolute;
	width: 110px;
	z-index: 10;
}

}

/*   Typography   */

body {
   font-family:museo-sans;
}

p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0.25em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1, h2 {
    line-height:32px;
    text-transform:uppercase;
    -webkit-margin-before: 20px;
    -webkit-margin-after: 0;
    }

h1 {
    font-size:40px;
    font-weight:700;
    }

p.felt {
   font-family:felt-tip-senior;
   font-size:28px;
   }

article > .content,
article > .summary {
	font-size: 16px;
	line-height: 20px;
}


.home #gk-mainbody article > header h1 {
   margin: 0 0 12px;
   font-size:48px;
   }
   
#gk-mainbody article > header h1 {
   margin: 0 0 12px;
   font-size:48px;
   }
   
h1.page-title {
   margin: 0 0 12px;
   font-size:48px;
   line-height:48px;
   }
   
   
.box-title {
   text-transform:uppercase;
   padding: 0 0 0 10px;
   color:#fff;
   background-color:#2c5aab;
   }
   
#gk-mainbody article  {
   margin:0;
   }
   
#gk-mainbody-columns > aside {
   padding: 0 0 0 50px;
   }


/***  Footer   ***/
#gk-bottom {
   background: transparent url('../images/rtd-footer-background.png') no-repeat 0 0px;
   color:#fff;
   }

#gk-bottom {
   padding: 45px 20px 0 20px;
    }
    
i.fa-margin {
   margin-left: 10px;
   }
   
	
   
   
   /*   Masthead logo ***/


#text-2 {
    float:left;
    position:relative;
    z-index:999 !important;
    margin-right:-500px;
    width:41.66%;
   }



#gk-mainbody {
    padding-left:20px;
    }
 
#gk-sidebar .box {
    padding-right:0px;
    }
  
#gk-bottom .box a {
    color: #fff;
}

#gk-bottom .box a:active, #gk-bottom .box a:focus, #gk-bottom .box a:hover {
    color: #ccc;
}
   
   /*   Header position - gap between header and page content  */
   
#gk-header {
   padding:0 0 20px 0;
   background-color:#fff;
   }
   
 #gk-header .box {
    margin-top:0;
    margin-bottom:0 !important;
    z-index:0;
}



/***   News Show Pro ***/
   
   .gk-nsp-art .gk-nsp-text + .readon {
    font-family:felt-tip-senior;
    font-size:24px;
    padding: 0;
    margin: 12px 0 0;
    line-height: 18px;
    color: #2c5aab;
    text-shadow: none;
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gk-nsp-art a:hover {
    color:#111 !important;
    }

  .gk-nsp-art .gk-nsp-text + .readon::after {
    content: "...";
}

.gk-nsp-header, .gk-nsp-header a {
    font-size: 18px;
    font-weight: 300;
    
}

#widget_gk_nsp-2 .gk-nsp-header a, #widget_gk_nsp-3 .gk-nsp-header a, #widget_gk_nsp-6 .gk-nsp-header a {
    font-size: 18px;
    font-weight: 300;
    color:#fff !important;
    line-height: 1.2;
    margin-left: 5px;
    position: relative;
    top:-40px;
    z-index: 999;
}

#widget_gk_nsp-6 .gk-nsp-header a {
    float:right;
    margin-right:10px;
    }
    
#gk-sidebar .gk-image-link {
    margin-bottom:10px;
    }
    
    
/***   FRS slideshow ***/

    .frs-caption-content {
    font-family: felt-tip-senior;
}

.frs-slideshow-container {
    margin-right:0;
}
    
.frs-caption h4, .frs-caption-inner h4 {
    line-height:24px !important;	
    }
    
.frs-slideshow-container .frs-wrapper.frs-responsive-mobile-small .frs-caption .frs-caption-content h4 {
    text-align:right !important;
    }



/*** Tablets ***/

@media (max-width: 1024px) {


  
  #gk-mainbody article > header h1 {
    margin: 0 0 12px;

}

.home #gk-mainbody article > header h1 {
    margin: 0 0 12px;
    font-size: 36px;
}

.frs-caption h4, .frs-caption-inner h4 {
    font-size: 36px !important;
     text-align:right !important;
   }
  
  }


    
    
/*** phones ***/

@media (max-width: 800px) {

  #gk-mainbody article > header h1 {
    margin: 0 0 12px;
    font-size: 36px;
}

.home #gk-mainbody article > header h1 {
    margin: 0 0 12px;
    font-size: 36px;
}

.frs-caption h4, .frs-caption-inner h4 {
    font-size: 24px !important;
    text-align:right !important;
   }

}
