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

/*
 *
 * 16. Override
 *
 *
------------------------------------ */

/* 16.1. Overrided elements
==================================== */

p {
    margin: 0em 0 1em;
}

body.custom-background {
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top center;
}

#gk-fixed-menu.active #gk-logo-small.imageLogo, #gk-fixed-menu.active #gk-logo-small.textLogo {
	font-family: 'Courier New', Courier, monospace;
	font-size:0;

}


#gk-fixed-menu.active #gk-logo-small.imageLogo, #gk-fixed-menu.active #gk-logo-small.textLogo:after {
	font-family: 'Courier New', Courier, monospace;
	content:"CF";
	font-size: 55px;
	background-image:url(../images/cfl/cfl-heart.png);
	width:55px;
	background-size: 55px;
    background-repeat: no-repeat;
	background-position:4px 4px;
}

#gk-fixed-menu.active #gk-logo-small.imageLogo, #gk-fixed-menu.active #gk-logo-small.textLogo small  {
	display:none;
}

#gk-logo-small.cssLogo, #gk-logo-small.textLogo {
    font-family: 'Courier New', Courier, monospace;
}

a.textLogo {
	font-family: 'Courier New', Courier, monospace;
}

/* Banner */
.body-banner {
	height: 55px;
    background-color: #ccc;
	background-image: url("../images/cfl-signature.jpg");
	position: relative;
    z-index: 15;
}


/* White BG */

#gk-top-bar {
	    background-color: #fff;

}

#gk-top-nav, #gk-toolbar {
	background-color: white;
}

#gk-top-nav + #gk-toolbar {
	background-color: white;
}

/* AdSpace & Widgets */

#adrotate_widgets-9 {
	padding: 5px;
}

div#adrotate_widgets-6.box.widget_adrotate_widgets {
	padding: 5px;
	padding: 5px;
    height: 305px;
    overflow: hidden;
	width:100%;
}

#nav_menu-4 {
	padding: 24px;
}

#gk-banner-right #adrotate_widgets-9 .box {
    padding: 5px;
}



#text-3 {
	padding: 5px 5px 0px 5px;
}

div#text-4.box.widget_text {
	padding: 13px;
}


#text-10 {
	padding: 4px 6px 0px 6px;
}

#gk-sidebar-right .box {
    padding: 23px 20px;
}

.box {
	padding:22px;
}

.box .box-title {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin: 0 0 15px 0;
    padding: 0;
    text-transform: uppercase;
}

.textwidget {
	line-height: 1.4;
}

#gk-highlights .textwidget {
	padding: 5px 5px 0px 5px;
}

#text-7.box.widget_text {
	padding: 13px;
}

.g img {
	width:100%;
}



/* Logo */
a.cssLogo,
#gk-logo-small {
	float: left;
	height: 40px;
	margin: 45px 0 35px 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 124px;
	display: block;
}

#gk-logo-small.cssLogo,
#gk-logo-small.textLogo {
	float: left;
	margin:5px 20px 0 0;
}

a.cssLogo,
#gk-logo-small.cssLogo {
	background: transparent url('../images/cfl/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 40px;
	width: 124px;
}

#gk-logo-small.imageLogo {
	display: block;
	margin: 0;
}

#gk-fixed-menu #gk-logo-small.imageLogo {
	text-indent: -999em;
}

#gk-fixed-menu.active #gk-logo-small.imageLogo,
#gk-fixed-menu.active #gk-logo-small.textLogo {
	text-indent: 0;
	margin: 10px 0px;
}

#gk-fixed-menu.active #gk-logo-small.textLogo > sup {
	top: -7px;
}

.svg a.cssLogo,
.svg #gk-logo-small.cssLogo {
	background-image: url('../images/cfl/logo.svg');
}

a.textLogo {
	margin: 15px 10px 35px 10px;
}

/*a.textLogo {
	color: #a11b1b;
	display: block;
	float: left;
	font-size: 37px;
	font-weight: 600;
	letter-spacing: -3px;
	line-height: 40px;
	height: 40px;
	margin: 15px 0 35px 0;
	padding: 10px 0 0 0;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
}

a.textLogo > sup {
	border: 1px solid #eb1e00;
	border-radius: 50%;
	color: #eb1e00;
	display: block;
	font-size: 10px;
	font-weight: 400;
	float: right;
	height: 14px;
	left: 5px;
	line-height: 14px;
	text-align: center;
	text-indent: -3px;
	top: -4px;
	width: 14px;
}

a.textLogo small {
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 10px;
	letter-spacing: .68px;
	text-align: left;
	text-transform: none;
}*/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {

a.textLogo {
	font-size: 34px;


}

a.textLogo small {
	color: #666;
	display: block;
	font-size: 11px;
	font-weight: 400;
	line-height: 10px;
	letter-spacing: .5px;
	text-align: left;
	text-transform: none;
}

}


li a {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
}

.cat-post-thumbnail img {
	width:60px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.box ul li {
    border-top: 1px solid #e5e5e5;
    line-height: 1.6;
    padding: 5px 0;
}

.cat-post-widget ul li {
    list-style: none;
    list-style-type: none;
    margin: 3px 0;
    padding: 3px 0;
    border-bottom: 0px solid #ccc;
}

.cat-post-widget ul li.cat-post-item {
	 border-bottom: 0px solid #ccc;
 }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Courier New', Courier, monospace;
}

h2, .page-title {
    font-size: 44px;
    font-weight: 600;
}

.gk-breadcrumbs {
	font-family: 'Courier New', Courier, monospace;
}

.gk-breadcrumbs > a, .gk-breadcrumbs > span {
    font-size: 13px;
    font-weight: 900;
}

#gk-back-to-top {
	font-family: 'Courier New', Courier, monospace;
}

#footer-menu + .gk-copyrights {
	font-family: 'Courier New', Courier, monospace;
}

/* Single Featured Image */
article figure.featured-image {
    margin: 0 0 40px;
    overflow: hidden;
	display:none;
}

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

}

#gk-article-containter .gk-articles-row article figure.featured-image {
    margin-bottom: 40px;
    display: block;
}

article figure.featured-image {
    margin: 0 0 40px;
    overflow: hidden;
    display: block;
}

/* Adverts */
.g-2 {
	max-width: 290px;
}

.body-ad-banner {
	position: fixed;
	z-index: -100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
}

.body-ad-banner img {
	min-height:100%;
	min-width:100%;
	height:auto;
	width:auto;
	position:fixed;
	top:-100%; bottom:-100%;
	left:-100%; right:-100%;
	margin:auto;
}

.g img {
    min-height: 100%;
    min-width: 100%;
    /* position: absolute; */
}

body.custom-background {
	position: relative;
	z-index: 10;
}
