/* This stylesheet is used to style the individual pages */


p{
line-height: 20px;
padding: 8px 0px 8px 0px;
}

.spacer-10{width: 100%; height: 10px;}
.spacer-20{width: 100%; height: 20px;}
.spacer-30{width: 100%; height: 30px;}
.spacer-40{width: 100%; height: 40px;}

.page-title{
padding: 20px 0px 20px 10px;
margin: 0px 0px 0px 0px;
font-family: Open Sans, trebuchet, Arial;
font-size: 22pt;
font-weight: normal;
color: #818285;
}
.page-title-center{
text-align: center;
}


.left{
width: 594px; 
margin: 0px 0px 0px 0px;
float: left;
}

.right{
width: 250px; 
margin: 0px 0px 0px 0px;
float: left;
}


.unique-container{padding: 0px 10px 0px 10px; margin: 0px 0px 0px 0px;}

.unique-container h4, .unique-container h4 a, .unique-container h4 a:hover{
margin: 15px 0px 0px 0px;
font-family: Arial, Times;
font-size: 14pt;
font-weight: normal;
color: #000000 !important;
}

.unique-container p{margin: 5px 0px 5px 0px;}

.paragraphs{padding: 0px 10px 0px 10px;}
.paragraphs h4, .paragraphs h4 a, .paragraphs h4 a:hover{
margin: 15px 0px 0px 0px;
font-family: Arial, Times;
font-size: 14pt;
font-weight: normal;
color: #000000 !important;}
.paragraphs p{margin: 5px 0px 5px 0px;}

.paragraphs-white{padding: 5px 10px 5px 10px; margin: 20px 10px 0px 10px;
/*
 background-color: #ffffff; 
 */
border: 1px solid #7b7b7b;
}
.paragraphs-white h4{
margin: 15px 0px 0px 0px;
font-family: Arial, Times;
font-size: 14pt;
font-weight: normal;
color: #000000;
}
.paragraphs-white p{margin: 5px 0px 5px 0px;}

.side-photo{margin: 0px auto; margin-top: 30px;}



/* Images inside pages */
.show-mobile{
float: none;
display: none;
visibility:hidden;	
}
.hide-mobile{
display: inherit;
visibility: visible;
}
.side-image{
height: auto;
margin: 0px auto;
padding: 4px;
border: #ebebeb 1px solid;
}
.side-image{
height: auto;
margin: 0px auto;
padding: 2px; 
border: #000000 1px solid;
}


.side-p{
margin: 10px 0px 10px 0px;
text-align: center;
font-weight: bold;
}

.contact-30{
margin: 30px 0px 0px 0px;
}


/* ========= ALL PAGES ==== */

.bullets{
padding: 0px 0px 0px 20px;
margin: 10px 0px 0px 0px;
}
.bullets li{
list-style: square;
padding: 0;
margin: 4px 0px 4px 0px;
}


.side-form{
width: 250px;
padding: 10px;
margin: 0px auto;
background-color: #818285;
border: #ffffff 2px solid;

}
.side-form h4{
padding: 0;
margin: 5px 5px 5px 5px;
font-family: Arial, Times;
font-size: 12pt;
font-weight: bold;
color: #ffffff;
}
.side-form p{
padding: 0;
margin: 5px 5px 5px 5px;
font-family: Arial, Times;
font-size: 10pt;
font-weight: normal;
color: #ffffff;
}
.side-form label{
display: inline-block;
width: 50px;
text-align:right;
margin: 10px 5px 0px 0px;
color: #ffffff;
}
.side-form input{
width: 120px;
}
.side-form text-area{
display: block;
float: right;
width: 230px;
height: 70px;
}

.side-form input[type="submit"]{
width: 80px;
clear: both;
float: right;
margin-top: 10px;
}




/* ====================== HOME PAGE ================= */

.hometabs{
padding: 0;
margin: 30px 0px 30px 0px;
text-align:center;
}
.hometabs li{
display: inline-block;
padding: 20px;
margin:0px 20px 0px 20px;
background: #3cb64b; /* Old browsers */
/*background: -moz-linear-gradient(top,  #3cb64b 0%, #008746 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  #3cb64b 0%,#008746 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  #3cb64b 0%,#008746 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cb64b', endColorstr='#008746',GradientType=0 ); /* IE6-9 */
border-radius: 10px;
text-align: center;
}
.hometabs li a:link, .hometabs li a:active, .hometabs li a:visited{
font-family: Open Sans, Arial;
font-size: 18pt;
color: #ffffff;	
text-decoration: none;
font-weight: normal;
}
.hometabs li a:hover{
font-family: Open Sans, Arial;
font-size: 18pt;
color: #ffffff;	
text-decoration: underline;
font-weight: normal;
}



/* ====================== ABOUT  PAGE ================= */





/* ====================== WEIGHT LOSS PAGE =============== */
.wl-slide{
width: 250px;
}
.wl-slide img{
width: 248px;
height: auto;
margin: 0px auto;
padding: 2px;
border: #ebebeb 1px solid;
}


/* ====================== PAGE ================= */



/* ===================== CONTACT PAGE ================= */

.contact-required{
width: 50%;
padding: 10px;
float: left;
}

.contact-required h4{
margin: 15px 0px 0px 0px;
font-family: Dosis, Arial, Times;
font-size: 14pt;
font-weight: normal;
color: #004b8e;
padding: 0;
}

.contact-required label {
font-size: 1.2em;
font-weight: 200;
padding-top: 10px;
display: block;
}
.contact-required input {
width: 100%;
font-size: 18px;
font-weight: 200;
padding: 10px;
box-sizing: border-box;
}

.contact-required input[type=submit] {
background-color: hsl(8, 70%, 54%);
color: white;
margin-top: 20px;
padding: 10px;
border: none;
box-sizing: border-box;
font-size: 18px;
}
.contact-required input[type=submit]:hover {
background-color: #004b8e;
}

.contact-required select{
width: 100%;
font-size: 18px;
font-weight: 200;
padding: 10px;
box-sizing: border-box;
}
.contact-required textarea{
width: 100%;
}

.contact-separator{
clear: both;
width: 300px;
height: 1px;
margin: 30px 0px 0px 0px;
background-image: url(../images/elements/page-contact-separator.jpg);
background-repeat: repeat-x;
overflow: hidden;
}

.contact-success{
width: 80%;
padding: 10px;
margin: 0px auto;
background-color: #ff9900;
border-radius: 10px;
border: #ffffff 2px solid;
-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.5);
float: left;
}
.contact-success h4{
padding: 0;
margin: 5px 5px 5px 5px;
font-family: Arial, Times;
font-size: 12pt;
font-weight: bold;
color: #ffffff;
}
.contact-success p{
padding: 0;
margin: 5px 5px 5px 5px;
font-family: Arial, Times;
font-size: 10pt;
font-weight: normal;
color: #ffffff;
}


.contact-side{
width: 320px; 
padding: 6px;
margin: 0px 0px 0px 40px;
background-color: #3cb64b;
font-size: 12pt;
color: #ffffff;
float: left;
/*border-radius: 10px;
border: 2px solid #969696;*/
/*-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.5);
box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.5);*/
line-height: 24px;
}

/* ===================== BLOG PAGES */

.left-blog{
width: 610px;
float: left;
}
.right-blog{
width: 200px;
float: left;
}

/* Main Blog Page */
.blog-main-title{
padding: 20px 0px 10px 0px;
margin: 0;
font-family: Open Sans, Arial;
font-size: 18pt;
font-weight: normal;
color: #000000;
/*background-image: url(../images/elements/page-title.jpg);
background-repeat: no-repeat;*/
}

.each-post{
clear: both;
padding: 0px 0px 20px 0px;
margin: 20px 0px 20px 0px;
border-bottom: #ebebeb 1px solid;
}
.each-post h4{
padding: 0;
margin: 0px 0px 10px 0px;
font-family: Open Sans, Arial;
font-size: 14pt;
font-weight: normal;
color: #000000;
}
.each-post h4 span{
font-family: Open Sans, Arial;
font-size: 10pt;
font-weight: normal;
color: #4b4b4b;
}
.each-post h4 a:link, .each-post h4 a:active, .each-post h4 a:visited{
font-family: Open Sans, Arial;
font-size: 14pt;
font-weight: normal;
color: #000000;
text-decoration: none;
}
.each-post h4 a:hover{
font-family: Open Sans, Arial;
font-size: 14pt;
font-weight: normal;
color: #000000;
text-decoration: underline;
}
.each-post p{
padding: 0;
margin: 10px 0px 10px 0px;
}
.each-post p:first-of-kind{
margin-top: 30px;
}
.each-post h6{
display: inline-block;
padding: 6px;
margin: 0;
border-radius: 10px;
background-color: #000000;
color: #ffffff;
font-size: 10pt;
font-weight: normal;
font-family: Arial;
}
.each-post h6 a:link, .each-post h6 a:active, .each-post h6 a:visited{
display: inline-block;
padding: 6px;
margin: 0;
border-radius: 10px;
background-color: #000000;
color: #ffffff;
font-size: 10pt;
font-weight: normal;
font-family: Arial;
}
.each-post h6 a:hover{
display: inline-block;
padding: 6px;
margin: 0;
border-radius: 10px;
background-color: #000000;
color: #ffffff;
font-size: 10pt;
font-weight: normal;
font-family: Arial;
}

.blog-side{
width: 160px;
margin: 0px auto;
}


/* Single Article Display */
.blog-inner{
width: 540px;
}
.blog-inner p{
padding: 0;
margin: 10px 0px 10px 0px;
}
.blog-inner ul{
padding: 0px 0px 0px 20px;
margin: 10px 0px 10px 0px;
}
.blog-inner ul li{
padding: 0;
margin: 6px 0px 6px 0px;
list-style: square;
}
.blog-bottom-ads{
width: 728px;
margin: 0px auto;
margin-top: 30px;
margin-bottom: 30px;
}



.tags-holder{
padding: 0px 0px 0px 8px;
border-left: #4b4b4b 2px dashed;
}
.tags-holder h4{
padding: 0;
margin: 10px 0px 10px 0px;
front-weight: bold;
}
.tags-holder p{

}
.tags-holder p span{
font-weight: bold;
}
.tags-holder ul{
padding: 0;
margin: 0;
}
.tags-holder ul li{
padding: 0;
margin: 4px 0px 4px 0px;
list-style:none;
}





