/*
Theme Name: Wicca def theme child
Theme URI: http://pasahi.es
Version: 4.0
Description: Tema hijo de Sofis
Author: Ereh tu y diceh po si soy yo.
Template: sofis
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html{
}

body {
	word-wrap: break-word;
	font-size: 18px;
	line-height: 30px;
}

a{
	color: white;
}
a:focus, a:hover {
    color:  white;
    text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
		font-family: 'Playfair Display' !important;
}

.navbar-default .navbar-nav>.active>a{
    text-decoration: underline;
}

h1, .h1, h2, .h2 {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000000;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 85px;
    font-family: 'Playfair Display' !important;
    inline-size: 41rem;
}


body > p{
		font-family: 'Inter' !important;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.nopadding{
	padding: 0px;
}
.nomargin{
	margin: 0px auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !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-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 */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _tk_pagination und _tk_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

//MODIFICANDO PRIMER CLASS 
.customhead {
    height: calc(100vh - 0px);
    /* width: calc(100% - 15px); */
    position: relative;
    /* margin: 15px auto !important; */
    /* padding-left: 15px !important; */
    display: fixed;
    overflow: hidden;
    float: left;
}

.customhead.nohome{
		height: auto;
	width: auto;
}



#videoBG {
    position: absolute;
    width: 100%;
    background-color: darkgray
    margin: 0px auto;
    height: 100%;
}

.logo.home{
	display: none;
}


.site-header{
	max-width: 550px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	top:30vh;
	width: 55%;
}

@media (min-aspect-ratio: 64/37) {
    #videoBG {
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 64/37) {
    #videoBG { 
        width:auto;
        height: 100%;
    }
}

.site-description{
	color: #fff;
	font-size: 18px;
	font-family: 'Inter' !important;
}

.white{
	color: white !important;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav>li>a, .insta, .widget_nav_menu ul li a, .copy{
    font-family: 'Playfair Display' !important;
    color: #000000;
    		position: relative;
		z-index: 99999;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000000;
    background-color: transparent;
}

.navbar-default .navbar-header.home .navbar-nav>li>a, .navbar-header.home > .insta{
		font-family: 'Playfair Display' !important;
		color: #000000;
		position: relative;
		z-index: 99999;
}

.navbar-header{
	width: 100%;
}

.menun2{
	padding: 10px;
}

.navbar-nav{
	display: contents;
	margin: 0px auto;
}


.navbar-toggle {
    z-index: 999999;
    margin-right: 15px;
}



.navbar-header.home{
	z-index: 999999;
}


.contenido-wrapper{
	margin-top:30px;
}

p b, p strong{
	font-size: 18px;
	font-weight: 600;
}

blockquote {
    padding: 0px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: none !important;
      font-size: 24px;
	  font-weight: 200;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.28;
	  letter-spacing: normal;
	  color: #708f80;
	  		font-family: 'Playfair Display', serif;
}

.faq-item{
	margin: 30px 0;
}

.titlefaq{
	font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  color: #708f80;
}


.link-terapia{
	font-family: 'Playfair Display', serif;
	  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #000000;
  margin-top: 30px;
  position: relative;
}

.moved{
	margin-bottom: 60px;
}

.titledown{
	top: 70px; position: relative; z-index: 9999;
}
@media (max-width: 992px) {
	.testi{
		position: relative;
		 top:-60px !important;
	}
	
	.link-terapia{
	font-family: 'Playfair Display', serif;
	  font-size: 26px;

    }
}
@media (min-width: 992px) {
	.moved{
		  width: 112%;
	  float: right;
	}
}

.link-blog-home{
	width: 100%;
	border-bottom: 1px solid #708f80;
	color: #708f80;
	text-align: right;
}

.link-blog-home p strong{
	position: relative;
	background-color: #fff;
	top:20px;
	padding: 0 20px !important;
	width: fit-content;
	font-weight: 500;
}

.blog-item:hover .link-blog-home p strong a{
 	border-bottom: 1.5px solid #708f80;
  	padding-bottom: 0px;
 }

.blog-item .blogthumb{
	background-color: white;
	position: relative;
	top: 20px;
	padding: 0 10px;
}

.blog-item > .blogthumb{
  max-width: 300px;
  position: fixed;
    display: none;
    transform: translate(5%, 5%);
}

.blog-item > .blogthumb{
  cursor: pointer;
}

.blog-item:hover > .blogthumb{
  display: block;
      pointer-events: none;
      z-index: 99999999999;
}

.pardiv{
	height: 100%;
	position: relative;
}

.anim{
	position: relative;
	height: 100%;
	padding: 0px !important;
		top:-1300px;	
}

.anim img{
    width: 100%;
    position: relative;
    height: 500px;
    margin-top: -280px;
}

.anim.sesiones-extraimg{
	position: relative;
	height: 100%;
	padding: 0px !important;
		top:-900px !important;	
}

.page-title {
    text-align: right;
 
    position: relative;
    z-index: 999999;
   
    top: 0px;
    font-size: 4rem;
    inline-size: 38rem;
    line-height: 43px;
}

.title1{
    top:-10px;
	color:black
}

.stick{
	position: fixed;
	left: 0px;
	top: 10px !important;
	z-index: 9999;
	width: 41.6%;
	padding-right: 12px;
	text-align: right;
	height: auto;
	display: block;
	
	opacity: 1;
	padding-left: 30px;
}

.out{
	opacity: 0;
	transition: all ease 0.2s !important;
}



@media (max-width: 992px) {
	.stick{
		position: relative;
		z-index: 9999;
		width: 100%;
		padding-right:0;
		text-align: left !important;
		height: auto;
		display: block;
		transition: top ease 0.4s !important;
		opacity: 1;
		padding-right: 8px;
		top:0px;
	}
	
.page-title{
	margin-bottom: 20px;
}
	
	.post .fotoblog {
    top: 89px !important;
	}
	
	.titlefaq{
	    text-align: left;
	    font-weight: 700;
	    font-size: 22px;
	}
	
	.anim img {
    width: 100%;
    position: relative;
    height: 550px;
    margin-top: -380px;
     }
	
	.anim img.home{
		transform: none !important;
		top: 1300px;
		display:none;
	}
	
   .anim img.sesiones {
        transform: none !important;
        top: 1730px;
        margin-bottom: -211px;
    }
	
	.anim img.conoceme{
		transform: none !important;
		top: -500px;
	}
	

	.page-title{
		text-align: left;
		margin-bottom: 30px;
	}
	.titledown{
		top: 0px;
	}

	.cono-header{
		position: relative; 
		height: auto !important;
	}

	.ses{
		height: auto;
	}

	.anim.sesiones-extraimg{
		top:-1300px !important;	
}
}

section{
	padding-top: 00px;
	position: relative;
}

.section1{
    margin-top: 100px;
}


.faq-section.conoceme .faq-item{
	margin: 10px 0;
}

.anim.conoceme-extraimg{
	position: relative;
	height: 100%;
	padding: 0px !important;
		top:500px !important;	
}

.fotoblog{
	margin-bottom: 45px !important;
	background-position: 50% 50%; height: 50vh; background-size: 100%;
	background-repeat: no-repeat;
}
.post .fotoblog{
    top:60px;
    position: relative;
    height: calc(100vh - 105px) !important;
}


.titleblog h2{
	  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #708f80;
  margin: 0px;
  margin-bottom: 30px;
}

label{
	color: #708f80;
	font-weight: normal;
	margin-top: 20px;
}

.col-md-12 label

input, textarea{
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	border: none;
	border-bottom: 1px solid #708f80;
}

input:focus, textarea:focus {
outline:none !important;
}

label, textarea{
	width: 100%;
}

.wpcf7-form-control{
	width: 100%;
}
.wpcf7-list-item{
	margin: 0px;
	margin-top: -100px; 
}

.wpcf7-submit{
	width: auto !important;
	float: left;
	text-align: left;
	font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #000000;
  	font-family: 'Playfair Display', serif !important;
  	background-color: transparent;
  	border: none;
  	display: inline-block !important;
  	text-transform: uppercase;
}

.entry-meta{
	text-align: right;
	color: #708f80;
}

.byline{display: none;}

.insta{
	float: left;
	padding: 0px;
	margin: 15px 10px 15px 0px;
}

.logo{
	width: fit-content;
	position: absolute;
	width: 100%;
	text-align: center;
}

.logo img{
	max-height: 40px;
	display:flex;
	margin-left: 40px
}

.menun2, .menun{
	float: right;
}

.site-navigation-inner{
	padding-left: 0;
}


.navbar-toggle {
    margin-top: 15px;

}

.navbar-brand{
	margin: 12px;
	padding: 0px;
}

.link-terapia a:hover, .wpcf7-submit:hover{
  text-decoration: none;
  border-bottom: 1.5px solid black;
  padding-bottom: 0px;
  text-transform: uppercase;
 }
 .link-blog-home p strong a:hover{
 	border-bottom: 1.5px solid #708f80;
  	padding-bottom: 0px;
 }

 .nav>li>a, .widget_nav_menu ul li a{
 	padding: 0px !important;
 	margin: 10px !important;
 }

* a:hover, .nav>li>a:hover {
 	cursor: url('https://www.sofischaki.com/wp-content/uploads/2021/03/mouse-hover.svg'), default !important;
 	 	border-bottom: 1.5px solid;
  	padding-bottom: 0px;
 }
.logo a:hover, .site-header-inner a:hover{
	border-bottom: none !important;
}

.widget_nav_menu ul{
	display: flex !important;
	position: relative;
	top: 30px;
}

.widget_nav_menu ul li a{
	padding: 10px 20px 10px 0px;
}

.nav>li>a:hover{
	background-color: transparent;
}

.linkcont{display: inline-block;}

.linkcont{
	position: relative;
	left: 30px;
}

.copy{
	position: relative;
	top: 40px;
	text-align: right;
}

.foot2 ul{
	justify-content: flex-end;
}


@media (max-width: 1199px) {
	.linkcont{
		position: relative;
		left: 0px;
		width: 100%;
		display: block;
	}
	.copy, .foot2{
		width: 100%;
		text-align: left;
	}

	.foot2 ul{
	justify-content: flex-start;
	}

	h1, .h1, h2, .h2{
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2em !important;
  letter-spacing: normal;
  color: #000000;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 90px;
}
}


.callout-text {
  text-align: center;
  max-width: 100%;
}

.testimonial-carousel {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: visible;
  height: 75vh;
  position: relative;
  display: flex;
}
.testimonial-carousel .icon-container {
  position: relative;
  padding: 0 5px;
  max-width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: #708F80;
  overflow: visible;
}

.icon-container i{
	font-size: 24px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

	.headerwrapper{
	    background-color: white;
	    padding-top: 15px;
	    position: relative;
	    top:0px;
	}
	.home .customhead .headerwrapper{
	    background-color: transparent;
	    padding-top: 15px;
	    position: relative;
	    top:0px;
	}

@media (max-width: 767px) {
	.navbar-collapse{
		display: none;
		position: fixed;
		left: 0px;
		height: 100%;
		top:0px;
		padding-top:30vh;
		text-align: center;
		align-items: center;
		background-color: #708F80;
		width: 100%;
	}
	.navbar-nav {
	    display: block;
	    margin: 0px auto;
	}
	
	

}
@media (min-width: 768px) {
	
  .testimonial-carousel .icon-container {
    max-width: 50px;
    padding: 0 0px;
  }
	
  .logo img{
	max-height: 40px;
	display:flex;
	margin-left: 40px
}
	
}


.testimonial-carousel .icon-container span.lnr {
  color: #dadada;
  font-size: 1.6em;
  cursor: pointer;
  transition: color 0.3s linear;
  height: 40px;
  padding: 30px;
  color: #708F80;
  position: relative;
  position: absolute;
}

.testimonial-carousel .icon-container span i{
font-size: 21px;
border: 2px solid #708F80;
width: 40px;
height: 40px;
border-radius: 40px;
line-height: 36px;
color: #708F80;
}

.testimonial-carousel .icon-container span i:hover{
	background-color: transparent;
	  transition: all 0.3s linear;
}

@media (min-width: 768px) {
    .customhead {
        height: calc(100vh - 0px);
        width: calc(100% - 0px);
        position: relative;
        /* margin: 15px auto !important; */
        /* padding-left: 15px !important; */
        display: fixed;
        overflow: hidden;
        float: left;
    }
}

.testimonial-items {
  position: relative;
  flex: 2;
  overflow: hidden;
  display: flex;
  ]align-items: center;
}

.testimonial-item {
  width: calc(50% - 30px);
  height: 100%;
  transition: transform 1s;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #C5D4CE;
  	margin: 0px auto;
}


.icon-container{
	display: flex;
	align-items: center;

}

.icon-container.left{
    position: absolute;
    height: 100%;

    z-index: 999;
        left: -10px;
            top:0%;
}

.titcustom{
    top:0px;
}

.icon-container.right{
    position: absolute;
    height: 100%;
    z-index: 999;
    right: -10px;
    top:0%;
    text-align: right;
}

.icon-container.left i {
    position: absolute;
        height: 50px;
        background-color: transparent;
        border-radius:50px;
        line-height: 45px;
    left: 0px;
    cursor: url('https://www.sofischaki.com/wp-content/uploads/2021/03/mouse-hover.svg'), default !important;
}


.icon-container.right i {

        height: 50px;
        background-color: transparent;
        border-radius:50px;
        line-height: 45px;
    position: absolute;
    right: 0px;
    cursor: url('https://www.sofischaki.com/wp-content/uploads/2021/03/mouse-hover.svg'), default !important;
    text-align: center;
}

.contsliderbg{

	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}

.contsliderwrapper{
	margin: 20px auto;
	position: relative;
	max-width: 70%; 
}

.testimonial-item p.testimonial-author {
  font-weight: bold;
  text-align: right;
}
.testimonial-item.first {
  left: 35%;
}
.testimonial-item.second {
  left: 85%;
}
.testimonial-item.third {
  left: 135%;
}
.testimonial-item.fourth {
  left: 185%;
}
.testimonial-item.fifth {
  left: 235%;
}
.testimonial-item.sixth {
  left: 285%;
}

@media (max-width: 992px) {


	.testimonial-item {
  width: 100%;
}

.testimonial-item.first {
  left: 0%;
}
.testimonial-item.second {
  left: 100%;
}
.testimonial-item.third {
  left: 200%;
}
.testimonial-item.fourth {
  left: 300%;
}
.testimonial-item.fifth {
  left: 400%;
}
.testimonial-item.sixth {
  left: 500%;
}


}
@media (max-width: 768px) {
    .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .insta-container {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .insta-container .insta {
        display: inline-block;
    }
    .navbar-toggle {
        order: 1;
    }
    .newsletter {
        display: block;
        margin-top: 2px;
    }
}


