@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700);


/* Defaults */

h1, h2, h3, h4, h5, h6, p, span, div, body, strong{
	-webkit-font-smoothing: antialiased; /* Looks pretty much the same than Windows */
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}

body {
    background-color: #fff;
    color: #7C7A7A;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    color: #2D3238;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 15px;
}


a {
    border-bottom: none;
    color: #231F20;
    font-weight: 400;
    text-decoration: none;
}

blockquote::before {
    content: "";
}

.site-inner{ 
	padding-top:90px; 
	max-width:1140px; 
}

.page-template-page-with-testimonial .site-inner{ 
	max-width:1200px; 
}
.site-footer{ 
	padding:20px 0; 
}

.site-footer p, .site-footer a {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}

.site-header{ 
	border:none;
	position:relative;
	z-index:2;
	min-height:initial;
}

.admin-bar .site-header{
	top:0;
}

.full-width{
	width:100%;
}

strong{ 
	font-weight:700; 
}

.header-title {
    background: url('images/PERSONAL-TRAINER-heading-bg.jpg') no-repeat top/cover;
    padding: 50px 0 40px;
    text-align: center;
}

.header-title h1{
	color:#e45c8e;
	text-transform:uppercase;
	font-weight:900;
	font-size:30px;
}

#search-3 {
    background: #333 none repeat scroll 0 0;
    display: none;
    margin-bottom: 10px;
    padding: 20px 10px;
}

.header-search .search-form {
    width: 100%;
    margin:0 auto;
}

input, select, textarea{

	font-weight:400;
}


/* Posts and Pages Layout */

.site-header .widget-area {
    position: relative;
}

.post-edit-link {
    clear: both;
    display: block;
}

a:focus {
    outline: none;
}

a:hover{ 
	border:none; 
	color:#e45c8e;
}

.entry-title, .entry-title a {
    color: #2D3238;
    font-size: 20px;
    font-weight: 900;
    text-transform:uppercase;
}

.clearfix{
	display:block;
	width:100%;
	clear:both;
}

.entry-content .size-large {
    margin: 0 0 20px;
}

.more-link.custom-btn{
	font-size:16px;
	font-weight:700;
	color:#e45c8e;
	border:1px solid #e45c8e;
	margin:0;
	padding:10px 25px;
}

.more-link.custom-btn:hover{
	color:#fff;
	border:1px solid #e45c8e;
}

.blog .entry-content,
.archive .entry-content,
.search .entry-content {
    border-bottom: 1px solid #ccc;
}

.blog .post:last-of-type .entry-content,
.archive .post:last-of-type .entry-content,
.search .post:last-of-type .entry-content{
	border:none;
}

.blog .entry, .archive .entry, .search .entry {
    margin-bottom: 30px;
}

.archive-pagination li a {
    border:1px solid #7C7A7A;
    background-color:#fff;
    color: #2D3238;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 15px;
}

.archive-pagination li a:hover, .archive-pagination .active a {
    background-color: #e45c8e;
	color:#fff;
}

.content-sidebar-wrap {
    min-height: 900px;
}

.content-sidebar .content{
	max-width:780px;
	width:100%;
}

.content-sidebar .entry{
	padding:0;
}

.site-inner .wrap{ max-width:1140px; }


/* Footer */

.footer-menu-wrap {
    max-width: 1150px;
    padding: 0 0 20px 0;
}

.footer-custom-section{
	border-top:1px solid #7C7A7A;
	padding-top:20;
}

.home .footer-custom-section,
.services-page .footer-custom-section, .footer-custom-section{
	border-top:none;
	padding-top:20px;
}

.footer-widgets, .footer-widgets a {
    color: #fff;
}

.footer-widgets li {
    border-bottom: medium none;
    display: inline-block;
    margin: 10px 5px;
    padding-bottom: 10px;
}

.footer-widgets-1 {
    margin-right: 10px;
    width: 450px;
}

.footer-widgets-1 p{
	font-size:14px;
	padding:25px 0;
}

.footer-widgets-2 .custom-btn{
    color: #e45c8e;
    font-size: 22px;
    padding: 12px 35px;
	margin:0;
}

.footer-widgets-2 .custom-btn:hover{
	color:#fff;
	background: #e45c8e;
}

.footer-widgets-2 {
    width: 525px;
}

.footer-widgets-3{
	width:115px;
}

.footer-widgets .wrap {
    max-width: 1120px;
}

.footer-widgets{
	padding:20px 0 8px;
	background:#2D3238;
}

.footer-widgets p{
	margin:0;
}

.footer-widgets .widget {
    margin-bottom: 0;
}


/* Sections Layout */

.inner{ 
	max-width:1100px; 
	width:100%; 
	margin:0 auto;  
	overflow:hidden; 
}

.white-text p, .white-text a, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text span, .white-text strong, .white-text div, .white-text ul, .white-text li, .white-text ol, .white-text{ 
	color:#fff; 
}

.dark-text p, .dark-text a, .dark-text h1, .dark-text h2, .dark-text h3, .dark-text h4, .dark-text h5, .dark-text h6, .dark-text span, .dark-text strong, .dark-text div, .dark-text ul, .dark-text li, .dark-text ol, .dark-text{ 
	color: #323232;
}

.section1, .section2, .section3, .section4, .section5, .section6, .section7, .section8, .section9, .section10{ 
	display:block; 
	overflow:hidden; 
	margin:0 auto; 
	width:100%; 
	padding:45px 0; 
	position:relative; 
	z-index:1; 
}


/* Buttons Classes */

.custom-btn {
    border: 1px solid #e45c8e;
    color: #555;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin:0 auto;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
}

.custom-btn:hover {
    background: #e45c8e none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}

.pink-transparent-btn{
    border: 2px solid #e45c8e;
    color: #e45c8e;
    margin: 20px auto;
    padding: 15px 35px;
}

.pink-transparent-btn:hover{
    border: 2px solid #e45c8e;
    background: #e45c8e;
    color: #fff;
}

.pink-btn{ 
	background:#e45c8e; 
	color:#fff; 
	border:none; 
	padding:15px 25px; 
}

.pink-btn:hover{ 
	background:#fff; 
	border:none; 
	color:#e45c8e; 
}

a.pink-btn{ 
	background:#e45c8e; 
	color:#fff; 
	border:none; 
	padding:15px 65px; 
}

a.pink-btn:hover{ 
	background:#fff; 
	border:none; 
	color:#e45c8e; 
}

.white-transparent-btn{ 
	color:#fff; 
	border:2px solid #fff; 
	padding:15px 25px; 
}

.white-transparent-btn:hover{ 
	background:#e45c8e; 
	border:2px solid #e45c8e; 
	color:#fff; 
}


/* Maps */

.google-maps {
	position: relative;
	padding-bottom: 0;
	overflow: hidden;
	height:490px;
}
	
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin: 0 auto;
	max-width:980px!important;
	width: 100% !important;
	height:490px!important; 
}
	

/* Navigation Menus */

#top-header-custom-section .widget_nav_menu ul.menu > li:first-of-type,
.home #top-header-custom-section .widget_nav_menu ul.menu > li:nth-child(2){
	/*display:none;*/
}

.home #top-header-custom-section .widget_nav_menu ul.menu > li:first-of-type{
	display:inline-block;
}

#top-header-custom-section .menu-image, #top-header-custom-section .hovered-image {
    margin-bottom: 3px;
}

#menu-main .sub-menu li a {
    background:transparent none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding:10px;
    border:none;
}


/* Search Layout */

.search-header {
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    max-width: 1200px;
    width:100%;
    z-index: 3;
}

.cont-rc-form {
    display: none;
    float: none;
    left: 0;
    margin: 0 auto;
    max-width: 1100px;
    position: absolute;
    right: 0;
    top: 20px;
    width: 100%;
}

.cont-rc-form input#searchsubmit {
    background: #000 none repeat scroll 0 0;
    padding: 12px 25px;
    position: absolute;
    right: 0;
    top: 0;
    display:none;
}

.cont-rc-form input, .cont-rc-form select, .cont-rc-form textarea {
    font-size: 16px;
    padding: 15px;
    border: 2px solid #ddd;
    background:#f5f5f5;
    padding:30px;
}

.search-close-btn {
    cursor: pointer;
    display: initial;
    font-size: 25px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 10px;
}

.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    clip: initial;
    color: transparent;
    height: auto;
    margin: 15px 0 0 -50px;
    padding: 0;
    position: absolute;
    width: auto;
}


/* Mobile Menu */

.toggle-wrap {
    clear: none;
    display: none;
    margin-top: 25px;
    width: auto;
    float:right;
}

#toggle-nav {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: none;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0;
    outline: medium none;
    overflow: hidden;
    padding: 3px 0 0;
    text-align: right;
    text-indent: -99999px;
    width: 45px;
}

#toggle-nav span {
    background: #808080 none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 0 auto 5px auto;
    width: auto;
}


/* Popups */

.emodal iframe{ max-width:100%; width:100%; display:block; }

.emodal-title {
    background: #232C3A none repeat scroll 0 0;
    margin: -15px -15px 15px;
    padding: 15px;
    font-weight:900;
    font-family:'Lato', sans-serif;
}

.emodal{
    background:#fff!important;
    left: 0!important;
    margin: 0 auto!important;
    max-width: 755px!important;
    right: 0!important;
    width: 96%!important;
}

.emodal-close{
    width:36px;
    height:36px;
    background:transparent url('images/close-modal.jpg') no-repeat!important;
}

#eModal-1 .emodal-content > h3 {
    color: #555555;
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0 10px;
    text-align: center;
}

#eModal-1{
    max-width: 755px!important;
    padding:0!important;
}

#eModal-2 .emodal-title {
    margin: -30px;
    padding: 25px 0;
	background:#323232;
	text-align:center!important;
	font-size:34px!important;
	font-weight:900!important;
	color:#fff!important;
}

#eModal-2{
    max-width:540px!important;
    padding:30px!important;
}

#eModal-2 .emodal-content p img{
	max-width: 150px;
}
#eModal-2 #gform_wrapper_1 {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

#eModal-2 #gform_submit_button_1 {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #e45c8e;
	color: #e45c8e;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    width: 100%;
}

#eModal-2 #gform_submit_button_1:hover{
	background: #e45c8e none repeat scroll 0 0;
	color: #fff;
}

#eModal-2 #gform_1 label {
    display: none;
}

#eModal-2 #gform_1 input[type="text"] {
    background: #eaeaea none repeat scroll 0 0;
    color: #444444;
    font-family: "Lato",sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    padding: 10px;
    width: 100%;
}

#eModal-2 #gform_1 li{
	padding:0;
}

#eModal-2 p{
	font-family:'Lato', sans-serif!important;
	color:#444444!important;
}

#eModal-2 .spam-text{
	font-size:11px;
}

#eModal-2 #gform_1 .gform_footer{
	padding:0 0 25px;
}


/* Header Widgets */

#top-header-custom-section .widget_nav_menu ul li {
    display: inline-block;
	margin: 0 12px;
}

#top-header-custom-section .widget_nav_menu ul li:last-child{
	margin-right: 0;
}

#top-header-custom-section .widget_nav_menu ul li a{
	padding:20px 18px;
	font-size:17px;
	color:#2D3238;
	text-transform:uppercase;
}

#top-header-custom-section .widget_nav_menu ul li a:hover, #top-header-custom-section .widget_nav_menu .current_page_item a, .widget_nav_menu ul li a:hover, .widget_nav_menu .current_page_item a{
	color:#e45c8e;
}

#black-studio-tinymce-2 {
    display: block;
    float: left;
    max-width: 200px;
    width: 100%;
}

#black-studio-tinymce-2 p, #black-studio-tinymce-2 img{
	margin:0;
}

#nav_menu-2, #black-studio-tinymce-3 {
    float: right;
}

#nav_menu-2{
	margin: 10px 0;
}

#black-studio-tinymce-3 p {
    color: #7c7a7a;
    font-size: 16px;
    font-weight: 700;
	margin:0;
}
.top-text {
    margin-right: 71px;
	letter-spacing: 0.2px;
}

.top-text.top-address {
    margin-right: 35px;
}

.top-phone {
    color: #2d3238;
    font-weight: 900;
    padding: 0 30px;
	letter-spacing: 0.2px;
}

#black-studio-tinymce-3{
	padding-top: 12px;
}

#black-studio-tinymce-3 .custom-btn{
	font-size:16px;
	font-weight:900;
	padding:2px 22px;
	margin:0 auto;
	letter-spacing: 0.2px;
}

.site-header .wrap{
	max-width:1150px;
	padding:8px 25px 5px 0;
}

#top-header-custom-section .widget_nav_menu ul li:last-of-type a{
	padding:20px 0 20px 10px;
}


/* Full Width Widgets */

#bottom-full-width-section .widget-wrap{
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    overflow:hidden;	
}


.lead-magnet {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b85279+0,323232+52 */
	background: #b85279; /* Old browsers */
	background: -moz-linear-gradient(left, #b85279 0%, #323232 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b85279 0%,#323232 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b85279 0%,#323232 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b85279', endColorstr='#323232',GradientType=1 ); /* IE6-9 */
	
    overflow: visible;
    padding: 0;
    position: relative;
    z-index: 1;
}

.lead-magnet p{
	color:#fff;
	font-size:36px;
	font-weight:bold;
	font-weight:700;
	margin:0;
}

.lead-magnet .custom-btn{
	margin-left:55px;
}

.lead-magnet .content-wrap{
	float:right;
}

.lead-magnet .ebook-img {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -60px;
	max-width: 150px;
}


/* Primary Sidebar */

.sidebar .widget.free-session-widget {
    	background: rgba(0, 0, 0, 0) url('images/PERSONAL-TRAINER-dark-pattern-widget-bg.jpg') no-repeat scroll center top / cover ;
	padding:50px 15px;
}

.sidebar-primary .widget.cycledTestimonialWidget, .sidebar-primary .widget.praise-widget{
	background: rgba(0, 0, 0, 0) url('images/PERSONAL-TRAINER-testimonial-widget-bg.jpg') no-repeat scroll center top / cover ;
	padding:40px 20px;
}

.sidebar-primary .cycledTestimonialWidget .easy_testimonial_image_wrapper img{
	border-radius:100%;
	margin:0 auto 20px;
	clear:both;
	float:none;
	display:block;
}

.sidebar-primary .cycledTestimonialWidget  .testimonial_body p{
	text-align:center;
	font-style:normal;
	font-size:16px;
}

.sidebar-primary .cycledTestimonialWidget  .testimonial_author span{
	text-align:center;
	color:#e45c8e;
	font-size:20px;
	font-weight:900;
	font-style:normal;
}

.sidebar-primary .cycledTestimonialWidget  .testimonial_author{
	margin:0;
}

.sidebar-primary .cycledTestimonialWidget .widget-title, .sidebar-primary .praise-widget .widget-title{
	text-align:center;
	font-weight:900;
	font-size:29px;
	margin:0;
	color: #fff;
	text-transform: uppercase;
}

.sidebar-primary .praise-widget ul.amazingcarousel-list li{
	border-bottom: none;
}

.sidebar-primary .cycledTestimonialWidget .testimonial_body .more-link{
	font-weight:700;
	text-decoration:none;
}

.sidebar .widget.grey-widget {
    background-color: #eaeaea;
	padding-left:40px;
}

.sidebar .grey-widget h3, 
.sidebar .grey-widget a{
	color:#2D3238;
	font-size:20px;
	font-weight:900;
	margin:0;
	line-height:35px;
}

.sidebar .grey-widget a:hover{
	color:#358bbb;
}

.sidebar .grey-widget img{
	margin:0 15px 0 0;
}

.sidebar .widget.free-pdf-widget {
    background-color: #e45c8e;
	padding:20px 15px;
}

.sidebar .free-pdf-widget p, .sidebar .free-pdf-widget img{
	margin:0 auto 10px;
	
}
.sidebar .free-pdf-widget img{
	max-width: 150px;
}
.sidebar-primary {
    float: right;
    width: 320px;
	margin-bottom:40px;
}

.sidebar .widget {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px;
}

.free-session-widget h3 {
    font-size: 30px;
    font-weight: 300;
}

.free-session-widget h3 strong{
	font-weight:900;
}

.free-session-widget .custom-btn{
	font-size:21px;
	padding:15px 10px;
}

.free-pdf-widget .custom-btn{
	font-size:20px;
	padding:15px 10px;
}

.free-pdf-widget .custom-btn:hover{
	color: #e45c8e;
	background: #fff;
}

/* Homepage Sections */
.homepage .section1 .inner {
    max-width: 1200px;
}
.homepage .section1{
	background:#000000 url("/wp-content/uploads/2018/01/banner-bg-image-new.jpg") no-repeat scroll left 33% center / cover;
	min-height:535px;
	padding:50px 0 0;
}

.homepage .section1 .content-wrap{
	max-width:650px;
	width:100%;
	margin-left:-20px;
}

.homepage .section1 h1{
	font-weight:900;
	font-size:46px;
	margin:10px 0 0;
	line-height: 1.2em;
}

.homepage .section1 h2{
	font-weight: 400;
    letter-spacing: 3px;
	font-size:28px;
	margin:5px 0 15px;
}

.homepage .section1 .custom-btn{
	font-size:22px;
	text-transform:uppercase;
	line-height: 1.2em;
	padding: 20px 65px;
}

.homepage .section2{
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b85279+0,323232+52 */
	background: #b85279; /* Old browsers */
	background: -moz-linear-gradient(left, #b85279 0%, #323232 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b85279 0%,#323232 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b85279 0%,#323232 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b85279', endColorstr='#323232',GradientType=1 ); /* IE6-9 */

	/*background:#e45c8e;*/
	padding: 0;
	overflow:visible;
}

.homepage .section2 p{
	color:#fff;
	font-size:36px;
	font-weight:bold;
	font-weight:700;
	margin:0;
}

.homepage .section2 .custom-btn{
	margin-left:55px;
}

.homepage .section2 .content-wrap{
	float:right;
}

.homepage .section2 .ebook-img {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -60px;
	max-width: 150px;
}

.homepage .section3{
	padding:80px 0 30px;
}

.homepage .section3 .inner{
	max-width:1200px;
}

.homepage .section3 .testimonial_body, .homepage .section3 .testimonial_author {
    display: none;
}

.homepage .section3 .easy_t_single_testimonial {
    display: inline-block;
	margin:10px 15px;
}

.homepage .section3 .easy_testimonial_image_wrapper img{
	border-radius:0;
	display:block;
	margin:0;
}

.homepage .section3 .easy_testimonial_image_wrapper{
	background:#f2f2f2;
	border:1px solid #d1d1d1;
	padding:10px;
	overflow:hidden;
}

.homepage .section3 .easy_t_single_testimonial blockquote.easy_testimonial{
	padding:0;
}

.homepage .section3 div.easy-t-cycle-prev{
	background:url('/wp-content/uploads/2016/08/PERSONAL-TRAINER-prev-arrow.png') no-repeat center left;
	color:transparent;
	width:15px;
	height:30px;
	margin-top:140px;
}

.homepage .section3 div.easy-t-cycle-next{
	background:url('/wp-content/uploads/2016/08/PERSONAL-TRAINER-next-arrow.png') no-repeat center left;
	color:transparent;
	width:15px;
	height:30px;
	margin-top:140px;
}

.homepage .section3 h2{
	color:#2D3238;
	font-weight:900;
	font-size:30px;
	margin-bottom: 10px;
}

.homepage .section3 h3{
	color:#7C7A7A;
	font-weight:400;
	font-size:16px;
	letter-spacing:3px;
	margin-bottom: 45px;
}

.homepage .section3 .custom-btn{
	font-weight:900;
	min-width: 345px;
	margin: 20px auto 45px;
}

.homepage .section4 h2 {
    color: #2d3238;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
	margin-top: 30px;
}

.homepage .section4 .block {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 3px;
    max-width: 330px;
    padding: 30px 30px 20px;
    text-align: center;
    width: 100%;
}
.homepage .section4 .block-content {
    min-height: 100px;
}

.homepage .section4 .block > h3, .homepage .section4 .block > h3 a{
	font-size:20px;
	font-weight:900;
	margin:24px 0 10px;
	color: #e45c8e;
}

.homepage .section4 .block > img{
	display:block;
	margin:0 auto 30px;
}

.homepage .section4 .block p{
	font-size:14px;
	color: #7c7a7a;
}

.homepage .section4 .blocks-wrap {
	max-width:1020px;
	width:100%;
	margin:62px auto 15px;
	overflow:hidden;
}

.homepage .section4{
	padding:60px 0;
	background:url('/wp-content/uploads/2018/01/services-bg.jpg') no-repeat top/cover;
}

.homepage .section5{
	padding:80px 0 40px;
	background:url('/wp-content/uploads/2018/01/about-bg.jpg') no-repeat top/cover;
}

.homepage .section5 .one-half.content-right {
    padding: 35px 0 0 40px;
	float: right;
	width: 50%;
}

.homepage .section5 h2{
	font-size:30px;
	font-weight:700;
	margin:0 0 30px;
}

.homepage .section5 h2 span{
	color: #e45c8e;
	font-weight:400;
}

.homepage .section5 h2 strong{
	color:#e45c8e;
	font-weight:900;
}

.homepage .section5 p{
	color:#fff;
	font-size:18px;
	line-height:1.7;
	padding-left: 18px;
    padding-right: 15px;
}

.homepage .section5 .custom-btn {
    border: 2px solid #c1c1c1;
    padding: 15px 55px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.homepage .section5 .custom-btn:hover {
    border: 2px solid #e45c8e;
	background: #e45c8e;
}

.homepage .section5 .inner  h2{
	text-align:center;
	color:#fff;
	font-weight:900;
	font-size:30px;
	margin-bottom: 18px;
}

.homepage .section6{
	padding:55px 0 110px;
}

.homepage .section6 .inner{
	max-width:1050px;
}

.homepage .section6 .inner h2{
	margin-top: 15px;
	margin-bottom: 55px;
}

.homepage .section6 .easy_testimonial_image_wrapper img{
	display:block!important;
	margin:0 auto 20px auto!important;
	float:none!important;
	border-radius:100%!important;
	width:130px!important;
}

.homepage .section6 .testimonial_body > p{
	font-size:18px;
	font-style:normal;
	text-align:center;
	color:#7c7a7a;
	margin:0 0 10px;
}

.homepage .section6 .testimonial_author span{
	color:#e45c8e;
	font-size:20px;
	font-weight:900;
	text-align:center;
	font-style:normal;

}

.homepage .section6 .testimonial_author{
	margin:0 0 10px;
}

.homepage .section6 .easy-t-cycle-pager span.cycle-pager-active {
    color: #e45c8e;
	background: #e45c8e none repeat scroll 0 0;
}

.homepage .section6 .easy-t-cycle-pager span{
	background: #fff none repeat scroll 0 0;
    border: 2px solid #e45c8e;
    border-radius: 30px;
    color: #fff;
    font-size: 1px;
    height: 20px;
    margin: auto 2px;
    width: 20px;
}

.homepage .section7{
	background:url('/wp-content/uploads/2016/09/PERSONAL-TRAINER-section7-bg.jpg') no-repeat top/cover;
	padding:80px 0 40px;
}

.homepage .section7 .inner {
    max-width: 1170px;
}

.homepage .section7 .inner h2{
	text-align: center;
}

.homepage .section7 .recent-posts-block {
    display: block;
    float: left;
    height: 360px;
    margin: 14px;
    max-width: 360px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.homepage .section7 .recent-content {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/09/PERSONAL-TRAINER-dark-bg.png") repeat scroll 0 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    padding: 15px 65px 0 20px;
    position: absolute;
    z-index: 5;
	width: 100%;
}

.homepage .section7 .recent-content > h4 {
    line-height: 1.2em;
    margin-bottom: 10px;
    min-height: 50px;
}

.homepage .section7 .recent-content h4 a {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.homepage .section7 .recent-btn {
    margin: 0;
}

.homepage .section7 .recent-btn .custom-btn {
    background: #e45c8e none repeat scroll 0 0;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 25px;
	color: #fff;
}

.homepage .section7 .recent-posts-wrap {
    padding: 20px 0 10px;
}

.homepage .section7 .all-posts-btn{
	min-width: 275px;
}

.home .site-inner{
	display:none;
}


/* Testimonials Section */
#wonderplugincarousel-container-3{
	margin-bottom: 50px;
}
#wonderplugincarousel-3 .amazingcarousel-text{
    background: #f2f2f2;
	margin-top: -60px;
    padding: 75px 20px 40px;
}

#wonderplugincarousel-3 blockquote{
	font-style: normal;
	font-size: 18px;
	min-height: 200px;
}

#wonderplugincarousel-3 cite{
	font-style: normal;
	font-weight: 900;
	font-size: 20px;
}


/* Gravity Forms */

.gform_button.button {
    background: #fff none repeat scroll 0 0;
    font-weight: 900;
	color: #e45c8e;
	border: 1px solid #e45c8e;
}

#gform_submit_button_2, 
#gform_submit_button_3{
    font-size: 20px !important;
    max-width: 300px;
    width: 100% !important;
    padding:20px;
}

#gform_2 label, #gform_3 label {
    color: #7c7a7a;
    font-size: 16px;
    font-weight: 400;
}

.gfield_required {
    color: #7c7a7a!important;
}

.spam-text img{ 
	margin:0; 
}

.entry-content .spam-text{ 
	padding:0 0 0 35px;  
	color:#7C7A7A;
	font-size:14px;
}

#gform_2 input[type="text"], #gform_2 textarea,
#gform_3 input[type="text"], #gform_3 textarea {
    	padding: 15px;
	width:100%;
}

#gform_2 #field_2_1, 
#gform_2 #field_2_2,
#gform_3 #field_3_1, 
#gform_3 #field_3_2{
	width:50%;
	float:left;
	clear:none;
	margin-bottom:10px;
}

#gform_2 #field_2_5, #gform_3 #field_3_5{
	margin:0;
}

#gform_2 .gform_footer, #gform_3 .gform_footer {
    clear: both;
    margin: 20px 0 0;
    padding: 0;
}

#gform_wrapper_2, #gform_wrapper_3{
	margin:0 0 10px;
}


/* Services Page */

.services .section1 h3 {
    color: #2d3238;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.services .section1 .block {
    background: #EBEBEB none repeat scroll 0 0;
    float: left;
    margin: 3px;
    max-width: 330px;
    padding: 30px 30px 20px;
    text-align: center;
    width: 100%;
}


.services .section1 .block-content {
    min-height: 100px;
}

.services .section1 .block > h3,
.services .section1 .block > h3 a{
	color: #e45c8e;
    font-size: 20px;
    font-weight: 900;
    margin: 24px 0 10px;
}

.services .section1 .block > img{
	display:block;
	margin:0 auto 30px;
}

.services .section1 .block p{
	font-size:14px;
}

.services .section1 .blocks-wrap {
	max-width:1020px;
	width:100%;
	margin:40px auto 0;
	overflow:hidden;
}

.services .section1{
	padding:50px 0 0;
}

.services-page .site-inner{
	display:none;
}

.services .content-left {
    float: left;
    max-width: 490px;
    width: 100%;
}

.services .content-right {
    float: right;
    max-width: 490px;
    width: 100%;
}

.services .logo-wrap {
    display: block;
    float: left;
    width: 75px;
	overflow:hidden;
}

.services .logo-wrap img{
	width:60px;
}

.services .content-wrap {
    float: left;
    max-width: 400px;
    width: 100%;
	overflow:hidden;
}

.services div:not(.section1) .inner {
    max-width: 1000px;
}

.services .content-wrap h4{
	color:#e45c8e;
}

.services .content-wrap h5 {
    font-size: 18px;
    font-weight: 700;
}

.services .image-wrap {
    float: right;
}

.services .section3 .image-wrap {
    float: left;
}

.services .content-border{
	border-bottom:1px solid #7c7a7a;
	max-width:1000px;
	width:100%;
	margin:0 auto;
}

.services .section2, .services .section3{
	padding:60px 0 20px;
}

.services .section4{
	padding:60px 0 80px;
}

.services .content-wrap .custom-btn {
    border: 1px solid #e45c8e;
    margin: 0;
    padding: 15px 75px;
}


/* Testimonials */

.easy-t-cycle-pager span.cycle-pager-active {
    color: #e45c8e;
}

.easy-t-cycle-pager span{
	width:25px;
	font-size:80px;
	height:30px;
}


/* Ajax Load More */

button.alm-load-more-btn {
    -moz-appearance: none;
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
    border: 2px solid #e45c8e;
    border-radius: 3px;
    color: #e45c8e;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 900;
    height: auto;
    line-height: 44px;
    margin: 0 0 4px;
    padding: 10px 70px!important;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: padding 0.25s ease-in-out 0s, width 0.25s ease-in-out 0s;
    width: auto;
}

button.alm-load-more-btn:hover {
    background-color: #e45c8e!important;
    color: #fff;
    text-decoration: none;
}

.alm-btn-wrap{
	text-align:left;
}

.alm-listing li.no-img {
    padding: 0;
}

.alm-listing li p {
    margin: 0;
}

.alm-listing li h3 {
    margin: 0 0 10px;
}

.alm-listing li .thumb-wrap {
    	background: #f2f2f2 none repeat scroll 0 0;
    	border: 1px solid #d1d1d1;
    	padding: 10px;
	overflow:hidden;
}

.alm-listing li img {
    border-radius: 0;
    display: block;
    height: 281px;
    left: 0;
    max-width: 365px;
    position: relative;
    top: 0;
    width: 100%;
}

.alm-btn-wrap{
	clear:both;
}

ul.alm-listing{
	margin:0;
}

.alm-listing li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    list-style: outside none none;
    margin: 0 0 30px;
    max-width: 380px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.alm-listing li:nth-child(odd){
	margin-right:30px;
}

.page-id-6.content-sidebar .content{
	max-width:800px;
}

.no-img .thumb-wrap {
    display: none;
}

.success-content-wrap {
    padding: 20px 15px;
}

.success-content-wrap h3 a, .success-content-wrap h3 {
    color: #becc3e;
    font-size: 20px;
    font-weight: 900;
}

.success-content-wrap .more-link {
    color: #e45c8e;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0;
}


/* Custom CSS */

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

.scroll-to-top{ 
	width:40px; 
	height:40px; 
	background:url('/wp-content/uploads/2018/01/arrowup.jpg') no-repeat; 
	position:fixed; 
	bottom:60px; 
	right:30px; 
	z-index:9999999; 
	cursor:pointer; 
	display:none; 
}

.amazingcarousel-image > div {
    z-index: -1;
	display: none !important;
	opacity: 0;
}


/* Free Page */

.wrap-810{
	max-width:810px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.text-center{
	text-align:center;
}

.free-page #black-studio-tinymce-2{
	max-width:100%;
	text-align:center;
	padding-bottom:10px;
}

.free-section{
	background-color:#e45c8e;
	padding-top:70px;
	padding-bottom:90px;
}

.free-section .col-left{
	float:left;
	max-width:375px;
	
}

.free-section .col-right{
	float:left;
	max-width:435px;
	
}

.free-section .col-right .context{
	padding-top:10px;
}
.free-section .col-right .context h2{
	line-height:36px;
}
.free-page .site-inner, .free-page .content-sidebar-wrap{
	display:none;
}


.free-section .gform_wrapper .gfield_label{
	display:none !important;
}

.free-section .gform_wrapper{
	max-width:320px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}
.free-section .gform_wrapper input[type="text"]{
	width: 100% !important;
	height:50px;
	line-height: 50px;
	padding:0 20px !important;
}

.free-section .gform_wrapper ul li.gfield{
	margin-top:0 !important;
}

.free-section .gform_wrapper input[type="submit"]{
	width: 100% !important;
	height:60px;
	line-height:60px;
	background-color:transparent;
	border:solid 2px #fff;
	font-size: 20px !important;
    padding: 0;
	color: #fff;
}

.free-section .gform_wrapper input[type="submit"]:hover{
	background-color:#fff;
	color: #e45c8e;
}

.free-section .gform_wrapper .gform_footer{
	padding:0;
	margin: 10px 0 0;
}

.free-section .context .lock{
	color:#fff;
	font-size:14px;
	margin-top:30px;
}

.free-section .context .lock img{
	vertical-align:top;
	margin-right:10px;
}

.free-page .footer-custom-section{
	display:none;
}


.free-testimonial-section{
	padding-top:90px;
	padding-bottom:40px;
}
.free-testimonial-section .inner{
	max-width: 1200px;
}

.free-page .free-testimonial-section .easy_testimonial_image_wrapper img{
	display: block!important;
    margin: 0 auto 20px auto!important;
    float: none!important;
    border-radius: 100%!important;
    width: 130px!important;
}


.free-page .free-testimonial-section  .testimonial_body > p{
	   font-size: 18px;
    font-style: normal;
    text-align: center;
    color: #7C7A7A;
    margin: 0 0 10px;
}

.free-page .free-testimonial-section .testimonial_author span{
	    color: #e45c8e;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    font-style: normal;
}



.testimonial-section{
	padding-top:90px;
	padding-bottom:40px;
}
.testimonial-section .inner{
	max-width: 1200px;
}

.page-with-testimonial .testimonial-section .easy_testimonial_image_wrapper img{
	display: block!important;
    margin: 0 auto 20px auto!important;
    float: none!important;
    border-radius: 100%!important;
    width: 130px!important;
}


.page-with-testimonial .testimonial-section  .testimonial_body > p{
	   font-size: 18px;
    font-style: normal;
    text-align: center;
    color: #7C7A7A;
    margin: 0 0 10px;
}

.page-with-testimonial .testimonial-section .testimonial_author span{
	    color: #e45c8e;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    font-style: normal;
}


.free-page ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1A1A1A;
  
	font-size: 19px;
	font-weight: 300;
	opacity: 1;
}
.free-page ::-moz-placeholder { /* Firefox 19+ */
  color: #1A1A1A;
  
	font-size: 19px;
	font-weight: 300;
	opacity: 1;
}
.free-page :-ms-input-placeholder { /* IE 10+ */
  color: #1A1A1A;

	font-size: 19px;
	font-weight: 300;
	opacity: 1;
}
.free-page :-moz-placeholder { /* Firefox 18- */
  color: #1A1A1A;

	font-size: 19px;
	font-weight: 300;
	opacity: 1;
}
/* Mobile Responsiveness */

@media all and (max-width:1200px){

	.sidebar-primary{
		width:280px;
	}

	.site-inner {
    		width: 96%;
		max-width:960px;
	}

	.content-sidebar .content {
    		max-width: 600px;
	}

	#black-studio-tinymce-2, #black-studio-tinymce-3, #nav_menu-2{
		margin:10px auto;
		float:none;
		width:100%;
		max-width:100%;
		text-align:center;
	}

	#top-header-custom-section .widget_nav_menu ul li:last-of-type a {
    		padding: 20px;
	}

	.inner, .bottom-full-width-section .widget-wrap, 
	.top-full-width-section .widget-wrap{ 
		width:96%!important; 
	}

	.cont-rc-form{
		width:90%;
	}

	.inner{
		width:96%;
	}

	.homepage .section2 .ebook-img, .lead-magnet .ebook-img{
		position:relative;
		top:0;
	}

	.homepage .section2 p, .lead-magnet p{
		text-align:center;
	}

	.homepage .section2 .ebook-img, .lead-magnet .ebook-img {
    		display: block;
    		margin: 0 auto 10px;
	}

	.homepage .section2 .content-wrap, .lead-magnet .content-wrap{
		float:none;
	}

	.homepage .section2 .custom-btn, .lead-magnet .custom-btn{
		margin:20px auto 0;
		display:block;
		max-width:350px;
	}

	.homepage .section2, .lead-magnet{
		padding:20px 0;
	}

	.homepage .section4 .block, .services .section1 .block{
    		float: none;
    		margin: 10px auto;
		padding:30px 30px 20px;
	}

	.homepage .section4 .blocks-wrap, .services .section1 .blocks-wrap{
    		margin: 20px auto;
	}

	.homepage .section5 .one-half.content-right{
		padding:0;
	}

	.homepage .section7 .recent-posts-wrap {
    		padding: 10px 0;
	}

	.homepage .section7 .recent-posts-block{
		float:none;
		margin:20px auto;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    		float: none;
    		margin: 10px auto;
    		text-align: center;
    		width: 100%;
	}
	
	.footer-widgets-1 p, .footer-widgets p:last-child{
		padding:0;
		margin-bottom:20px;
	}

	.page-id-6.content-sidebar .content {
    		float: none;
    		margin: 0 auto;
    		max-width: 800px;
	}

	
	.page-id-6.content-sidebar .sidebar-primary {
    		clear: both;
    		display: block;
    		float: none;
    		margin: 0 auto;
    		max-width: 320px;
    		width: 100%;
	}

	.services .content-border{
		width:96%;
	}

	.services .content-left,
	.services .content-right,
	.services .image-wrap{
		width:50%;
		padding:0 10px;
	}

	.services .section2 , .services .section3 , .services .section4 {
    		padding: 30px 0;
	}

}

@media all and (max-width:1023px){
	.free-section .col-left{
		width:40% !important;
	}
	
	.free-section .col-right{
		width:60% !important;
	}

}

@media all and (max-width:960px){

	.homepage .section3{
		padding:50px 0 20px;
	}

	.homepage .section4{
		padding:40px 0;
	}

	.homepage .section6 {
    		padding: 40px 0;
	}

	.homepage .section7{
		padding:40px 0;
	}

	.sidebar-primary {
    		clear: both;
    		display: block;
    		float: none;
    		margin: 30px auto;
    		max-width: 320px;
    		width: 100%;
	}

	#disqus_thread {
    		margin: 0 0 30px;
	}

	.content-sidebar .content {
    		max-width: 100%;
    		width: 100%;
	}

	.site-inner {
    		padding-top: 50px;
	}

	.sidebar .widget.grey-widget{
		padding-left:20px;
	}

	.sidebar .widget.free-pdf-widget .custom-btn{
		font-size:16px;
	}

}

@media all and (max-width:900px){

	.homepage .section1 {
    		background-size:cover;
    		min-height: initial;
    		padding: 30px 0 0;
	}

	.homepage .section1 .content-wrap {
    		margin: 0 auto;
	}

	.alm-listing li:nth-child(2n+1) {
    		margin-right: auto;
	}

	.alm-listing li {
		margin:10px auto;
		float:none;
	}

}

@media all and (max-width:800px){
	#top-header-custom-section .widget_nav_menu ul li a{
		padding: 20px 5px;
	}
	.homepage .section5 .one-half.content-right{
		text-align: center;
		width: 100%;
	}
	
	.homepage .section2 .custom-btn, .lead-magnet .custom-btn{
		max-width: 350px;
	}
}

@media all and (max-width:768px){
	.free-section .col-left{
		width:100% !important;
		max-width: 100%;
		text-align: center;
		margin-bottom:15px;
	}
	
	.free-section .col-right{
		width:100% !important;
		float: none;
		margin: 0px auto;
	}

}

@media all and (min-width: 701px) {	

	.header-search .widget_search{ display:none!important; }

	#nav_menu-2{ display:block!important; }
}

@media all and (max-width: 700px) {	

	.search-header{
		display:none;
	}

	#black-studio-tinymce-3{
		display:none;
	}

	#black-studio-tinymce-2{
		float:left;
		max-width:300px;
	}

	.site-header .wrap {
    		max-width: 1100px;
    		padding: 0;
    		width: 96%;
	}

	#toggle-nav, .toggle-wrap, .menu-text{ 
		display:block; 
	}

	#nav_menu-2{ 
		float:none; 
		display: none; 
		clear:both; 
		background:#333; 
		max-width: 100%; 
		margin:0 auto; 
		padding-bottom: 0 !important; 
	}	
	
	#nav_menu-2 .wrap{ 
		width: 100% !important; 
	}	

	#top-header-custom-section .widget_nav_menu ul li{ 
		float: none; 
		display: block; 	
		background: none; 
		text-align: left; 
		border-bottom: 1px solid #fff; 
	}	

	#nav_menu-2 .menu-item:last-of-type{ 
		border-bottom:none; 
	}

	#top-header-custom-section .widget_nav_menu ul li a{
    		font-size: 15px;
    		font-weight: 700;
    		padding: 20px;
    		display:block;
    		color:#fff;
	}

	#top-header-custom-section .widget_nav_menu ul li:first-of-type .menu-image-title {
    		display: inline-block;
	}

	#top-header-custom-section .widget_nav_menu ul.menu > li:first-of-type,
	.home #top-header-custom-section .widget_nav_menu ul.menu > li:first-of-type{
		display:block;
	}

	#top-header-custom-section .widget_nav_menu ul li:first-of-type img, #top-header-custom-section .widget_nav_menu ul.menu > li:nth-child(2){
		display:none;
	}

	#top-header-custom-section .widget_nav_menu ul li:last-of-type{
		display:none;
	}

	.homepage .section1 h1 {
    		font-size: 30px;
    		margin: 10px 0 0;
	}

	.homepage .section1 h2 {
    		font-size: 30px;
   	 	margin: 0 0 20px;
	}

	.homepage .section1 .custom-btn {
    		font-size: 14px;
    		padding: 15px;
	}

	.footer-custom-section{
		display:none;
	}

	.homepage .inner > h2{
		font-size:23px;
	}

	.homepage .section3 .custom-btn{
		padding:15px;
		font-size:16px;
	}

	.homepage .section5 h2 {
    		font-size: 25px;
    		margin: 0 0 10px;
	}

	.homepage .section5 .custom-btn {
    		font-size: 16px;
    		padding: 15px 25px;
	}

	.homepage .section7 .custom-btn {
		margin:0 auto;
	}

	.custom-btn, .footer-widgets .custom-btn{
		font-size:16px;
	}

	#gform_2 #field_2_1, #gform_2 #field_2_2, #gform_3 #field_3_1, #gform_3 #field_3_2{
		width:100%;
	}

	.services .content-left,
	.services .content-right,
	.services .image-wrap,
	.services .section3 .image-wrap{
		width:100%;
		margin:10px auto;
		float:none;
		max-width:500px;
	}

}

@media all and (max-width:600px){
	.homepage .section1 {
		background-position: center center;
	}
}	
	
@media all and (max-width:500px){

	#eModal-2 .emodal-title{
		font-size:25px!important;
	}

	#black-studio-tinymce-2{
		float:left;
		max-width:200px;
	}

	.toggle-wrap{
		margin-top:15px;
	}

	.site-header .wrap {
    		padding: 10px 0;
	}

	#nav_menu-2{ 
		margin:0 auto;
	}

	.homepage .section2 p, .lead-magnet p{
		font-size:18px;
	}

	.homepage .section2 .custom-btn, .lead-magnet .custom-btn{
		font-size:16px;
		max-width:280px;
		padding:10px;
	}

	.header-title h1 {
    		font-size: 20px;
    		margin: 0;
	}

	.header-title{
		padding:30px 0;
	}

	.alm-listing li img{
		height:initial;
	}

	button.alm-load-more-btn {
    		font-size: 16px;
    		line-height: 1.4;
    		padding: 15px 50px !important;
	}

	.sidebar .grey-widget h3, .sidebar .grey-widget a{
		font-size:17px;
	}

}
@media all and (max-width:480px){
	.wrap-810{
		padding-left:15px;
		padding-right:15px;
	}
	.free-section .col-right .context h2{
		font-size:24px;
		line-height:1.2;
	}
	.free-section .col-right .context h2  br{
		display:none;
		
	}
}

@media all and (max-width:420px){
	.homepage .section5 .inner h2{
		font-size: 24px;
	}
	#wonderplugincarousel-3 .amazingcarousel-next{
		margin-right: -10px !important;
	}
	#wonderplugincarousel-3 .amazingcarousel-prev{
		margin-left: -10px !important;
	}
	
	.footer-widgets .custom-btn{
		font-size: 14px;
	}
	
	.footer-widgets-2 .custom-btn{
		padding: 12px 10px;
	}
}

@media all and (max-width:300px){

	#black-studio-tinymce-2{
		float:left;
		max-width:150px;
	}
}

.sidebar .widget.grey-widget:hover, .block:hover, .homepage .section4 .block:hover, .services .section1 .block:hover {
    background: #e45c8e !important;
}

.sidebar .widget.grey-widget:hover a, .block:hover a, .block:hover p{
	color:#fff!important;
}

.gform_button.button:hover {
    background: #e45c8e none repeat scroll 0 0;
}

.widget .widget-title{
	display:none;
}

.cycledTestimonialWidget .widget-title, .praise-widget .widget-title{
	display:block;
}

#bottom-full-width-section .widget.instagram-widget .widget-wrap{
	max-width:1680px;
}

#bottom-full-width-section .widget.instagram-widget{
    background-color: #fff;
    padding: 32px 0 50px;
    text-align: center;
}

#bottom-full-width-section .widget.instagram-widget p{
	margin-bottom:0;
}





/*==========  Free Session  ==========*/

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.free-session-page h1, .free-session-page h2, .free-session-page h3, .free-session-page h4, .free-session-page h5, .free-session-page h6 {
    margin-bottom:0;
	line-height:1.2;
}

.free-session-page .search-header, .free-session-page .top-header-custom-section{
	display:none;
}

.countdown-wrap .cbfc-overlap{
	background-color: transparent;
	color:#101010;
	font-size:15px;
	font-weight: 900;
}

.countdown-wrap .cbfc-cd-number{
	border: transparent;
	height:88px !important;
}
.countdown-wrap .cbfc-cd-number .digit{
	font-family: 'Oswald', sans-serif;
	font-size:54px;
	font-weight:700;
	line-height:88px;
}
.countdown-wrap .cbfc-countdown-1 .cbfc-cd-background{
	background-color: transparent;
	 border: transparent;
}

.countdown-wrap .cbfc-cd-background .digit{
	width:48% !important;
	background: url(./images/countdown-bg.png) top left repeat-x;
    background-color: #29abe2;
	margin-left:1px;
	margin-right:1px;
	border-radius: 5px;
}

.sesion-header{
 	background:url('./images/PERSONAL-TRAINER-BANNER.jpg');
   	background-color: #101010;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover;
	width:100%;
	height:auto;
   	padding-top: 20px;
	padding-bottom:80px;
 }

.sesion-header .wrap{
	max-width: 1150px;
}
.sesion-header .sesion-headerlogo{
	margin-bottom: 40px;
}
.sesion-header .heading{
	margin-bottom: 40px;
}
.sesion-header .heading h2{
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-weight: 900;
	
}

.sesion-header .col-left{
	float:left;
	max-width: 595px;
	width: 100%;
}

.sesion-header .col-right{
	float:right;
	max-width: 527px;
	width: 100%;
	margin-top: 30px;
}

.sesion-header .context p{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 32px;
	text-align: center;
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sesion-header .context a.btn{
	background-color:#e45c8e;
	width: 100%;
	height: 84px;
	line-height: 84px;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 900;
	display:inline-block;
	text-align: center;
	 border-radius: 40px;
}

.sesion-section-2{
	background:url('./images/PERSONAL-TRAINER-SECTION-2.jpg');
   	background-color: #EBEBEB;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover;
   	min-height: 750px;
   	position: relative;
   	overflow: hidden;
}

.sesion-section-2 .wrap{
	max-width: 1150px;
}

.sesion-section-2 .wrap:before{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 30px 0 30px;
    border-color: #e45c8e transparent transparent transparent;
    margin: 0 auto;
}
.sesion-section-2 .rows{
	position: relative;
}
.sesion-section-2 .col-left{
	padding-top: 85px;
	float:left;
	width: 50%;
}

.sesion-section-2 .col-left .context{
	max-width: 510px;
	width: 100%;
	margin-left: auto;
}
.sesion-section-2 .col-left .context h2{
	color:#2D3238;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 25px;
}

.sesion-section-2 .col-left .context p{
	color:#333333;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 28px;
}
.sesion-section-2 .col-right{
	float:right;
	width: 50%;
}

.sesion-section-2 .col-right .featured{
    position: absolute;
  	right: -160px;
  	top: 16px;
}

.sesion-section-3{
	background:url('./images/PERSONAL-TRAINER-SECTION-3.jpg');
   	background-color: #000000;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover;
   	min-height: 952px;
   	position: relative;
}

.sesion-section-3 .wrap{
	max-width: 1050px;
}

.wrap-tabs{
	width:100%;
	margin-top: 100px;
}

ul.tabs{
	margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    min-height: 228px;
    max-width: 350px;
    width: 100%;
    vertical-align: top;	
}
ul.tabs li.current{
	background-color: #e45c8e;
}

ul.tabs li p span{
	color:#e45c8e;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	display: block;
    font-weight: 700;
    margin-top: 20px;
}


ul.tabs li.current p span{
	color:#fff;
}

.tab-link p{
	margin: 0px;
	font-family: 'Lato', sans-serif;
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
}


.wrap-tabtitle{
	position: relative;
    padding-top: 25px;
}

ul.tabs li .tabimg1{
	background: url(./images/GET-FIT-NOW---COREIMGICONS_08.png) no-repeat;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

ul.tabs li .tabimg2{
	background: url(./images/GET-FIT-NOW---COREIMGICONS_03.png) no-repeat;
    width: 69px;
    height: 99px;
    margin: 0 auto;
}

ul.tabs li .tabimg3{
	background: url(./images/GET-FIT-NOW---COREIMGICONS_05.png) no-repeat;
    width: 72px;
    height: 97px;
    margin: 0 auto;
}

ul.tabs li.current .wrap-tabtitle:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 18px 0 18px;
    border-color: #e45c8e transparent transparent transparent;
    margin: 0 auto;
    position: absolute;
    left: 44%;
    top: 218px;
}

.tab-content{
	display: none;
    background: #2D3238;
    padding: 70px 80px 70px 80px;
    color: #fff;
    text-align: center;
}
.tab-content p{
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 0;
}

.tab-content.current{
	display: inherit;
}
.sesion-section-3 .rows-2{
	margin-top: 55px;
}
.sesion-section-3 .rows-2 .context{
	color:#fff;
}
.sesion-section-3 .rows-2 .context p{
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 40px;
}
.sesion-section-3 .rows-2 .context h3{
	font-family: 'Lato', sans-serif;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 35px;
	color:#fff;
}
.sesion-section-3 .rows-2 .context span{
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin-bottom: 8px;
	line-height:1.2;
}

.sesion-section-4{
	background-color: #EBEBEB;
	min-height: 995px;
}

.sesion-section-4 .wrap{
	max-width: 1150px;
}

.sesion-section-4 .wrap:before{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 30px 0 30px;
    border-color: #e45c8e transparent transparent transparent;
    margin: 0 auto;
}
.sesion-section-4 .heading{
	padding-top: 90px;
	margin-bottom: 88px;
}

.sesion-section-4 .heading h2{
	color:#e45c8e;
	font-family: 'Lato', sans-serif;
	font-size: 60px;
	font-weight: 900;
}
.sesion-section-4 .heading h3{
	color:#2D3238;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 400;
}
.sesion-section-4 .video-testimonials{
	margin-bottom: 40px;
}
.sesion-section-4 .slider h3{
	color:#2D3238;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

.slick-initialized .slick-slide{
	padding: 0 20px;
}
.slick-dots{
	bottom:-90px;
}
.sesion-section-4 .slick-slider .slick-dots li{
	 border: solid 1px #e45c8e;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px;
}

.slick-dots li button:before{
	content: '';
}
.sesion-section-4  .slick-slider .slick-dots li.slick-active{
	background-color: #e45c8e;
}


.sesion-section-5{
	background: url('./images/PERSONAL-TRAINER-SECTION-5.jpg') no-repeat top center #FFF;
    min-height: 500px;
    padding-bottom: 6em;
}

.sesion-section-5 .heading{
	margin-top: 240px;
	margin-bottom: 50px;
}

.sesion-section-5 .heading h3{
	color:#2D3238;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 400;
}
.sesion-section-5 .heading h2{
	color:#e45c8e;
	font-family: 'Lato', sans-serif;
	font-size: 78px;
	font-weight: 900;
}

.inc-table th{
	width: 71.4%;
	border-right: 1px solid #F6F4F9;
	border-bottom: 0 !important;
}

.inc-table td {
    width: 71.4%;
	border-right:1px solid #919191;
	border-bottom:1px solid #919191;
	border-top: 0px;
	padding: 35px 0;
}

.inc-table td:last-child{
	border-right:0px;
}

.inc-table th:last-child{
	border-right:0px;
}

.inc-table th.thleft{
	background: #e45c8e;
	-webkit-border-radius: 0 1px 1px 0;
	border-radius: 50px 0 0 50px;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 81px;
}

.inc-table th.thright{
	background: #2D3238;
	-webkit-border-radius: 0 1px 1px 0;
	border-radius: 0 50px 50px 0;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 50px 0 45px;
	line-height: 30px;
}

.inc-table {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}

.pl-icon {
    width: 10%;
    float: left;
}

.pl-content {
    width: 90%;
    float: left;
	padding: 0 60px 0px 9px;
}

.pl-content h3{
	color:#e45c8e;
	font-family: 'Lato', sans-serif;
	font-weight:900;
	font-size:22px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.pl-content p{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight: 400;
	color:#2D3238;
	margin:0px;
	line-height: 25px;
}

.right-data p{
	font-size:20px;
	line-height: 28px;
	padding: 0 45px 0 45px;
	color:#2D3238;
	word-break: break-word;

}

.inc-table tr:last-child td {
    border-bottom: 0px !important;
}

.inc-table tbody{
	border:0px;
}

.sesion-section-6{
	
	background:url('./images/PERSONAL-TRAINER-SECTION-6.jpg');
   	background-color: #000000;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover;
   	min-height: 1114px;
   	position: relative;
}

.sesion-section-6 .wrap:before{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 30px 0 30px;
    border-color: #fff transparent transparent transparent;
    margin: 0 auto;
}

.sesion-section-6 .heading{
	padding-top: 70px;
	position: relative;
	margin-bottom: 90px;
}

.sesion-section-6 .heading:after{
	content:'';
	position: absolute;
	width: 228px;
	height: 2px;
	background-color: #e45c8e;
	left:50%;
	margin-left: -114px;
	bottom: -40px;


}
.sesion-section-6 .heading h2{
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.sesion-section-6 .heading h3{
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}

.sesion-section-6 .context h4{
	color:#e45c8e;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 50px;
	line-height: 1.5;
}
.sesion-section-6 .context p{
	color:#fff;
	line-height: 28px;
	font-size: 18px;
}

.sesion-section-6 .context a.btn{
	background-color:#e45c8e;
	max-width: 560px;
	width: 100%;
	height: 84px;
	line-height: 84px;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 900;
	border-radius: 40px;
	display: inline-block;
	color:#fff;
	text-align: center; 
	margin-bottom: 50px;
}

.sesion-section-6 .wrap-timer h5{
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

.sesion-section-6 .countdown-wrap{
	max-width: 565px;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 40px;
}

.sesion-section-6 .countdown-wrap .cbfc-overlap{
	color:#fff;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
}

.sesion-section-7{
	background:url('./images/PERSONAL-TRAINER-SECTION-7.jpg');
   	background-color: #fff;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover;
   	min-height: 1033px;
   	position: relative;
	position: relative;
}
.sesion-section-7 .wrap{
	max-width:1140px;
}
.sesion-section-7 .wrap:before{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 30px 0 30px;
    border-color: #e45c8e transparent transparent transparent;
    margin: 0 auto;
}
.sesion-section-7 .heading{
	padding-top: 70px;
	padding-bottom: 70px;
	
}
.sesion-section-7 .heading h2{
	color:#2D3238;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
}

.sesion-section-7 .heading h2:after{
	content:'';
	position: absolute;
	width: 228px;
	height: 2px;
	background-color: #e45c8e;
	bottom:-35px;
	left:0;
}
.sesion-section-7 .context{
	max-width: 700px;
	width: 100%;
}
.sesion-section-7 .context h3{
	color:#000000;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.sesion-section-7 .context ul{}

.sesion-section-7 .context ul li{
	padding: 0 0 0 92px;
    margin: 0 0 34px 0;
    color:#2D3238;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	position: relative;
}

.sesion-section-7 .context a.btn{
	background-color:#e45c8e;
	max-width: 430px;
	width: 100%;
	height: 82px;
	line-height: 82px;
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 900;
	display:inline-block;
	text-align: center;
	border-radius: 40px;
}
.sesion-section-7 .context ul li span.number{
	position: absolute;
	width: 64px;
	height: 64px;
	border:solid 2px #e45c8e;
	left:0;
	text-align: center;
	color:#e45c8e;
	font-size: 33px;
	font-weight: 900;
	border-radius: 50%;
	padding-top: 12px;
	line-height:1.2;
}
.sesion-section-7 .context ul li span.custom{
	color:#e45c8e;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 28px;
	line-height:1.2;

}

.sesion-section-7 .context ul li p{
	color:#2D3238;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.sesion-section-8{
	background:url('./images/PERSONAL-TRAINER-SECTION-8.jpg');
   	background-color: #000000;
    background-repeat: no-repeat;
    background-position:top center;
    background-size: cover;
   	min-height: 706px;
   	position: relative;
}
.sesion-section-8  .wrap{
	max-width:920px;
	width:100%;
	margin:0px auto;
}
.sesion-section-8 .heading{
	padding-top: 100px;
	margin-bottom: 40px;
}

.sesion-section-8 .heading h2{
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
}
.sesion-section-8  .style-elegant_style-graphite blockquote.easy_testimonial .wp-post-image{
	width:140px;
	height:140px;
	border-radius:50%;
	border: 3px solid #e45c8e;
	margin-left: -70px;
}

.sesion-section-8 .style-elegant_style-graphite blockquote.easy_testimonial p.testimonial_author{
	background-color:transparent;
	border:transparent;
	top:0;
	margin-top:90px;
}

.sesion-section-8 div[class^=style-elegant_] blockquote.easy_testimonial{
	background-color:transparent;
}
.sesion-section-8  .style-elegant_style-graphite blockquote.easy_testimonial{
	 box-shadow: none;
}

.sesion-section-8 .style-elegant_style-graphite blockquote.easy_testimonial p{
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:32px;
	text-align:center;
	
}

.sesion-section-8  .testimonial_body{
	margin-top:90px;
}

.sesion-section-8 .style-elegant_style-graphite .testimonial-client{
	font-family: 'Lato', sans-serif;
	font-size:22px;
	font-weight:700;
	 font-style: normal;

}
.sesion-section-8  .easy-t-cycle-pager span{
	margin:0 8px;
	height: 20px;
	width:20px;
	color:transparent;
	border: 1px solid #e45c8e;
	border-radius:50%;

}

.sesion-section-8  .easy-t-cycle-pager span.cycle-pager-active{
	background:#e45c8e;
	
}

.sesion-section-9{
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #EBEBEB;
}

.sesion-section-9 img{
	margin-bottom: 0;
}

.sesion-footer{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2D3238;
}

.sesion-footer .copyright p, .sesion-footer .copyright a{
	color: #DEDEDE;
    font-size: 16px;
  	font-family: 'Lato', sans-serif;
  	font-weight: 300;
    text-align: center;
    margin: 0;
}
.footerspace {
    margin: 0 5px 0 2px;
}


.free-session-page .content-sidebar-wrap{
	display:none;
}

.free-session-page #bottom-full-width-section{
	display:none;
}


#popmake-244{
	border: transparent;
	box-shadow: none;
	padding-left: 30px;
    padding-right: 30px;
}

#popmake-244 .pum-content.popmake-content h3{
	font-size:22px;
	margin-bottom:10px !important;
}

#popmake-244 .pum-close.popmake-close{
    border: transparent;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    background-color: transparent;
    font-size: 40px;
    color: #e45c8e;
    top: 10px;
    right: 0;
    font-weight: 500;
}

@media only screen and (max-width : 1200px) {

    .sesion-header .col-left{
    	max-width: 100%;
    	width:50%;
    	padding-right: 15px;
    	padding-left: 15px;
    }
    .sesion-header .col-right{
    	width:50%;
    	padding-right: 15px;
    	padding-left: 15px;
    }

    .sesion-section-3 .wrap{
    	max-width: 960px;
    }
}
@media only screen and (max-width : 1024px){
	.sidebar .grey-widget h3, .sidebar .grey-widget a{
		font-size: 18px;
	}
}
@media only screen and (max-width : 1023px) {
	
	.sesion-header .context p br{
		display:none;
	}
	
	.sesion-section-2 .col-left{
		padding-left: 15px;
	}

	.sesion-section-3 .wrap-tabs{
		padding-left: 15px;
		padding-right: 15px;
	}

	.inc-table th.thleft{
		font-size: 23px;
	}

	.inc-table th.thright{
		font-size: 16px;
		padding: 0 30px 0 30px;
	    line-height: 24px;
	    word-break: break-word;
	}
	.right-data p{
		padding: 0 0 0 23px;
		font-size: 18px;
		line-height: 24px;
	}
	.right-data p  br{
		display: none;
	}
	.site-header .wrap{
		padding-right: 0;
	}
}

@media only screen and (max-width : 960px) {
	
	
	
}

@media only screen and (max-width : 959px) {
	.sesion-header .context a.btn{
		height: 65px;
		line-height: 65px;
		font-size: 20px;
		width: 90%;
		margin-left: 5%;
	}
}

@media only screen and (max-width : 945px) {
	#top-header-custom-section .widget_nav_menu ul li a {
		padding: 20px 12px;
	}
}

@media only screen and (max-width : 900px) {
	.sesion-section-2 .col-left .context h2 br{
		display: none;
	}

}

@media only screen and (max-width : 880px) {
	#top-header-custom-section .widget_nav_menu ul li a {
		padding: 20px 10px;
	}
	
	.top-phone{
		padding: 0 10px;
	}
	
	.top-text {
		font-size: 14px;
		margin-right: 15px;
	}
	
	.top-text.top-address {
		margin-right: 5px;
	}
}

@media only screen and (max-width : 860px) {
	.sesion-header{
		padding-bottom:40px;
	}
	.sesion-header .heading br{
		display: none;
	}
	.sesion-header .col-left{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.sesion-header .col-right{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		float:none;
	}

	.sesion-section-2 .col-left{
		width: 100%;
		padding-left: 0;
	}

	.sesion-section-2 .col-left .context{
		margin-right: auto;
	}

	.sesion-section-2 .col-right{
		display: none;
	}
}

@media only screen and (max-width : 831px) {
	#top-header-custom-section .widget_nav_menu ul li a {
		padding: 20px 8px;
	}
}

@media only screen and (max-width : 805px) {
	#top-header-custom-section .widget_nav_menu ul li a {
		padding: 20px 0;
	}
	
	
}

@media only screen and (max-width : 767px) {
	
	.pl-icon{
		display:none;
	}
	.inc-table td.right-data{
		vertical-align:top;
		
	}
	
	.pl-content{
		padding:0;
		width:100%;
		padding-right:15px;
	}
	
	.sesion-header .heading h2{
		font-size:32px;
	}
	.sesion-section-3{
		padding-bottom: 40px;
	}

	.sesion-section-3 .wrap-tabs{
		padding-left: 0;
		padding-right: 0;
	}

	ul.tabs{
		display: block;
	}

	ul.tabs li{
		max-width: 100%;
		display: block;
	}

	ul.tabs li.current .wrap-tabtitle:after{
		left:50%;
		margin-left: -20px;
	}

	.sesion-section-3 .rows-2 .context p br{
		display: none;
	}
	.inc-table th.thleft{
		width: 60%;
		padding: 10px 30px;

	}
	.inc-table th.thright{
		width: 40%;
	}
	.inc-table td.left-data{
		width: 60%;
	}
	.inc-table td.right-data{
		width: 40%;
	}
	.pl-content h3{
		font-size:16px;
	}
	.sesion-section-4 .heading h3{
		font-size: 32px;
	}
	.sesion-section-4 .heading h2{
		font-size: 40px;
	}

	.sesion-section-5 .heading h3{
		font-size: 32px;
	}
	.sesion-section-5 .heading h2{
		font-size: 40px;
	}
	.sesion-section-6{
		padding-bottom: 30px;
	}

	.sesion-section-6 .context br{
		display: none;
	}
	.sesion-section-7{
		padding-bottom:40px;
	}
	.sesion-section-7 .heading h2{
		font-size:24px;
	}
	
	.sesion-section-7 .heading h2 br{
		display:none;
	}
	.sesion-section-7 .heading{
		padding-top:60px;
		padding-bottom:60px;
	}
	
	.sesion-section-7 .context h3{
		font-size:24px;
	}
	
	.sesion-section-7 .context ul li span.custom{
		font-size:18px;
	}
	
	.sesion-section-8 .heading h2{
		font-size:24px;
	}
	
	.sesion-section-8 .style-elegant_style-graphite blockquote.easy_testimonial p.testimonial_author{
		top:0;
		margin-top:90px;
	}
}
@media only screen and (max-width : 600px) {
	.inc-table th.thleft{
		width: 60%;
		font-size: 20px;
		padding: 10px 0 10px 20px;
		word-break: break-word;
		line-height: 28px;
	}
	.inc-table th.thright{
		width: 40%;
	}
	.inc-table td.left-data{
		width: 50%;
	}
	.inc-table td.right-data{
		width: 50%;
	}

	.sesion-section-6 .context a.btn{
		font-size: 24px;
	}
	
	.sesion-section-7 .context ul li span.number{
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 14px;
	}
	
	.sesion-section-7 .context ul li{
		padding: 0 0 0 55px;
	}
	
	.sesion-section-7 .context a.btn{
		font-size:22px;
		height:65px;
		line-height:65px;
	}
	
	.sesion-section-8{
		padding-bottom:40px;
	}
	.sesion-header .context p{
		font-size:18px;
		line-height:28px;
	}
	.sesion-header .context p br{
		
		display:none;
	}
	
	.countdown-wrap .cbfc-cd-background .digit{
		font-size:32px;
	 margin-left: 5px;
		margin-right: 5px;
	}
}
@media only screen and (max-width : 480px) {
	#popmake-244{
	
		padding-left: 15px;
		padding-right: 15px;
	}

	.sesion-header .heading h2{
		font-size:28px;
		line-height:40px;
	}
	
	.sesion-header .context a.btn{
		font-size:16px;
		margin-left:0;
		width:100%;
	}
	.tab-content{
		padding:40px;
	}

	.inc-table th.thleft{
		font-size: 16px;
		padding-left: 20px;
		line-height: 24px;
	}

	.inc-table th.thright{
		font-size: 14px;
		line-height: 18px;
		padding: 0;
		padding-left: 20px;
	}

	.sesion-section-4 .heading h3{
		font-size: 24px;
	}
	.sesion-section-4 .heading h2{
		font-size: 32px;
	}

	.sesion-section-5 .heading h3{
		font-size: 24px;
	}
	.sesion-section-5 .heading h2{
		font-size: 32px;
	}

	.sesion-section-6 .heading h3{
		font-size: 24px;
	}

	.sesion-section-6 .heading h2{
		font-size: 32px;
	}

	.sesion-section-6 .context h4{
		font-size: 20px;
	}

	.sesion-section-6 .context a.btn{
		font-size: 18px;
		height: 65px;
		line-height: 65px;
	}
	.homepage .section5 .inner h2{
		font-size: 25px;
	}
	
	.footer-widgets-1 p{
		font-size: 12px;
	}
}

@media only screen and (max-width : 420px) {
	.homepage .section1 h1{
		font-size: 24px;
	}
	
	.homepage .section1 h2{
		font-size: 22px;
	}
	.homepage .section5 .inner h2 {
		font-size: 22px;
	}
	
	.footer-widgets-1 p{
		font-size: 11px;
	}

}

@media only screen and (max-width : 375px) {
	.homepage .inner > h2 {
		font-size: 20px;
	}
	.sesion-header .context a.btn{
		font-size:14px;
	}
	.sesion-section-6 .context a.btn{
		font-size: 16px;
	}
	.homepage .section5 .inner h2 {
		font-size: 20px;
	}
	.footer-widgets-1 p {
		font-size: 14px;
	}
}
 