/*
Theme Name: LegendAcademy
Description: Child theme of Genesis, Janlord Luga 
Author: Janlord Luga  
Author URI: http://www.jluga.com
Template: genesis
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
    font-family: PTsans;
    src: url(PTN57F.ttf);
}
@font-face {
    font-family: PTsans_a;
    src: url(PTN77F.ttf);
}
@font-face {
    font-family: PTsans_b;
    src: url(PTS55F.ttf);
}
@font-face {
    font-family: PTsans_c;
    src: url(PTS56F.ttf);
}
@font-face {
    font-family: PTsans_d;
    src: url(PTS75F.ttf);
}
@font-face {
    font-family: PTsans_e;
    src: url(PTS76F.ttf);
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: PTsans, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */
/*----------------------menu-main-----------------------*/

.check-list li{
	list-style: none !important;
}

#menu-main {
  width: 760px;	
  position: absolute;
  top: 40px;
  right: 55px;
  float: right !important;
}
#menu-main li{
	display: inline-block !important;
	margin-right: 10px !important;
	position: relative !important;
}
#menu-main li a{
	color: #fff !important;
	padding: 8px 13px;
	font-size: 16px;
	border-radius: 3px;
}
#menu-main li a:hover,#menu-main li.current-menu-item a{
	color: #fff !important;
	background: #005E8B;
}
#menu-main li ul {
  display: none;
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  left: -50px;
  padding: 10px;
  z-index: 100;
}
#menu-main li ul li{
  width: 100%;
  position: relative;
  background: #c2c2c2;
  color: #000 !important;
  border-bottom: #998F86 !important;
}
#menu-main li ul li a{
  padding: 10px;
  display: block;
  z-index: 100;
  position: relative;
  color: #000 !important;
}
#menu-main li:hover ul{
	display: block;
}

/******New Slider GT*****/
.box-content p{
	font-size: 18px !important;
}
.box-image{
	display: none !important;
}

.box-image img{
	display: none !important;
	width: 48px !important;
	height: 64px !important;
}
.box-title{
	font-size: 22px !important;
	margin-top: 10px !important;
}
.testimonial-box{
	margin-top: 40px !important;
}
/*---------------------Home Content-----------------------------*/

.entry-thumbnail-home{
	width: 450px;
	position: absolute;
	top:20px;
	left:20px;
}
.entry-thumbnail-home img{
	width: 100%;
}
.entry-content-home{
	width: 290px;
	float: right;
}
.entry-home{
	background: #f9f8f6;
	padding: 20px;
	clear: both;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	//box-shadow: 0px 0px 10px #c2c2c2;
}
.entry-title-home{
	line-height: 25px !important;
}
.entry-content-home p{
	font-size: 14px;
}
.entry-title a,.entry-title-home a{
	color: #000 !important;
	font-size: 25px;
	font-weight: bold;
}
.entry-title a:hover,.entry-title-home a:hover{
	color: #ed1b24 !important;
}
#top_section{
	position: relative;
}
.top_float_sec{
	float: left;
	width: 50% !important;
}
._form {
    color: #000 !important;
    background: none !important;
    padding: 0px !important;
    margin-top: 0px !important;
}
._form input[type="text"] {
    line-height: 15px;
    color: #242415 !important;
    display: block !important;
    float: left;
    width: 100% !important;
}
._form input[type="email"] {
    line-height: 15px;
    color: #242415 !important;
    width: 100% !important;
    float: none !important;
}
._option{
 color: #000 !important;
}
._label{
   color: #000 !important;
}
.top_float_sec form{ 
	text-align: center;
}
.btn-block{
	background: #005E8B !important;
}
.top_float_sec form input{ 
	margin-bottom: 20px;
}
.blog_section_container{
	position: relative;
	width: 100%;
	background: #fff;
	overflow: hidden !important;
}
#compile511{
	margin-top:10px !important;
}
.blog_section{
	//background: #fff;
	position: relative;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	padding: 5px;
}
a{
	color: #005E8B !important;
}
.content .post-image{
	width: 200px !important;
}
.title-post a{
}
.title-post{
	margin-left: 216px;
	color: #005E8B;
	font-size: 25px;
	line-height: 25px !important;
}
.title-coach{
	text-align: center;

}
.title-coach a{
	color: #fff !important
}
.widgettitle{
	color: #242415;
	font-size: 28px;
}
.textwidget input{
	text-align: center;
	margin: auto !important;
	margin-bottom: 10px;
	
}
.textwidget p{
	text-align: center;
	color: #242415;
}
.tab_header{
	line-height: 50px;
	background: #242415;
	clear: both;
	overflow: hidden;
	position: relative;
	color: #005E8B;
}
.tab_header i{
	background:#fff;
	color: #005E8B;
	float:left;
	font-size:30px;
	padding:6px;
}
.tab_img{
	position: relative;
	background: #fff;
	padding: 5px 10px;
	display: block;
	float: left;
	width: 50px;
}
.tab_name{
	float: left;
	color: #fff;
	line-height: 40px;
	margin-top: 2px;
	font-size: 30px;
}
.entry-thumbnail-home{
	width: 200px !important;
	max-height: 200px !important;
	background: #fff;
	padding: 3px;
	border: solid 1px #c2c2c2;
	float: left;
}
.entry-thumbnail-home img{
	max-height: 180px !important;
}
.entry-content-post{
	float: right;
	width: 310px;
	margin-right: 30px;
}
.entry-content-post p{
	font-size: 14px;
	padding-left: 10px;
}
.content_container{
	width: 48% !important;
	height: 285px;
	background: #F5F5F5;
	padding: 20px 10px 10px 10px;
	margin-top: 10px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 5px;
	border: solid 3px #fff;
	position: relative;
}
.read_more{
	display: block;
	position: absolute;
	bottom:30px;
	right:30px;
	padding: 5px 7px !important;
	background: #005E8B;
	color: #fff;
	width: 20%;
	text-align: center;
	font-size: 12px;
	color: #fff !important;
}
.app_now{
	padding: 5px 7px !important;
	background: #005E8B;
	color: #fff;
	text-align: center;
	font-size: 12px;
	color: #fff !important;
	display: inline;
	position: absolute;
	right: 30px;
}
.cont_now{
	padding: 5px 7px !important;
	background: #333;
	color: #fff;
	text-align: center;
	font-size: 12px;
	color: #fff !important;
	display: inline;
	position: absolute;
	right: 110px;
}
.read_more:hover{
	color:#fff;
}
.read_more_article{
	padding: 10px 20px;
	text-align: center;
	background: #005E8B;
	clear: both;
	margin: 20px auto !important;
	display: block;
	width: 400px;
	color: #fff;
	position: relative;
	top: 10px;
	color: #fff !important;
}
.event_section_container{
	margin-top: 20px;
}
.program_section_container{
	background: #fff;
}
.testimonial_section_container{
	margin: auto;
	padding-top: 20px;
	width: 80% !important;
	margin-bottom: 20px;
}
.testi_video_con .cboxElement{

}
.cboxElement img{
	margin-right: -8px !important;
	width: 240px !important;
	height: 240px !important;
}
.testi_video_con{
	background: #fff;
	position: relative;
	overflow: hidden;
}
.testi_slide{
	width: 75%;
	padding: 20px;
	float: right;
	height: 115px !important;	
}
.bx-pager, .bx-default-pager{
	display: none;
}
.vid_slide .cboxElement img{
	margin-top: -10px;
	margin-bottom: -10px;
}
.sidebar .widget img{
	display: block;
	margin: auto;
	z-index: 0;
}
.footer-home{
	background: #242415;
	width: 100%;
	position: relative;
	z-index: 1;
	color: #fff;
	min-height: 300px;
	overflow: hidden !important;
	padding-bottom: 30px;

}
.entry-thumbnail-coach {
	 margin-right: 15px;    
}
.entry-thumbnail-coach img {               
	 width: 300px;                
	 height: 300px;                
	 -webkit-border-radius: 150px;               
	 -moz-border-radius: 150px;                
	 -ms-border-radius: 150px;                
	 -o-border-radius: 150px; 
	 border-radius: 150px;                     
}
.entry-content-coach{
	font-size: 14px;
}
.entry-content-coach .read_more{
	margin: auto !important;
}
.entry-content-coach .read_more:nth-child(3){
	position: relative;
	top: 40px;
}

/*-----------Coach expertise-----------------*/
.coach{
	width: 100%;
	margin: auto;
}
.coach a{
	color: #005E8B !important;
}
.entry-thumbnail-coach-expertise{
}
.content_coaches-expertise{
	width: 30%; /*------- Previous values is 22% -------*/
	float: left;
	margin-right: 3%; 
	text-align: center;
	position: relative;
}
.content_coaches-expertise p{
	font-size: 14px;
}
.entry-thumbnail-coach-expertise img{
	width: 180px;                
	height: 180px;                
	-webkit-border-radius: 150px;               
	-moz-border-radius: 150px;                
	-ms-border-radius: 150px;                
	-o-border-radius: 150px; 
	border-radius: 150px; 
}
.footer-home h1{
	color: #fff;
	text-align: center;
	//top: 10px;
	position: relative;
}
.coaches{
	max-width: 1200px; 
	margin: auto;
}
.coaches .content_coaches:nth-child(1){
	margin-left: 50px !important;
}
.content_coaches{
	width: 300px;
	float: left;
	margin-left: 80px;
	position: relative;
}

.content_coaches .read_more{
	width: 30% !important;
	position: relative !important;
	margin: auto;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
}
.footer_contain{
	position: relative:top:30px; 
	z-index: 10;
}
.social_icon_footer img{
	margin-top: 10px !important;
}
.full-frame,.html5-video-container, #player{
	width: 100% !important;
	text-align: center !important;
	margin: auto !important;
}
._2pi8{
	width: 100% !important;
}
.dpe-flexible-posts li{
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	padding-bottom: 10px;
	font-size: 16px;
}
#menu-footer_menu li a{
	font-size: 16px;
}
.sfsi_Sicons{
	padding-top: 30px;
	border-top: solid 1px #c2c2c2;
	width: 100% !important;
	padding-bottom: 30px;
}
#submit{
	background: #ed1b24 !important;
	color: #fff;
}
#submit:hover{
	opacity: 0.8;
	background: #ed1b24 !important;
}
.vid_navigation a{
	background: #252525;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 80px;
	line-height: 30px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.vid_navigation a:hover{
	background: #ED1B24;
}
.sidebar-primary ul li a{
	color: #fff !important;
}
.sidebar-primary ul li a:hover{
	color: #e5554e !important;
}
#disclaimer{
	font-family: Arial,Helvetica,san-serif !important;
}
#social a{
	outline: none !important;
}
.ytp-thumbnail, .video-wrapper{
	text-align: center !important;
	margin: auto !important;
}
.hwim-image{
	  box-shadow: 1px 1px 10px #000;
}


/*******************Subscribe Form**********************/
._form {
	padding: 20px;
	background: #005E8B;
	margin-top: 40px;
	color: #fff;
}
._form input[type='text']{
	width: 40%;
	line-height: 15px;
	float: left;
	color: #242415;
	
}

._form input[type='email']{
	width: 40%;
	float: left;
	line-height: 15px;
	color: #242415;
}

._form input[type='submit']{
	line-height: 20px;
	background: #005E8B;
}

/**************Other Pages*******************/
/*--------------Dating Tips--------------------*/
#main_container{
}
.top_blog_content{
	padding: 20px;
	background: #FCFCFC;
	color: #000;
}
.top_blog_content h2{
	color: #005E8B;
}
.content_container_page{
	background: #fff;
	padding: 20px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 5px #c2c2c2;
}
.title-post_page{
	margin-left: 219px;
}
.title-post_page a{
	color: #005E8B;
	font-size: 25px;
}
.entry_thumbnail_page{
	float: left;
	width: 200px;
	margin-top:-35px;
}
.entry-content-post_page{
	float: left;
	width: 540px;
	margin-left: 18px;
}
.entry_thumbnail_page a img{
	width: 200px;
	padding: 4px;
	box-shadow: 0px 0px 1px #c2c2c2;
}
.entry-content-post_page .read_more{
	width: 100px !important;
	position: relative;
	left: 390px;
	bottom: -20px;
}

.entry-content-post_page .more_info{
	width: 100px !important;
	position: relative;
	left: 390px;
	top: 25px !important;
	background: #242415 !important;
}
.entry-content-post_page {}
.next_prev {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff !important;
}
.next_prev a{
	padding: 10px;
	background: #005E8B;
	color: #fff;
	font-size: 14px;
	color: #fff !important;
}
/*----------------Event Page-----------------*/
.event_page_tab_header{
	margin-top: 30px !important;
	margin-bottom: -60px;
}
.testimonial_section_container_page{
	padding: 20px;
}
.inquire_btn{
	position: relative;
	top:-32px;
	left: 280px !important;
	color: #fff !important;
}
/*----------------Program Page-----------------*/

.content_container_page_program{
	width: 48%;
	margin-right: 30px;
	margin-top: 30px;
	padding: 20px;
	float: left;
	border: solid 1px #c2c2c2;
	text-align: center;
	height: 450px;
	border-radius: 5px;
	position: relative;
}

.content_container_page_program a{
	color: #000 !important;
}
.title-post_page_program a{
	color: #005E8B !important;
	font-size:25px;
}
.content_container_page_program:nth-child(even){
	margin-right: 0 !important;
}
.content_container_page_program:nth-child(4){
	margin-right: 0 !important;
}
.entry-content-post_page_program p{
	font-size: 14px !important;
	color: #000 !important;
}
.entry_thumbnail_page_program a img{
	width: 200px !important;
}
.content_container_page_program .read_more{
	position:absolute !important;
	right: 0;
	left: 0;
	bottom:30px;
	width: 40% !important;
	margin: auto;
	color: #fff !important;
}
/*------------------About Page-----------------------------*/
.coaching_areas{
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.coaching_areas h1{
	color: #005E8B !important;
	
}
.our_mission{
	width: 100%;
	background: #fff;
	text-align: center;
}
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #005E8B;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
	position: relative;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}
.entry-content p{
	font-size: 16px;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.h-wrap{
	width: 100% !important;
	margin: auto !important;
	position: relative;
	height: 100px;
	background: #242415;
}
.logo_img{
	position: relative;
	left: 10%;
	top:20px;
	width: 100px !important;
}
.h-wrap a img{
	width: 100% !important;
	margin: auto !important;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
	padding-bottom: 30px;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 30px;
	margin-top: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	font-size: 28px;

}
.widget-title{
	color: #242415;
	font-size: 28px;

}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 25px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.header_right{
	position: relative;
	right: 10px;
}
.header_right .widget{
	position: absolute;
	width: 300px;
	right: 50px;
	top: -110px;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */
.backstretch{

}
.entry {
	margin-bottom: 40px;
	padding: 20px 60px 60px 60px;
	box-shadow: 0px 0px 10px #c2c2c2;
}
.content .entry {
	background-color: #f9f8f6;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	display: none !important; 
}
.entry-header h1{
	text-align: center;
}
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	//background-color: #252525;
	margin-bottom: 40px;
	//padding: 40px;
	//box-shadow: 0px 0px 20px #000;
	color: #fff !important;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	font-size: 14px;
	line-height: 1;
	padding: 20px 0;
	color: #fff;
	position: relative !important;
	z-index: 5;
}

.site-footer p {
	margin-top: 2px;
	margin-bottom: 0;
}
.footer_right{
	float: right;
}
.footer_left{
	float: left;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
	.entry-content-post_page .read_more{
		width: 100px !important;
		position: relative;
		left: 70%;
		margin-top: 20px !important;
		top: 20px;
	}
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	
	#menu-main{
		margin-left: 10% !important;: 
	}
	
	.top_float_sec:last-child{
		width: 400px !important;
		margin-left: 5%;
		
	}
	.content_container{
		width: 47% !important;
		height: 400px !important;
	}
	.title-post{
		position: relative;
		left: 55% !important;
		margin-left: 0 !important;
		width: 45% !important;
	}
	.entry-content-post{
		width: 40% !important;
	}
	.entry-thumbnail-home{
		float: none !important;
		position: absolute !important;
		top: 20px !important;
	}
	.testimonial_section_container{
		width: 100% !important;
	}
	.testi_slide{
		position: relative;
		top: -30px;
		width: 60% !important;
		left: -70px;
		font-size: 16px;
	}
	.content_container_page_program{
		width: 47%;
	}
	.entry-content-post_page{
		width: 60% !important;
		float: left !important;
	}
	.apply_now{
		position: relative;
		left: -20%;
	}
	.entry-content-post_page .more_info{
		left:30%
	}
	
}
@media only screen and (max-width: 1100px) {
	.content_coaches-expertise{
		margin-right: 20px !important;
		width: 20%;
	}
	#menu-main{
		right: 10px;
	}
	.site-footer {
		top:0px !important;
	}
	.content_container_page_program{
		width: 48%;
	}
	.content_coaches{
		float: none;
		margin: 20px auto !important;
	}
	.entry-thumbnail-coach img{
		margin-top: 20px !important;
	}
	.coaches h1{
		margin-bottom: -20px;
	}
	.content_coaches-expertise{
		margin-right: 5% !important;
	}
}
@media only screen and (max-width: 960px) {
	.content_coaches-expertise{
		margin-left: 35px !important;
		width: 40%;
	}
	.entry-content-post_page .read_more{
		width: 100px !important;
		position: relative;
		left: 78%;
		margin-top: 20px !important;
		top: 20px;
	}
	.entry-content-post_page{
		width: 70% !important;
	}
	.apply_now{
		position: relative;
		left: 10%;
	}
	.entry-content-post_page .more_info{
		left:48%
	}
	.site-inner,
	.wrap {
		max-width: 800px;
	}
	#menu-main{
		display: none !important;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.top_float_sec{
		width: 100% !important;
		margin: auto !important;
		position: relative;
		text-align: center !important;
	}
	.top_float_sec:last-child{
		width: 100% !important;
	}
	.entry-thumbnail-home{
		top: 0 !important;
		float: none;
		position: relative !important;
		margin: 0 !important;
		left: 10px;;
		
	}
	.title-post{
		margin: 10px !important;
		margin-right: 0px !important;
		width: 100% !important;;
		left: 0 !important;
	}
	.entry-content-post{
		float: none !important;
		margin: 0 !important;
		top: 0 !important;
		width: 100% !important;
	}
	.content_container{
		min-height: 420px;
	}
	.content_container .read_more{
		width: 35%;
		margin-top: 20px  !important;
		bottom: 10px !important;
	}
	.testi_slide{
		display: none !important;
	}
	.testi_video_con .cboxElement{
		float: left !important;
		width: 250px !important;
	}
	.testi_video_con{
		padding: 20px;
	}
	.vid_slide{
		display: none !important;
	}
	.site-footer{
		top:0px !important;
	}
	
}

@media only screen and (max-width: 800px) {
	._form input[type="text"]{
		width: 35% !important;
	}
	._form input[type="email"]{
		width: 35% !important;
	}
	.entry-content-post_page{
		width: 65% !important;
	}
	.entry-content-post_page .more_info{
		left:52%
	}
	.content_container_page_program{
		float: none;
		margin: 20px auto;
	}
	.content_container_page_program:nth-child(even){
		float: none;
		margin: 20px auto !important;;
	}
	.entry-thumbnail-home{
		float: none !important;
	}
	.entry-thumbnail-home img{
		margin: auto;
		display: block;
	}
	.testi_video_con .cboxElement{
		width: 218px !important;; 
	}
	.entry-title-home{
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center;
	}
	.entry-content-home{
		width: 100% !important;
		float: none !important;
	}
	.line-division-bottom{
		margin-top: 10px;
	}
	.watch_vid{
		top:-0px !important;
	}
	.content .entry{
		padding: 10px 5px 20px 5px !important;
	}
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	.sidebar .widget {
		padding: 10px;
	}
	.coaches{
		position: relative;
		overflow: hidden !important;
	}
}

@media only screen and (max-width: 768px) {
	.content_coaches-expertise{
		width: 100%;
		margin: auto !important;
	}
	._form input[type="text"]{
		width: 100% !important;
		margin-bottom: 10px;
	}
	._form input[type="email"]{
		width: 100% !important;
		margin-bottom: 10px
	}
	.entry-content-post_page{
		width: 65% !important;
	}
	.apply_now{
		position: relative;
		left: -8%;
	}
	.entry-content-post_page .more_info{
		left:40%
	}
	.entry-content-post_page{
		width: 55% !important;
	}
	.content_container_page_program{
		width: 70% !important;
	}
	.content_container{
		width: 95% !important;
	}
	.entry-thumbnail-home img{
		width: 100% !important;
	}
	.testi_video_con .cboxElement{
		width: 100% !important;
		float: none !important;
		margin: auto !important;
		text-align: center !important;
	}
	.testi_video_con .cboxElement img{
		width: 80%;
		margin: auto !important;
	}
	.testi_video_con{
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.apply_now{
		position: relative;
		left: -40%;
	}
	.entry-content-post_page .more_info{
		left:0%;
	}
	.entry_thumbnail_page{
		float: none !important;
		position: relative !important;
		margin-top: 10px;
	}
	.title-post_page{
		position: relative;
		margin-left: 0 !important;
	}
	.entry-content-post_page{
		left: 0;
		margin-left: 0;
		width: 100% !important;
		float: none !important;
	}
	._2pi8{
		width: 100% !important;
	}
	._56q9{
		width: 100% !important;
	}
	#facebook{
		width: 100% !important;
	}
	.read_more_article{
		width: 90% !important
	}
	.content_container_page_program{
		width: 90%;
	}
	.content_container_page_program .read_more{
		bottom: 10px;
	}
	
}
@media only screen and (max-width: 400px) {
	.entry-content-post_page .read_more{
		left: 60%
	}
	.apply_now{
		position: relative;
		left: -53%;
	}
	.entry-content-post_page .more_info{
		left:0%;
	}
	.content_container_page_program{
		width: 100%;
	}
	.entry-thumbnail-home img{
		width: 100% !important;
		margin: auto;
		display: block;
	}
	.content_container{
		min-height: 500px;
	}
	.testi_video_con .cboxElement img{
		width: 100%;
		margin: auto !important;
	}
	.footer-home h1{
		font-size: 30px;
	}

	._2pi8{
		width: 100% !important;
	}
	._56q9{
		width: 100% !important;
	}
	#facebook{
		width: 100% !important;
	}
	.footer-home .footer_contain h3{
		margin-top:-60px !important;
		display: block !important;
	}
	.content_coaches{
		width: 90% !important;
	}
	
	.content_coaches .read_more{
		width: 60% !important;;
	}
}
#testimonial_slider_recent_nav{
	display:none !important;
}
.post-image{
	display:none !important;
}
.entry-content-post_page .read_more{
	bottom: -25px !important;
}



.container {
	width: 1200px;
}
.page-template-category {
	background-color: #f5f5f5;
}
.entry-blog-header {
	padding: 10px;
	background-color: #FFF;
}
.entry-blog .entry-blog-title, .entry-blog .entry-blog-title a, .entry-blog .entry-blog-title h2 {
	color: #115596;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 5px 0;
	text-decoration: underline;
}
.entry-blog .entry-blog-meta {
	font-size: 12px;
	margin-bottom: 24px;
}
.entry-blog .entry-blog-view {
	text-align: right;
	display: block;
}
.entry-blog .entry-blog-content {
	margin-top: 3px;
	margin-bottom: 25px;
	padding:0 10px;
}
.entry-blog .entry-blog-content .entry-blog-meta {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.entry-blog .entry-blog-content .entry-blog-meta a {
	text-decoration: underline;
} 

