/*
 Theme Name:     CPR
 Theme URI:
 Description:    A child theme for use with Twenty Fourteen Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentyfourteen/">twentyfourteen</a> parent theme installed.
 Author:         Deepsea
 Author URI:
 Template:       twentyfourteen
 Version:        1.0
*/
 
/* Add Custom CSS after this line */

.site {
	max-width: 100%;
}

.site:before {
    width: 0px;
}

.site-header {
	max-width: 100%;
	width: 100%;
}

@media (max-width: 672px) {
	.home .content-area {
	    padding-top: 0px !important;
	}
}

.header-main {
    background-color: #374137;
}

h1.site-title a {
	color: #dfff99;
}

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
    color: #dfff99;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #4d7200;
}

::-moz-selection {
	background: #4d7200;
}

/* Final Tiles Gallery: Hover */

#ftg-11 .tile .tile-inner:before {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #4d7200;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #555;
}

/* Search in the header */

.search-toggle {
	background-color: #4d7200;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #555;
}

.search-box {
    background-color: #4d7200;
}

/* Primary Navigation */

.home-icon {
	font-size: 18px;
}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #4d7200;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #4d7200;
	}

/* Page Template */

.page-template-full-width .entry-header {
	display: none;
}

.site-content, .site-main .widecolumn {
    margin-left: 0px;
}

.page-template-full-width div#primary.content-area,
.page-template-full-width div.entry-content,
.page-template-full-width div.loading-bar {
	background-color: transparent !important;
}

.page-template-full-width .content-area {
    padding-top: 28px;
}

.page-template-full-width .hentry {
	margin: 0 auto 48px;
	max-width: 100%;
}

.page-template-full-width .site-content .entry-header,
.page-template-full-width .site-content .entry-content,
.page-template-full-width .site-content .entry-summary,
.page-template-full-width .site-content .entry-meta,
.page-template-full-width .page-content {
	margin: 0 auto;
	max-width: 100%;
}

/* Site Footer */

.site-footer {
    background-color: #374137;
}

.site-info {
	text-align: center;
}


