/*
Theme Name: Tapta Marg
Theme URI: https://wordpress.org/themes/taptamarg/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Tapta Marg's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: taptamarg

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
	font-family: 'cabinmedium';
	src: url('fonts/cabin-medium-webfont.eot');
	src: url('fonts/cabin-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/cabin-medium-webfont.woff2') format('woff2'),
		url('fonts/cabin-medium-webfont.woff') format('woff'),
		url('fonts/cabin-medium-webfont.ttf') format('truetype'),
		url('fonts/cabin-medium-webfont.svg#cabinmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'texgyreadventorbold';
	src: url('fonts/texgyreadventor-bold-webfont.eot');
	src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/texgyreadventor-bold-webfont.woff2') format('woff2'),
		url('fonts/texgyreadventor-bold-webfont.woff') format('woff'),
		url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
		url('fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
a:hover, a:active, a:focus {
  outline:0;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'cabinmedium';
}
header {
	background: #141414 none repeat scroll 0 0;
	padding: 20px 0;
}
#mc_embed_signup .mc-field-group.form-group input,#mc_embed_signup .mc-field-group.form-group input:focus {border: 1px solid #ccc;}
 #mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif;  margin-top: 20px;}
#mc_embed_signup .form-group .btn.btn-primary {    margin: 0;}
.navbar {
	background: none;
	border: none;
	border-radius: 0;
	margin: 50px 0 0;
}
.navbar-nav > li {
	margin:0 2px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-family: 'cabinmedium';
	font-size: 15px;
	padding: 10px 12px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active a, .navbar-default .navbar-nav > li.active > a:hover {
	background: #eb3e44;
	color: #fff;
}
.dropdown-menu{min-width:200px;}
.dropdown-menu li a {
	color: #fff;
	text-transform: uppercase;
}
.dropdown-menu li a:hover {
	background: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover{
background: #eb3e44;
color: #fff;
}
.dropdown-menu {
	border-top: 2px solid #eb3e44;
}
.dropdown:hover .dropdown-menu {
	background:#eb3e44;
	display: block;
}
.navbar-default .dropdown-menu li:first-child{
	border-left: 0px;
}
.dropdown-menu li {
	border-right: 0px!important;
}
.dropdown-menu li a {
	border-right: 0px!important;
	border-bottom: 1px solid #fff;
	margin: 0px 0px!important;
	padding: 10px 0 10px 15px!important;
}
.dropdown-menu li:last-child a {
	border-bottom: none;
}

.explore {
	background: url(images/row1.jpg) no-repeat 100% 100%;
	background-size: cover;
	padding: 4% 0;
}
.offer {
	background: url(images/row2.jpg) no-repeat 100% 100%;
	background-size: cover;
	padding: 10% 0;
}
.offer h3 {
	/*background: url(images/offertext-bg.png);*/
	background: rgba(235, 61, 67, 0.55) repeat;
	padding: 30px;
	color: #fff;
}
.signup {
	background: #f5e8d8;
	padding: 50px 0 0;
}
.course-wrapper .course-wrap:nth-child(2n+1) .course-image img {
	display: inline;
	margin: 0 0 0 0;
}
.course-wrapper .course-wrap:nth-child(2n) .course-image img {
	display: inline;
	margin: 0px 0 0 0;
}
.course-description {
	padding: 45px 20px 35px;
}
.course-description h4 {
	color: #eb3e44;
	margin: 0;
	font-size: 20px;
	font-family: 'texgyreadventorregular';
}
.course-description h4 strong {
	color: #eb3e44;
	margin: 0;
	font-family: 'texgyreadventorbold';
	font-size: 20px;
	font-weight: normal;
}
.course-description h4 a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
}
.course-description p, .taxonomy-description > p {
	color: #363636;
	margin: 2px 0 10px;
	font-size: 15px;
}
.course-description span {
    color: #eb3e44;
    display: inline-block;
    font-size: 25px;
    margin: 0;
    vertical-align: middle;
}
.signme {
	background: #eb3e44;
	border-radius: 20px;
	color: #fff;
	margin: 0 0 0 28px;
	padding: 10px 24px;
	vertical-align: middle;
}
.signme:hover {
	color: #fff;
	text-decoration:none;
}
.abouttapta {
	background: rgba(0, 0, 0, 0) url("images/row4.jpg") no-repeat scroll center center / cover;
	padding: 3% 0;
}
.testimonial {
	background: url(images/testimonials-bg.jpg) no-repeat 100% 100%;
	background-size: cover;
	padding: 6% 0;
}
.abouttapta p {
	font-size:16px;
	text-align: center;
}
.testimonial h1 {
	color: #f3e6d6;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	font-family: 'texgyreadventorbold';
}
.testimonial hr {
	border: 1px solid #f3e6d6;
	width: 8%;
}
.owl-carousel .item {
	background: #fff none repeat scroll 0 0;
	margin: 120px 0 0;
	padding: 30px;
	position: relative;
	text-align: center;
  min-height: 480px;
}
.testimonial .owl-carousel .owl-item img {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -98px;
	width: auto;
}
.item > p {
	margin: 60px 0;
	position: relative;
}
.item > p:after {
	background: rgba(0, 0, 0, 0) url("images/signimg.png") no-repeat scroll 0 0;
	bottom: -43px;
	content: "";
	height: 30px;
	left: 44%;
	position: absolute;
	width: 37px;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
	background: #ffffff;
	height: 12px;
	width: 12px;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #eb3e44 none repeat scroll 0 0;
}
footer {
	background: #141414;
	padding: 20px 0;
}
.social {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.social > li {
	display: inline-block;
	margin: 0 15px 0 0;
}
.course-wrapper .blog-wrap{
 background: #e4d1bb;
 margin: 10px 0;
 min-height: 390px;
}
.blog .text-right {
    margin-top: 10px;
}
.blog-images {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 30px;
}
.blog-images img {
	 width: 100%;
         margin: 28px auto 0;
	 -webkit-transition: all 0.10s ease;
	-moz-transition: all 0.10s ease;
	-o-transition: all 0.10s ease;
	-ms-transition: all 0.10s ease;
	transition: all 0.10s ease;
	margin:0 auto;
}
.blog-images .mask {
	width: 100%;
	position: absolute;
	overflow: hidden;
	bottom: -50%;
	left: 0;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: rgba(255,255,255, 0.98);
	position: absolute;
	z-index: 9;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding:10px 4px;
}

.blog-images:hover .mask {
	opacity:0.98;
	bottom: 0%;
}
.blog-images:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);;
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.5s ease;

}
.blog-images .service-title {
	color: #000;
	display: inline-block;
	padding: 7px 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	font-size: 16px;
	margin-top: 0;
	width: 100%;
}
.rd-btn {
    background: #eb3e44 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    margin: 0;
    padding: 10px 30px;
}
@media (min-width:992px) {
.course-wrapper .course-wrap:nth-child(2n) .course-image img {
 position: absolute;
 right: 15px;
 top: -12px;
}
.course-wrapper .course-wrap:nth-child(2n+1) .course-image img {
 position: absolute;
 left: 15px;
 top: -24px;
}
.course-wrapper .course-wrap:nth-child(4n) .course-image img {
    top: -24px;
}
.course-wrapper .course-wrap:nth-child(2n) {
 background: #e4d1bb;
 margin: 80px 0;
}
.course-wrapper .course-wrap:nth-child(2n+1) {
 background: #e4d1bb;
 margin: 80px 0;
}
}

@media (min-width:768px) {
.course-wrapper .course-wrap:nth-child(2n) {
	background: #e4d1bb;
	border-radius: 20px 150px 150px 20px;
}
.course-wrapper .course-wrap:nth-child(2n+1) {
	background: #e4d1bb;
	/*margin: 20px 0;*/
	border-radius: 150px 20px 20px 150px;
}
}

@media (max-width:991px) {
.course-wrapper .course-wrap:nth-child(2n+1) .course-image img {
	margin: 0 20px 0 0;
}
.course-wrapper .course-wrap:nth-child(2n) .course-image img {
	margin: 0 0 0 20px;
}
.course-description .text-right {
	text-align: center;
}
.course-wrapper .course-wrap {
	background: #e4d1bb;
	margin: 20px 0;
	text-align: center;
}
.course-description {
	padding: 38px 20px 35px;
}
.course-image {
	position: relative;
}
}

@media (max-width:768px) {
.logo img {
	margin: 0 auto;
}
.explore img {
	margin: 0 auto;
	padding: 0 0 20px;
}
.course-image {
	padding: 20px;
}
.course-wrapper .course-wrap {
	border-radius: 30px;
}
.navbar-default .navbar-nav > li > a {
	text-align: center;
}
.course-wrapper .course-wrap:nth-child(2n) .course-image img{ margin:0 auto;}
.course-wrapper .course-wrap:nth-child(2n+1) .course-image img {margin: 0 auto;}
.course-description span{font-size:18px;}
.signme {    margin: 0 0 0 20px;    padding: 8px 22px;}
}
@media (max-width:568px) {.home .signme, .page-template-store .signme {    display: block;    margin: 2px auto;    padding: 8px 22px;    width: 100%;} }
/* custom Css */
.abouttapta_container{padding:0 100px;}
.blog-images img{padding:10px;}
@media (max-width:991px) {
.abouttapta_container{padding:0;}
.signme {    margin: 0 0 0 22px;    padding: 8px 22px;}
.home .course-description {    padding: 24px 20px;}
}
.blog-image .img-circle {
    border-radius: 50%;
    margin: 0 auto;
}
.single .blog-image {
    float: left;
    margin: 45px 20px 10px;
}
.single .course-description {
    padding: 35px;
}
.single .course-description h4{
    font-style:normal;
    max-width: 740px;
    margin: 0 0 30px;
}
.single .course-description h4 strong {   
    font-size: 60px;
    line-height: 70px;    
}
.single .course-description h5 {
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 30px;
}
.single .course-description h6 {
    font-size: 22px;
    margin: 0 0 40px;
}
.single .course-description p {
    font-family: arial;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 28px;
}
.cat-signme {
    background: #eb3e44;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    margin: 0 0 10px;
    padding: 10px 30px;
}
.cat-signme:hover {
    color: #fff;
    text-decoration:none;
}
p date{color:#f00;}

.inner-page {background-image: url("images/row2.jpg"); background-position: center center; background-repeat:no-repeat; background-size: cover ; padding: 10% 0;}
.inner-page .short-info {background: rgba(235, 61, 67, 0.55) repeat; color: #fff; padding:10px 20px;}
.category-retreats .inner-page {background-image: url("images/RETREAT-BANNER-UPPER.jpg"); }
.category-retreats .course-wrapper .blog-wrap{background:#FCE7CF;}
.category-retreats .signup{background: url("images/retreat_bg.jpg") no-repeat fixed center top / cover; }
.category-retreats .taxonomy-description {padding: 20px 20px 20px;}
.category-retreats .taxonomy-description h1{margin-top:0px;}
.category-yoga-teacher-trainings .inner-page {background-image: url("images/Teacher.jpg"); }
.category-yoga-teacher-trainings .inner-page .short-info {margin: 0 auto; width: 85%;}
.category-yoga-teacher-trainings .course-wrapper .blog-wrap{background:#FCE7CF;}
.category-yoga-teacher-trainings .signup{background: url("images/Background1.JPG") no-repeat fixed center top / cover;}
.category-yoga-teacher-trainings .taxonomy-description {padding: 20px 20px 20px;}
.category-yoga-teacher-trainings .taxonomy-description h1{margin-top:0px;}
.yschedule strong { font-size: 18px;}
.yschedule {    background: #fce7cf;    border-radius: 2px;    font-size: 16px;    margin: 40px 0;    padding: 20px;}
section h1 {    margin-top: 4px;    text-transform: capitalize;}
.signup .form-control{max-width: 500px;}
.signup .wpcf7 {    margin-top: 46px;}
.Josh-page{ background-position:center center !important;background-size:cover !important; background-attachment:fixed !important; }
.store-161 img { top: 7px !important;} .store-81 img { top: -30px !important;}
.home-161 img { top: 6px !important;}

.course-description .time {
    color: #4488a7;
    display: inline-block;
    font-size: 15px;
    margin: 0 0 0 10px;
    vertical-align: top;
}
.text-left {
    text-align: left;
}
.dateinfo { margin: 2px 0 10px;     overflow: hidden; }
.resp-video-right { margin-top: 4%;}

@media(max-width:979px){
video {height: auto; width:100%;}
}
.vjs-poster{background-size:cover !important;}