/*

Theme Name: Responsive Pro Child
Template: responsivepro
Theme URI: http://cyberchimps.com/store/responsivepro/

Description: Responsive Pro Theme is a flexible foundation with fluid grid system that adapts your website to mobile devices and the desktop or any other viewing environment. Theme features Theme Customizer with 12 skins, 9 Page Templates, 11 Widget Areas, 6 Template Layouts, 4 Menu Positions and more. Powerful but simple Theme Options for full CMS control with easy Logo Upload, Social Networking and Webmaster Tools etc. Responsive Pro is compatible with WooCommerce and bbPress, Multilingual Ready (WPML), RTL-Language Support, Retina-Ready, Search Engine Friendly, W3C Markup Validated and currently translated into 40 languages. Cross-Browser compatible. <a href="http://cyberchimps.com/forum/pro/responsive/">Official support forum</a>



Version: 1.0.1.0

Author: CyberChimps WordPress Themes

Author URI: http://cyberchimps.com

Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, rtl-language-support, responsive-layout, fluid-layout

Text Domain: responsive



License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html



Responsive WordPress Theme, Copyright (C) 2003-2014 Emil Uzelac, CyberChimps Inc



This program is free software: you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation, either version 3 of the License, or

(at your option) any later version.



This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

GNU General Public License for more details.



You should have received a copy of the GNU General Public License

along with this program.  If not, see <http://www.gnu.org/licenses/>.



--------------------------------------------------------------

WARNING: (BEFORE YOU MAKE ANY CHANGES)

--------------------------------------------------------------

Please do not edit style.css or any other Theme files or

Templates directly. If you do, your customizations will be lost

as soon as you update Responsive.



WordPress and CyberChimps highly recommends Child Theme.



Read More:



- http://codex.wordpress.org/Child_Themes

- http://cyberchimps.com/guide/child-theme-example/

- http://cyberchimps.com/guide-tags/child-theme-2/



*/



@import url("../responsivepro/style.css");

.menu a {
	font-family:"arial", helvetica, sans-serif !important;
}
.menu li {
	width:20%;
	text-align:center;
}
li.menu-item-192 a {
	color:#ef4135;
}
li.menu-item-193 a {
	color:#c5960B;
}
li.menu-item-194 a {
	color:#5261ac;
}
li.menu-item-195 a {
	color:#00a2d7;
}
li.menu-item-196 a {
	color:#78a22f;
}

body.page-id-203 #logo,
body.page-id-220 #logo {
	display:none;
}
body.page-id-220 h1.post-title {
	display:none;
}
#wrapper {
	background-color:transparent;
	border:0px;
}
div.jetpack-likes-widget-wrapper {
	display:none;
}

body.custom-background {
	background-size:cover;
	background-position:center center;
	position:relative;
	min-height:100%;
}
.menu ,  .menu li, .menu li:hover, .menu a, .menu a:hover {
    background-color: transparent !important;
    background-image: none !important;
}
#footer {
	position:absolute;
	bottom:0;
	width:90%;
	padding:0 5%;
}
#footer .social-icons {
	text-align:left;
	margin-bottom:0px;
	float:left;
}
.copyright {
	font-family:arial, helvetical, sans-serif;
	color:#555;
}
.email {
	clear:right;
	margin-left:8px;
}
.email-link {
	margin-left:4px;
}
#logo {
	text-align:center;
	float:none !important;
}



/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (max-width: 650px) {
		.menu ,  .menu li, .menu li:hover, .menu a, .menu a:hover {
    background-color: #FFF !important;
}
.col-300 {
	margin-right: 0px;
}

/* #footer .social-icons {
	text-align:center;
	float:none;
}
*/

.menu li {
	width:100%;
	text-align:center;
}
li.menu-item-192 a {
	color:#ef4135 !important;
}
li.menu-item-193 a {
	color:#c5960B !important;
}
li.menu-item-194 a {
	color:#5261ac !important;
}
li.menu-item-195 a {
	color:#00a2d7 !important;
}
li.menu-item-196 a {
	color:#78a22f !important;
}
}