@charset 'utf-8';
/*
 Theme Name:	GYM
 Theme URI:		http://gym.axiomthemes.com/
 Description:	GYM - Wordpress theme
 Author:		axiomthemes
 Author URI:	http://themeforest.net/user/axiomthemes/portfolio
 Template:		gym
 Version:		1.0
 Tags:			light, theme-options
 Text Domain:	axiomthemes
*/

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

/* =Theme customization starts here
-------------------------------------------------------------- */

.tp-caption a {
    color: #fff;
}

.tp-caption a:hover {
    text-decoration: none;
	color: #fff;
}

h1 {
    font-size: 2.75em !important;
}

.page_content_wrap a {
    color: #009AF1;
}

.menu_user_wrap {
    display: none;
}

.havefun h3 {
	padding: 12px 0;
	margin: 12px 20px;
	font-size: 40px;
	color: #fff;
	background-color:red;
	border-radius: 5px;
	}
	
pre, code, kbd, tt, var, samp {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 1em;
	 overflow: none;
	 margin: 0;
	 padding: 0;
}

.post_title .entry-title {
	display: none;
	}

.content_wrap p {
    color: #444;
}

.post_format_standard.post_item_single .post_content p, .post_format_standard .post_descr {
    font-size: 1.1em !important;
    line-height: 1.6;
}

.page_content_wrap {
    padding: 1.5em 0;
}

.sc_contact_form .sc_contact_form_field input, .sc_contact_form .sc_contact_form_message textarea {
    border: solid #ccc 1px;
}

.text-wrap.label-above input, .ninja-forms-form-wrap textarea {
    background-color: #eee;
}


.copyright_wrap {
    background-color: #000;
}

.menu_main_wrap .menu_main_nav li > a:hover {
   text-decoration: none;
}