/*
	Theme Name:     pla Child Theme
	Theme URI:      
	Description:    
	Author:         
	Author URI:     
	Version:        1.0
	Template:       pla
*/

/*=========================================================================================================

	NOTE: This child themes parent creates inline styles in the <head> tag after this file is called.
	This means inline styles created by the theme customizer will supercede your below styles. To
	override the inline styles target your elements from further back OR use the !important rule.
	However try to avoid the !important rule where possible. Feel free to delete this.

	example 1
	div.parent div.element {
		padding: 100px;
	}

	example 2
	div.element {
		padding: 100px !important;
	}

========================================================================================================*/

@import url('../pla/style.css');

#footer .textwidget { font-size: 11px !important;}

#menu-main-navigation-1 li a { text-transform:uppercase !important; border: none; font-size: 16px;}

#menu-main-navigation-1 li li a { text-transform: capitalize !important; border: none; font-size: 16px;}

.nav-horizontal.nav-standard.menu-center #sidebar li { margin-left: 15px; margin-right:15px;}

h2#logo-text { font-family:;}

.page-id-70 h4 {margin-top:-16px !important;}

.footer-box { margin-left: 10px;}

.home #sidebar { display: none; visibility: hidden;}
.home #mobile { display: none; visibility: hidden;}
.home #footer-wrap { display: none; visibility: hidden;}

.home a { border-bottom: none !important;}
.home #content { padding: 0px !important;}

img.alignnone {margin-top:5px !important; margin-bottom:5px !important;}

a.pinit-button { border-bottom: 0px !important;}

.page-id-76 #content a {
	text-decoration: none;
	border: 0 none;
	}