/*

	Theme Name: Empower Health Concept Custom Theme

	Theme URI: http://www.peterstavrou.com

	Description: A custom Theme for Empower Health Concept

	Author: Peter Stavrou

	Author URI: http://www.peterstavrou.com

	Version: 1.5.1

	Text Domain: framework

    Domain Path: /languages

	License: GNU General Public License version 3.0

	License URI: http://www.gnu.org/licenses/gpl-3.0.html

	Tags: white, right-sidebar, responsive-layout, featured-images, full-width-template, threaded-comments, microformats, post-formats, translation-ready, one-column, two-columns, three-columns, four-columns, custom-menu, theme-options

	----------------------------------------------------------------------------------------------------------------*/

.petertext {
font-size:10px !important;
color:#7a7d86 !important;
text-decoration: none;
}

	/*Imrul's edit*/
	.page-id-11 .flexslider ul.slides li{
		text-align: center;
	}

	.page-id-11 .flexslider video{
		width: 72%;

	}
    .page-id-11 .flexslider ul.slides li .slide-content h1,.page-id-11 .flexslider ul.slides li .slide-content p{
    	color: white !important;
    }
    .page-id-11 .appointment {
    }

    .page-id-11 .appointment-form{
    	display: none;
    }
    .page-id-11 .youtube-attachment{
    	text-align: center;
    }
    .slide-content{
    	text-align: left;
    }
    .make-appoint{
    	left: 115px;
    }
    .home-slider .slide-content {
        width: 75%;
        background: rgba(0,0,0,.5);
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
    }
    .home-slider .content-wrapper{
        top: 5%;
    }
    .flexslider{
        font-size: 0;
    }
    @media only screen and (max-width: 767px){
        .make-appoint{
            left: 0;
        }
    }
    @media only screen and (min-width: 851px) and (max-width: 991px){
        .home-slider .slide-content{
            background-color: transparent;
        }
    }

    @media only screen and (min-width: 481px){
        .page-id-11 .flexslider ul.slides li img{
            display: none;
        }
    }

    @media only screen and (max-width: 480px){
        .page-id-11 .flexslider ul.slides li img{
            display: block;
        }
        .page-id-11 .flexslider video{
            display: none;
        }
    }