/*
Theme Name: Rhythm
Theme URI: http://www.medialayout.com
Author: Medialayout Team
Author URI: http://www.medialayout.com
Description: Powerful theme
Version: 2.1.3
License: GNU General Public License
License URI: license.txt
Text Domain: rhythm
Tags:
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf')  format('truetype'), url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf')  format('truetype'), url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
     font-family: 'ProximaNova-Regular' !important;
    color:#000 !important;
}
.foot{
    font-size:12px;
    color:#999;
    margin-bottom:20px;
    margin-top:20px;
}
.righttext{
    text-align:right;
}
table.pricing-list tbody tr td{
    font-family: 'ProximaNova-Regular' !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.videoOuter{
    position:relative;
    overflow:hidden;
    height:900px;
}
.overlay{
   display:none;
}
h1{
    font-family: Dosis, arial, sans-serif !important;
    letter-spacing:8px !important;
}
h2{
    font-size:32px !important;
}
.hoursSection{
    border:1px solid #ccc;
    border-radius:20px;
    padding:50px;
    width:350px;
    font-size:16px !important;
    text-align:Center;
    margin:0 auto;
}
.hoursText{
    display:block;
    color:#000;
    margin-bottom:20px;
}
.day{
    display:inline-block;
    width:90px;
}
.clock{
    width:80px;
    height:80px;
    background-image:url(images/clock.png);
    background-size:80px 80px;
    background-repeat:no-repeat;
    display:block;
    margin: 0 auto;
    margin-bottom:20px;
}
.btn{
    background-color:#8b2331;
    color:#fff;
    padding:5px 20px;
    border-radius:6px;
    letter-spacing:1px;
    text-decoration:none !important;
    font-weight:normal;
}
.btn:hover{
    background-color:#7C1422 !important;
    color:#fff;
}
.content-section{
    background-position:center bottom !important;
}
.heightbot{
    height:900px !important;
}
iframe{
    max-width:100%;
}
.bg-dark{
    background-color:transparent !important;
}
.italics{
    font-style:italic;
    color:#000;
    margin-bottom:20px;
    display:block;
}
.redText{
    color:#8b2331;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    display: contents;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.2 Default
--------------------------------------------------------------*/

.bypostauthor {
	
}