/*!
Theme Name: CentralPark
Theme URI: http://underscores.me/
Author: threesixty
Author URI: http://www.threesixty.com.mm/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: centralpark
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CentralPark is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


p a {
    text-decoration: none;
    color: #333;
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

span.cat-links {
    display: none;
}
   

.template-footer-bottom {
    color: #A0A0A0;
    margin-top: -9px !important;
    background-color: #1e1100;
    padding-top: 44px;
    clear: both;
    height: 100px !important;
    text-align:center !important;
    
}


h2.widget-title {
    display: none ;
}


.template-component-social-icon.template-component-social-icon-style-1>ul>li>a{
    background-color:transparent;
}

.template-component-social-icon.template-component-social-icon-style-1>ul>li>a:hover{
    background-color:#28a305;
}


.pagination a {
    color: black !important;
    padding: 8px 16px !important; 
    text-decoration: none !important;
}

span.page-numbers.current {
    background-color: #4CAF50 !important;
    color: #fff !important;
    display: inline-block !important;
    width: 30px !important;
    text-align: center !important;
}

.template-header-top-logo img {
    min-height: 123px !important;
}

.template-component-menu-default ul li a:hover{
    background-color: #28a305 !important;
    height: 123px !important;
}

.template-component-menu-default ul li a:active{
    background-color: #28a305 !important;
    height: 123px !important;
}

.template-component-menu-default ul.sf-menu>li a, .template-component-menu-default ul.sf-menu>li a:hover {
    text-decoration: none;
    min-height: 123px !important;
}

.template-component-menu-default ul.sf-menu>li>a {
    display: block;
    min-width: 110px;
    text-align: center;
    padding: 48px 10px 25px 10px !important;
}

.template-header .template-header-bottom .template-header-front-background {
    overflow: hidden;
    text-align: center;
    padding: 46px 0 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    background-image: url(https://centralparkschool.net/wp-content/uploads/2018/02/Untitled-1.png) !important;
    height:600px !important;
}

.tp-font-handlee, .tp-caption.tp-font-handlee {
font-size: 38px;
    font-weight: 400;
    line-height: 65px;
    margin-left: 33% !important;
    font-family: questrial;
    color: #fff;
    margin-top: 17% !important;
}


nav.template-component-menu-default ul li a {
    color: #0a7100 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}

nav.template-component-menu-default ul li a:hover {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
}

p a:hover {
    text-decoration: none !important;
    color: #111 !important;
}

span.poweredBy {
    display: none !important;
}

.entry-meta {
    display: none !important;
}


p.template-margin-top-3 {
    font-size: 16px !important;
}

::-moz-selection {
       background-color: #FFA;
       color: #ff00f0 !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #28a305;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
        margin-top:60px;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

footer {
    background-color: #1e1100 !important;
}

a.template-component-button.template-component-button-style-2.template-section-white {
    color: #fff !important;
}

a.template-component-button.template-component-button-style-2.template-section-white:hover {
    color: #28a305 !important;
}

.template-component-button-style-1 {
    background-color: #38a205 !important;
}

.template-component-menu-default ul.sf-menu>li>a:active {
    background-color: #28a305 !important;
}



a:active{
    background-color: transparent !important;
}

nav.template-component-menu-default ul li a:active {
    background-color: #28a305 !important;
}


.template-component-menu-default ul.sf-menu>li>a:active {
    display: block;
    min-width: 110px;
    text-align: center;
    padding: 48px 10px 25px 10px !important;
   
}

.template-component-menu-default ul li a:hover,
.template-component-menu-default ul li.sfHover>a,
.template-component-menu-default ul li a.template-state-selected	{
     background-color: #28a305 !important;
     color:#fff !important;
}

.floating-button-content a:hover {
    text-decoration: none;
}

.floating-button-content a {
    color: #fff;
}

.floating-button-content a:hover {
    color: #28a305;
}
a.ft-color {
    color: #0d78be !important;
}

a.ft-color:hover {
    text-decoration: none;
    color:#fcb815 !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #1e1100 !important;
}

.template-component-vertical-grid>ul>li>div:first-child+div {
    color: #707070 !important;
}

h1.entry-title {
    display: none !important;
}

.template-content-layout-column-right {
    margin-top: -40px !important;
}

.template-section-white .template-component-button:hover .floating-button-content a{
   background-color: #fff;
   color: #28a305 !important;
}

.template-header .template-header-bottom .template-header-bottom-background {
    overflow: hidden;
    text-align: center;
    padding: 46px 0 50px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(https://centralparkschool.net/wp-content/uploads/2019/02/Banner1.png) !important;
}