/*
    Theme Name: Prancercise
    Theme URI: 
    Description: Theme for Prancercise.com
    Author: 
    Author URI: 
    Version: 1.0
*/
html { 

}
body {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 13px;   
  color: #333333;
  background: url(/wp-content/uploads/2015/07/custombg-filtered.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 

p {
  margin: 0 0 20px 0;
}
a {
  color: #549CC3;
  text-decoration: underline;  
}
a:hover {
  color: #000;
  text-decoration: none;  
}

h1.entry-title {
  color: #333333;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold; 
}
.home.page h1.entry-title {
  display: none;
}
h1.entry-title a {
  color: #333333;
  text-decoration: none;
}
h2 {
  font-size: 30px;
  margin: 16px 0 10px 0;
  line-height: 1; 
}
h2.page-title {
  color: #333;
  margin: 0px 0 10px 0;
  padding: 0 0 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Arial, Helvetica, Sans-serif;
  border-bottom: 2px solid #333;  
}
h3 {
  font-size: 20px;
  margin: 16px 0 10px 0;
  line-height: 1;
}

.clearfix {
  clear:both;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.dropshadow {
  -moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');  
}


#container {
  width: 960px;
  margin: 0 auto;  
}

/*------------------------------------------------------------------------------
*                                                                         HEADER
------------------------------------------------------------------------------*/
header#masthead {
  height: 70px;
  padding: 10px 0 10px 0; 
}

.logo {
  float: left;
}
.header-right {
  float: right;
}
#top-social-profiles {
  padding-top: 0px;
  height: 32px;
  text-align: right;
}
.social-profiles {
  margin: 0 0 15px 0;
}
.social-profiles a {
  text-decoration: none;
}
  
/* =COMMENTS
-------------------------------------------------------------- */

#comments {
    margin-bottom: 15px;
}

#comments p {
    margin: 5px 0 10px 0;
}

h3#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

.commentlist { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 15px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 15px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
}

.comment-meta {
    margin: -23px 0 0 65px;
    display: block;
    font-size: 11px;
    padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
    text-align: right;
    margin-bottom: 10px;
}

.comment-reply-link  {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    background: #EDEDED;
    color: #333;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:  1px solid #999999;
}

.comment-reply-link:hover {
    background: #F5F5F5;
    color: #333;
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

#respond .required {
    color:#FF4B33;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#respond label {
    font-size: 12px;
    font-weight: bold;
}

#respond input {
    margin:10px 0 0 0;
    width:98%;
}

#respond textarea {
    width:98%;
    margin:10px 0 0 0;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}
/*------------------------------------------------------------------------------
*                                                                      MAIN-MENU
------------------------------------------------------------------------------*/
#site-navigation {
  clear: both;
}
#site-navigation > div {
  position: relative;
  height: 40px;
  z-index: 300;
  border-bottom: 4px solid #549CC3;
  background: #c8d8ec;
  -webkit-border-radius: 10px 10px 0px 0px;
  -khtml-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;  
}
#site-navigation > div li {
  float: left;
  position: relative;
}
#site-navigation > div li a {
  color: #549CC3;
  padding: 10px 10px 9px 10px;
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold; 
  display: block;
  position: relative;
}
#site-navigation > div > ul, 
#site-navigation > div > ul * {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  line-height: 1.0; 
}
#site-navigation > div > ul > li:hover > a,
#site-navigation > div > ul > li.current-menu-item > a {
  color: #fff;
  background: #549CC3;
  outline: 0;
  -webkit-border-radius: 10px 10px 0px 0px;
  -khtml-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;  
}
#site-navigation > div > ul > li.mobile-only {
  display: none;
}


/*------------------------------------------------------------------------------
*                                                                        CONTENT
------------------------------------------------------------------------------*/
#main {
  clear:both;
  padding: 15px;
  background: #fff;
  overflow-x: hidden;
}

.entry-content {
  min-height: 550px;
  line-height: 20px;
}

.with-sidebar .primary-content {
  overflow: hidden;
  float: left;
  width: 635px;
}

/*------------------------------------------------------------------------------
*                                                                        CONTENT
------------------------------------------------------------------------------*/
#sidebar {
  overflow: hidden;
  float: right;
  width: 290px;
}
#sidebar > div {
  margin: 0 0 15px 0;
}
#sidebar .widgettitle {
  color: #549CC3;
  font-size: 16px;
  line-height: 16px;
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; 
  border-bottom: 2px solid #549CC3;
  margin: 0 0 10px 0;
  padding: 6px 0 4px 0;  
}

#sidebar img {
  max-width: 100%;
  height: auto;
}

.member-page {
  text-align: center;
}
.member-page img {
  display: block;
  margin: 0 auto 10px auto;
}
/*------------------------------------------------------------------------------
*                                                                           POST
------------------------------------------------------------------------------*/
.post-single .title,
.post .title {
    font-size: 24px;
    line-height: 24px;
}
.post-single .title a, 
.post .title a{
  color: #333;
  text-decoration: none;
}
.post {
  line-height: 20px;
}
.postmeta-primary {
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-primary span, .postmeta-secondary span {
    padding:3px 0 3px 20px;
    background-position:left center;
    background-repeat: no-repeat;
}

.meta_date {
    background-image: url(images/date.png);
}

.meta_author {
    background-image: url(images/author.png);
}

.meta_comments {
    background-image: url(images/comments.png);
}

.meta_edit {
    background-image: url(images/edit.png);
}

.meta_categories {
    background-image: url(images/category.png);
}

.meta_tags {
    background-image: url(images/tags.png);
}

.readmore {
    margin-bottom: 15px;
    float: right;
}

.readmore a {
    color: #fff;
    background: #549CC3;
    border: 1px solid #E6E6E6;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.readmore a:hover {
    color: #fff;
    background: #549CC3;
    border: 1px solid #E6E6E6;
    text-decoration: underline;
}
.attachment-medium.wp-post-image {
  width: 200px;
  height: auto;
  float: left;
  padding: 0 10px 10px 0;
}
/*------------------------------------------------------------------------------
*                                                                         FOOTER
------------------------------------------------------------------------------*/
footer#colophon {
  width: 960px;
  margin: 0 auto;
  background: #0a4666;
}
#footer {
  width: auto;
  margin: 0 auto;
  padding: 25px 25px 35px 25px;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#copyrights {
  color: #fff;
  float: left;
}
#credits {
  color: #fff;
  font-size: 11px;
  float: right;
}
  
/*------------------------------------------------------------------------------
*                                                                       ELEMENTS
------------------------------------------------------------------------------*/
.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    padding: 0 0 9px 12px;
    margin: 0 0 8px 0;
    background: url(images/widget-list.png) left 4px no-repeat;
    border-bottom:0;
}
.widget a {
    color: #333333;
    text-decoration: none;
}

.widget a:hover {
    color: #549CC3;
    text-decoration: none;
}

/* Search
----------------------------*/

#search {
    border: 1px solid #CCCCCC;
    background: #F9F9F9 url(images/search.png) 99% 50% no-repeat;
    text-align: left;
    padding: 6px 24px 6px 6px;
}

#search #s {
    background: none;
    color: #333;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}

/*------------------------------------------------------------------------------
*                                                                    Wp Calendar
------------------------------------------------------------------------------*/

#wp-calendar {
    empty-cells: show;
    font-family: Arial, Helvetica, Sans-serif;
    margin: 0;
    font-weight: normal;
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}

#wp-calendar caption {
    padding: 4px 0;
    text-transform: uppercase;  
    margin: 2px 0 2px 0;
    text-align: left;
    background: none;
}

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    background: none;
}

#wp-calendar td {
    font-family: Arial, Helvetica, Sans-serif;
    letter-spacing: normal;
    padding: 4px 0;
    text-align: center;
    background: none;
}

.error {
	text-align: center;
	color: #fff;
    font-weight: bold;
	background: Red;
	padding: 8px;
    font-size: 12px;
	margin: 0 0 10px 0;
}

.message {
	text-align: center;
	color: #fff;
    font-weight: bold;
	background: Green;
	padding: 8px;
    font-size: 12px;
	margin: 0 0 10px 0;
}
#wp-calendar td:hover, #wp-calendar #today {
    background: #549CC3;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}
/*------------------------------------------------------------------------------
*                                                                     SHORTCODES
------------------------------------------------------------------------------*/
.sc-divider {
  background: url(images/sc/divider.png) no-repeat left top;
  display: block;
  width: 534px;
  height: 111px;
  margin: 0 auto;
}
.sc-divider-text {
  width: 100%;
}
.sc-divider-text .decoright {
  width: 267px;
  height: 111px;
  background: url(images/sc/decoright.png) no-repeat left top;
  float: right;
}
.sc-divider-text .decoleft {
  width: 267px;
  height: 111px;
  background: url(images/sc/decoleft.png) no-repeat left top;
  float: left;
}
.sc-divider-text .dcont {
  font-size: 20px;
  text-align: center;
  color: #549CC3;
  padding-top: 34px;  
}
.sc-footer {
  background: #549cc3;
  width: 100%;
  margin: 70px 0 -15px -15px;
  padding: 15px;
  color: #fff;  
}
.sc-footer a {
  color: #fff;
}
.sc-footer > p:empty {
  display: none;
}
.sc-one-third {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.sc-one-third img {
  max-width: 100%;
}
.sc-one-third.last {
  margin-right: 0;
}
.sc-img-wrap {
  float: left;
  background: #eee;
  padding: 4px; 
  border: 1px solid #ddd;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sc-img-wrap p {
  text-align: center;
  padding: 0 4px 5px;
  margin: 0;
  line-height: 17px;
  font-size: 11px;
}
.sc-video {
  min-height: 550px;
}
.sc-video > div {
  width:720px;
  height:534px;
  margin:0 auto;
  background: url(images/sc/monitor.png) no-repeat;
}
.sc-video > div > div {
  width:560px;
  margin:0 auto;
  padding-top:41px;
  padding-left:6px;
}
.sc-slider > img {
  display: none;
}
/*
.sc-slider > img:first-child {
  display: block;
}*/
.sc-sidebar-custom {
  float: right;
  margin:-45px -15px -15px 15px;
  width:300px;
  background:#549cc4;
  color:#fff;
  text-align: center;
  padding:0 4px;
}
.sc-sidebar-custom > p:empty {
  display: none;
}
.sc-custom-bg {
  margin: -15px -15px 15px -15px;
}

#blogbuttonbox{
	position:relative;
	top:-36px;
	left:100%;
	margin-top:0px;
	margin-left:-510px;
	width:400px;
	height:30px;
	background:none;
}


#bookingbutton{
	position:absolute;
	width:120px;
	height:30px;
	top:-1px;
	left:123px;
	border:#fff thin solid;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #FFFFFF 0%, #00A3EF 100%);
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	line-height:30px;
}

/*
#blogbutton{
	position:relative;
	top:-33px;
	left:120px;
	width:120px;
	height:30px;
	border:#fff thin solid;
	margin-left:3px;
	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #00A3EF));
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #00A3EF 100%);
	background-image: linear-gradient(to bottom right, #FFFFFF 0%, #00A3EF 100%);
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	line-height:30px;
}
*/


#videopagebutton{
	position:absolute;
	top:0px;
	left:0px;
	width:120px;
	height:30px;
	border:#fff thin solid;
	margin-left:0px;
	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #093 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #093 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #093 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #093));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #093 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #FFFFFF 0%, #093 100%);
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	line-height:30px;
}

#blogbutton{
	position:absolute;
	top:-1px;
	left:124px;
	width:120px;
	height:30px;
	border:#fff thin solid;
	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top left, #FFFFFF 0%, #39FF14 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top left, #FFFFFF 0%, #39FF14 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top left, #FFFFFF 0%, #39FF14 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #FFFFFF), color-stop(1, #39FF14));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #39FF14 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom right, #FFFFFF 0%, #39FF14 100%);
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	line-height:30px;
}


a.buttonlink{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	text-decoration:none;
}
a.buttonlink:link{
	color:#FFF;
}
a.buttonlink:visited{
	color:#FFF;
}
a.buttonlink:hover{
	color:#999;
}


/* Booking section */
#bookingFrame{
	position:relative;
	width:100%;
	height:1150px;
	margin:0px auto 0px auto;
	background-color:#FFF;
}

#bookingLeft{
	position:absolute;
	width:50%;
	height:450px;
	top:0px;
	left:0px;
}

#bookingRight{
	position:absolute;
	top:0px;
	left:50%;
	width:50%;
	height:450px;
	text-align:center;
}

#bookingPhotoFrame{
	width:400px;
	height:533px;
	margin:0px auto 0px auto;
	text-align:center;
}

#bookingPhoto{
	width:400px;
	text-align:center;
	/*border:#666 thick solid;*/
	/*margin-left:-2px;*/
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#bookingLower{
	position:relative;
	width:380px;
	height: 500px;
	margin:40px auto 0px auto;
	background-color:#efefef;
	border:#666 5px solid;
	padding:10px;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-border-radius: 15px;
	border-radius: 15px;
	
}

body #wprmenu_bar.wprmenu_bar {
  display: none !important;
}
