/*
Theme Name: Gimme Music
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, theme-options, translation-ready
Text Domain: cs_theme
*/


html,body{
  height:100%;
}

body{
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  overflow-x: hidden;
  background: #fff;
}
body.fixed{
  overflow: hidden;
}
@media (max-width:991px){
}

@media (min-width:1200px){
  .container{
    max-width: 1200px;
  }
}


.blur{
  -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
}


a{
  color:#4BD1A0;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
a:hover,
a:focus{
  cursor: pointer;
  text-decoration: none;
  color:#FF66EC;
}

a:link,
a:active{
  outline: none;
}

.preload-page{
  display: block;
  position: fixed;
  z-index: 999999;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #000;
}

.loader{
  display: block;
	position: relative;
	margin:0 auto;
}
.preload-page .loader{
  position: absolute;
  top:50%;
  margin:-20px 0 0 0;
  width:100%;
}
.loader i{
  display: block;
  position: absolute;
  top:50%;
  left:50%;
  margin-top:-20px;
  margin-left:-20px;
  width:50px;
  height:50px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  border: 1px solid rgba(0,0,0, 0.1);
  border-top-color: #4BD1A0;
  -webkit-animation: spin .7s infinite linear;
          animation: spin .7s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes pulse {
  50% {
    background: white;
  }
}
@keyframes pulse {
  50% {
    background: white;
  }
}

::focus{
  outline: none;
}

b{
  font-weight: 700 !important;
}


.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}


.valign{
  display: table;
  width:100%;
  height:100%;
}
.valign > div.middle{
  display: table-cell;
  vertical-align: middle;
  height:100%;
}
.valign > div.bottom{
  display: table-cell;
  vertical-align: bottom;
  height:100%;
}


.page-pagination{
  display: block;
}
.page-pagination ul{
  display: block;
  list-style: none;
  margin:0;
  padding:0;
}
.page-pagination ul li {
  display: inline-block;
}
.page-pagination a,
.page-pagination span{
  display: block;
  line-height: 40px;
  padding:0 7px;
  min-width: 40px;
  text-align: center;
  font-weight: 600;
  color:#2a2a2a;
}
.page-pagination a.current,
.page-pagination a.current:focus,
.page-pagination a.current:hover,
.page-pagination span.current,
.page-pagination span.current:focus,
.page-pagination span.current:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4BD1A0;
    border-color: #4BD1A0;
}




.owl-nav .owl-next,
.owl-nav .owl-prev{
  display: block;
  position: absolute;
  bottom:50%;
	margin-bottom:-32px;
  width:64px;
  height:64px;
  line-height: 60px;
  color:#1d1d1b;
  font-family: 'ionicons';
  font-size: 40px;
}
.owl-nav .owl-next{
  right:-50px;
}
.owl-nav .owl-next:after{
  display: block;
  content:"\f125";
  text-align: center;
}
.owl-nav .owl-prev{
  left:-50px;
}
.owl-nav .owl-prev:after{
  display: block;
  content:"\f124";
  text-align: center;
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover{
  cursor: pointer;
  color:#4BD1A0;
	background: rgba(255,255,255,.9);
}
.owl-nav .owl-next:active,
.owl-nav .owl-prev:active{
  cursor: pointer;
  color:#4BD1A0;
	background: rgba(255,255,255,.2);
}

.owl-dots{
	display: block;
  margin:0 auto;
  text-align: center;
  position: absolute;
  bottom:40px;
  left:0;
  right:0;
}
.owl-dots{
  display: block;
  text-align: center;
  margin-top:-40px;
}
.owl-dots .owl-dot{
  display: inline-block;
  width:12px;
  height:12px;
  background: #fff;
  margin:4px 6px;
}
.owl-dots .owl-dot.active{
  background: #4BD1A0;
}


.err404{
  display: block;
  text-align: center;
  padding:250px 0 250px 0;
  color:#2a2a2a;
  background: #fff;
}
.err404 h1{
  font-size:72px;
  line-height: 72px;
  color:#4BD1A0;
  margin:0;
  padding:0;
  font-weight: 700;
}
.err404 h1 span{
  display: inline-block;
  font-weight: 300;
  color:#4BD1A0;
  font-size:62px;
}
.err404 p{
  font-size: 20px;
}
@media(max-width:575px){
  .err404{
    padding:150px 0 150px 0;
  }
}

.wpcf7-form label{
  display: block;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea{
  display: block;
  width:100%;
	height:35px;
  border:none;
  border-bottom:1px solid #4BD1A0;
  background: transparent;
  padding:5px 10px;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -ms-border-radius:0;
  font-family: "Titillium Web", sans-serif;
}
.wpcf7-form select{
  padding:7px 10px;
  color:#666;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus{
  border-color: #FF66EC;
  outline: none;
}
.contact .form .wpcf7-form input[type=text],
.contact .form .wpcf7-form input[type=email],
.contact .form .wpcf7-form input[type=tel],
.contact .form .wpcf7-form select,
.contact .form .wpcf7-form textarea{
	color:#fff;
}
.wpcf7-form input[type=submit],
.sfbtn{
  font-family: "Titillium Web", sans-serif;
  border:none;
  background: #4BD1A0;
  color:#1d1d1b;
  padding:10px 30px;
  cursor: pointer;
}
.wpcf7-form input[type=submit]:hover,
.wpcf7-form input[type=submit]:focus,
.sfbtn:hover,
.sfbtn:focus{
  background: #1d1d1b;
  color:#fff;
  outline: none;
}
.wpcf7-form textarea{
  height:100px;
}

.sfbtn-form,
.sfbtn-form label{
  text-align: left;
}
.sfbtn-form label{
  display: block;
}
span.wpcf7-not-valid-tip{
  font-size: 12px;
}

.cs_map_label,
.cs_map_form{
  display: inline-block;
}
.cs_map_form{
  width:calc(30% - 8px);
  margin-left:15px;
}
@media(max-width:767px){
  .cs_map_form{
    width:100%;
    margin-left:0;
  }
  .cs_map_label,
  .cs_map_form{
    display: block;
    text-align: left !important;
  }
}

.cf ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  opacity:1;
}
.cf ::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity:1;
}
.cf :-ms-input-placeholder { /* IE 10+ */
  color:  #999;
  opacity:1;
}
.cf :-moz-placeholder { /* Firefox 18- */
  color:  #999;
  opacity:1;
}



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

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

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


img{
  max-width:100%;
  width:auto;
  height:auto;
}


.wp-caption-text,
.wp-caption-dd {
  font-family: Verdana, Geneva, sans-serif;
  text-align: left;
  margin: 6px 0 26px 0;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  color: #444;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  max-width: 100% !important;
}

/*****************************************/

body{

}

.relative{
  position: relative;
}


h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 33px;
	line-height: 51px;
	margin-bottom: 27px;
}
h2 {
	font-size: 26px;
	line-height: 36px;
	margin-top: 44px;
	margin-bottom: 17px;
}
h3 {
	font-size: 20px;
	line-height: 33px;
	margin-top: 27px;
	margin-bottom: 11px;
}
h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 7px;
}
p, ul, ol, blockquote, pre, .alert, .note, .box, .footnotes {
	margin-bottom: 27px;
}
ul, ol {
	margin-left: 27px;
}
li {
	margin-bottom: 11px;
}
blockquote {
	padding-left: 17px;
	border-style: solid;
	border-color: rgba(0,0,0,0.15);
	border-width: 0 0 0 7px;
}
sub, sup {
	padding: 0 1px;
}
code, pre, kbd {
	font-size: 15px;
}
code {
	background-color: rgba(0,0,0,0.08);
	padding: 3px 4px;
	border-radius: 7px;
	margin: 0 1px;
}
pre {
	padding: 11px;
	border-style: solid;
	border-color: rgba(0,0,0,0.15);
	border-width: 0 0 0 7px;
}
kbd {
	background-color: #fff;
	padding: 3px 4px;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.45);
	margin: 0 1px;
}
.alert, .note, .box {
	padding: 17px;
}
.footnotes {
	font-size: 13px;
	line-height: 23px;
	padding-top: 17px;
	border-top: 1px dotted rgba(0,0,0,0.15);
}
.footnotes p {
	margin-bottom: 17px;
}
ul ul, ul ol, ol ul, ol ol, blockquote.right p, blockquote.left p, .alert :last-child, .note :last-child, .box :last-child, .footnotes :last-child {
	margin-bottom: 0;
}



.button{
  display: inline-block;
  padding:20px 30px;
  text-transform: uppercase;
  color:#1d1d1b;
  background: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  position: relative;
}
.button:hover{
  background: #4BD1A0;
  color:#1d1d1b;
}
.button:after{
  display: block;
  position: absolute;
  content: "";
  top:5px;
  right:5px;
  width:20px;
  height:20px;
  background: url('images/deco-up.svg') top right no-repeat;
  background-size: contain;
}
.button.yellow{
  background: #4BD1A0;
  color:#1d1d1b;
  font-weight: 700;
}
.button.yellow:after{
  display: none;
}
.button.yellow:hover{
  background: #4BD1A0;
}
.button.yellow-outline{
  background: transparent;
  border:1px solid #4BD1A0;
  color:#4BD1A0;
  font-weight: 700;
  padding:15px 30px;
}
.button.yellow-outline:after{
  display: none;
}
.button.yellow-outline:hover{
  background: #4BD1A0;
  color:#000;
}
.button.block{
  width:100%;
  text-align: center;
}


.link{
  display: inline-block;
  padding:10px 25px 10px 10px;
  font-weight: 900;
  color:#1d1d1b;
  position: relative;
}
.link:after{
  display: block;
  position: absolute;
  content: "";
  top:10px;
  right:0;
  width:15px;
  height:15px;
  background: url('images/deco-up.svg') top right no-repeat;
  background-size: contain;
}



header{
  display: block;
  position: fixed;
  z-index: 999;
  left:0;
  top:0;
  right:0;
  height:160px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header.fixed{
  position: fixed;
  height:100px;
  top:-100px;
}
header.fixed.up{
  top:0;
}
header.fixed.down{
  top:-100px;
}
.admin-bar header{
  top:32px;
}
.admin-bar header.fixed.down{
  top:-132px;
}
.admin-bar header.fixed.up{
  top:32px;
}
@media(max-width:782px){
  .admin-bar header{
    top:0;
  }
  .admin-bar header.fixed.down{
    top:-100px;
  }
  .admin-bar header.fixed.up{
    top:0;
  }
}
header:after{
  display: block;
  content: "";
  clear: both;
}
header .navicon{
	display: none;
  float:right;
  z-index: 9;
	height:80px;
	padding:0 15px;
	margin:0;
	width:64px;
}
@media(max-width:575px){
  header .navicon{
    margin:0 0 0 -15px;
  }
}
header .navicon i{
	display: block;
	position: absolute;
	width:34px;
	height:2px;
	background: #1d1d1b;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header .navicon i:nth-child(1){
	top:30px;
}
header .navicon i:nth-child(2){
	top:38px;
}
header .navicon i:nth-child(3){
	top:46px;
}
header .navicon.active i:nth-child(1){
	top:38px;
	-ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .navicon.active i:nth-child(2){
	display: none;
}
header .navicon.active i:nth-child(3){
	top:38px;
	-ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}


header:before{
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  bottom:0;
  top:auto;
  left:0;
  right:0;
  height:40px;
  background: #fff;
  box-shadow:0 0 7px rgba(0,0,0,.4);
  -moz-box-shadow:0 0 7px rgba(0,0,0,.4);
  -webkit-box-shadow:0 0 7px rgba(0,0,0,.4);
  -ms-box-shadow:0 0 7px rgba(0,0,0,.4);
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
header .logo{
  display: block;
  position: relative;
  z-index: 2;
  float:left;
  width:160px;
  height:auto;
}

header nav.main{
  display: block;
  float:left;
  width:500px;
  position: relative;
  z-index: 3;
  padding-top:86px;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
header nav.main ul{
  display: block;
  list-style: none;
  margin:0;
  padding:0;
}
header nav.main.left ul{
  float:right;
  padding-right:10px;
}
header nav.main.right ul{
  float:left;
  padding-left:10px;
}
header nav.main ul > li{
  display: block;
  float: left;
  margin:0;
  position: relative;
}
header nav.main ul > li > a{
  display: block;
  padding:8px 5px;
  color:#000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  position: relative;
}
header nav.main.right ul > li:last-child > a{
	padding-right:0;
}
header nav.main ul > li > a:after{
  display: block;
  content: "";
  position: absolute;
  top:12px;
  bottom:12px;
  right:-1px;
  width:2px;
  background: #4BD1A0;
}
header nav.main ul > li:hover > a{
  background: #000;
}
header nav.main ul > li:last-child > a:after{
  display: none;
}
header nav.main ul > li:hover > a{
  color:#FF66EC;
}
header nav.main ul > li.current-menu-item > a{
  color:#4BD1A0;
}

header nav.main ul > li > ul{
  display: none;
  position: absolute;
  float:none;
  top:100%;
  left:0;
  background: #000;
  min-width:200px;
  width:100%;
  margin:0;
  padding:0 !important;
}
header nav.main ul > li > ul > li{
  display: block;
  float: none;
  position: relative;
}
header nav.main ul > li > ul > li > a{
  display: block;
  padding:10px 15px;
  line-height: 20px;
  color:#fff;
  text-transform: none;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
header nav.main ul > li > ul > li:hover > a{
  background: #fff;
}
header nav.main ul > li > ul > li:last-child > a{
  border-bottom: none;
}
header nav.main ul > li > ul > li > a:after{
  display: none;
}

header nav.main ul > li:hover > ul{
  display: block;
}


header nav.main ul > li > ul > li > ul{
  display: none;
  position: absolute;
  float:none;
  top:0;
  left:100%;
  background: #fff;
  width:200px;
  margin:0;
  padding:0 !important;
}
header nav.main ul > li > ul > li > ul > li{
  display: block;
  float: none;
  position: relative;
}
header nav.main ul > li > ul > li > ul > li > a{
  display: block;
  padding:10px 15px;
  line-height: 20px;
  color:#000;
  text-transform: none;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
header nav.main ul > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}
header nav.main ul > li > ul > li > ul > li > a:after{
  display: none;
}

header nav.main ul > li > ul > li:hover > ul{
  display: block;
}




.header-cta{
  display: inline-block;
  position: fixed;
  z-index: 9999;
  left:0;
  top:55px;
  text-align: center;
  padding:8px 60px 8px 15px;
  background: #FF66EC;
  color:#fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  width:235px;
}
.admin-bar .header-cta{
  top:87px;
}
.header-cta.moved{
  top:90px;
  left:-195px;
}
.header-cta:hover{
  left:0;
  color:#fff;
}
.header-cta:focus{
  color:#fff;
}
.admin-bar .header-cta.moved{
  top:122px;
}
.header-cta:after{
  display: block;
  position: absolute;
  width:40px;
  top:0;
  right:0;
  bottom:0;
  background: rgba(255,255,255,.1);
  font-family: 'ionicons';
  content: "\f125";
  color:#fff;
  font-size: 18px;
  line-height: 40px;
}
.header-cta.first{

}
.header-cta.last{
  left:auto;
  right:0;
  background: #4BD1A0;
  padding:8px 15px 8px 60px;
}
.header-cta.last.moved{
  right:-195px;
}
.header-cta.last:hover{
  right:0;
}
.header-cta.last:after{
  background: rgba(0,0,0,.1);
  right:auto;
  content: "\f124";
  left:0;
}


header nav.social{
  position: absolute;
  z-index: 5;
  top:40px;
  right:30px;
}
header nav.social ul{
  display: block;
  list-style: none;
  margin:0;
  padding:0;
}
header nav.social ul > li{
  display: block;
  float: left;
  margin:0 4px;
}
header nav.social ul > li > a{
  display: block;
  width:36px;
  height:36px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  border:1px solid #4BD1A0;
  color: #4BD1A0;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
}
header nav.social ul > li > a:hover{
  border-color: #FF66EC;
  color: #FF66EC;
}

header .topbar{
  display: block;
  padding:5px 0;
  background: #000;
  color:#fff;
  height: 34px;
}
header .topbar .socials-t{
  text-align: right;
}
header .topbar .socials-t ul{
  display: block;
  float: right;
  list-style: none;
  margin:0;
  padding:0;
}
header .topbar .socials-t ul li{
  display: block;
  float:left;
  margin:0;
  padding:0;
}
header .topbar .socials-t ul li a{
  display: block;
  padding:5px 10px;
  margin-top:-5px;
  margin-bottom:-5px;
  background: rgba(255,255,255,.1);
}
header .topbar .slogan{
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}




header.fixed .header-cta,
header.fixed nav.social,
header.fixed .topbar{
  display: none;
}
header.fixed:before{
  height:90px;
  bottom:10px;
}
header.fixed .logo{
  width:100px;
}
header.fixed nav.main{
  width:505px;
  padding-top:25px;
}
header.fixed.down nav.main ul{
  display: none;
}
header.fixed.down:before{
  opacity:0;
}

header .mobileMenu{
  display: none;
  position: fixed;
  top:80px;
  left:0;
  right:0;
  bottom:0;
  overflow-y: auto;
  text-align: center;
  background: #000;
}
header .mobileMenu .valign{
  max-width:280px;
  margin:0 auto;
}
header .mobileMenu hr{
  border-top-color: rgba(255,255,255,.1);
}
header .mobileMenu nav.social{
  display: block;
  position: relative;
  z-index: 5;
  top:auto;
  right:auto;
  margin:20px auto 40px auto;
text-align: center;
}
header .mobileMenu nav.social ul{
  display: inline-block;
}

header .mobileMenu nav.mob{
  display: block;
  text-align: left;
  margin:0;
  padding:40px 0 0 0;
}
header .mobileMenu nav.mob ul{
  display: block;
  margin:0;
  padding:0;
}
header .mobileMenu nav.mob ul > li{
  display: block;
  position: relative;
}
header .mobileMenu nav.mob ul > li i{
  position: absolute;
  top:0;
  right:0;
  height:40px;
  width:30px;
  font-size: 20px;
  color:#fff;
  line-height: 55px;
  cursor: pointer;
  text-align: center;
}
header .mobileMenu nav.mob ul > li i.active{
  line-height: 29px;
}
header .mobileMenu nav.mob ul > li i.active{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
header .mobileMenu nav.mob ul > li > a{
  display: block;
  color:#fff;
  padding:15px 0;
}
header .mobileMenu nav.mob ul > li > ul{
  display: none;
  background: rgba(255,255,255,.04);
}
header .mobileMenu nav.mob ul > li > ul > li > a{
  font-size: 14px;
  padding:5px 10px;
}
header .mobileMenu nav.mob ul > li > ul > li > ul{
  padding-top:15px;
  padding-bottom:5px;
}
header .mobileMenu nav.mob ul > li > ul > li i{
  line-height: 45px;
}
header .mobileMenu nav.mob ul > li > ul > li i.active{
  line-height: 45px;
}

header .cta-cs-a{
	display:none;
	position:absolute;
	top:10px;
	right:84px;
	padding:8px 0px;
	  background: #FF66EC;
	  color:#fff;
	  font-weight: 700;
	  font-size: 12px;
	text-align:center;
	  text-transform: uppercase;
	width:120px;
}
header .phone-mob{
	display:none;
	position:absolute;
	top:54px;
	right:84px;
	  color:#000;
	  font-weight: 700;
	  font-size: 15px;
	text-align:center;
	  text-transform: uppercase;
}
header .mobileMenu .cta{
  margin-top:20px;
  margin-bottom:30px;
}
header .mobileMenu .cta a{
  display: block;
  text-align: center;
  position: relative;
  width:99%;
  padding:8px 0px;
  background: #FF66EC;
  color:#fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
header .mobileMenu .cta a:hover{
  color:#fff;
}
header .mobileMenu .cta a.last{
  background: #4BD1A0;
}



@media(max-width:1199px){
  header nav.main,
  .header-cta,
  header nav.social,
  header .topbar{
    display: none;
  }
	
header .phone-mob,
	header .cta-cs-a{
		display:block;
	}
  header:before,
  header.fixed:before{
    height:80px;
    bottom:20px;
  }
  header .logo,
  header.fixed .logo{
    width:100px;
  }
  header{
    height:100px;
  }
  header.fixed {
    position: fixed;
    height: 100px;
    top: -100px;
  }
  header .navicon{
    display: block;
  }
  header .container{
    position: relative;
    z-index: 7;
  }
}



.widget_search{
  display: block;
}
.widget_search form{
  display: block;
  position: relative;
}
.widget_search form label span{
  display: none;
}
.widget_search form input{
  display: block;
  width:100%;
  border:2px solid #ddd;
  padding:8px 15px;
}
.widget_search form input:focus{
  outline: none;
  border-color:#4BD1A0;
}
.widget_search form button{
  position: absolute;
  top:7px;
  right:7px;
  border:none;
  background:none;
  color:#4BD1A0;
  font-size: 24px;
  cursor: pointer;
}


.widget_categories{

}
.widget_categories ul{
  display: block;
  padding:0;
  margin-left:0;
}
.widget_categories ul li{
  display: block;
  padding:12px 0;
  margin:0;
  border-bottom:1px solid rgba(0,0,0,.1);
}
.widget_categories ul li:last-child{
  border-bottom:none;
}
.widget_categories ul li a{
  display: block;
  color:#1d1d1b;
}
.widget_categories ul li a:hover{
  color:#4BD1A0;
}



section.single-article{
  display: block;
  padding:50px 0;
}
@media(max-width:575px){
  section.single-article{
    padding:10px 0 50px 0;
  }
}
section.single-article .head{
  display: block;
  border-bottom:1px solid rgba(0,0,0,.2);
  padding:10px 0;
  margin-bottom:20px;
}
section.single-article .head.nb{
  border-bottom: none;
}
section.single-article .price{
  display: inline-block;
  padding:10px;
  background: #4BD1A0;
  color:#1d1d1b;
  font-size: 32px;
}
@media(max-width:991px){
  section.single-article .price{
    font-size: 24px;
  }
}
@media(max-width:575px){
  section.single-article .price{
    font-size: 16px;
  }
}
section.single-article #map-canvas{
  display: block;
  width:100%;
  height:400px;
}
@media(max-width:575px){
  section.single-article #map-canvas{
    height:300px;
  }
}
section.single-article .title {
	font-size: 42px;
	line-height: 54px;
  font-weight: 700;
	margin-bottom: 0;
  margin-top:15px;
}
@media(max-width:991px){
  section.single-article .title {
  	font-size: 36px;
  	line-height: 44px;
  }
}
@media(max-width:767px){
  section.single-article .title {
  	font-size: 28px;
  	line-height: 36px;
  }
}
@media(max-width:575px){
  section.single-article .title {
  	font-size: 26px;
  	line-height: 32px;
  }
}
section.single-article .date{
  display: block;
  padding-top:15px;
}
section.single-article .meta{
  display: block;
  padding-top:15px;
  margin-bottom:25px;
  opacity:0.7;
}
section.single-article .meta span.separator{
  padding-left:10px;
  padding-right:10px;
}
section.single-article .meta a{
  color:#000;
}
section.single-article  a.cat{
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  color:#1d1d1b;
  text-transform: uppercase;
  padding:2px 5px;
  background: #4BD1A0;
  margin:0 2px 2px 0;
  font-family: 'Montserrat', sans-serif;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
}
section.single-article a.cat:hover{
  color:#4BD1A0;
  background: #1d1d1b;
}
section.single-article .share{
  display: block;
  float:right;
}
section.single-article .share > a{
  display: block;
  float: left;
  width:38px;
  height:38px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  color:#fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  margin-left:4px;
}
section.single-article .share > a.facebook{
  background: #3C5A99;
}
section.single-article .share > a.twitter{
  background: #38A1F3;
}
section.single-article .share > a:hover{
  opacity:0.7;
}
section.single-article .featured-img{
  display: block;
  margin-left:-100px;
}
@media(max-width:991px){
  section.single-article .featured-img{
    margin-left:0;
  }
}
section.single-article .featured-img:before{
  display: block;
  content: "";
  width:200px;
  height:3px;
  margin-bottom:25px;
  background: #4BD1A0;
}
section.single-article .featured-img img{
  width:100%;
}
section.single-article .content{
  display: block;
  padding:30px 0 0 0;
}
section.single-article .content blockquote{
  border-left:none;
  padding:35px;
  background: #fafafa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
}
section.single-article .content blockquote p{
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
}
section.single-article .content blockquote p:before{
  content:'“';
  font-size: 145%;
}
section.single-article .content blockquote p:after{
  content:'”';
  font-size: 145%;
}
section.single-article .content blockquote cite{
  font-weight: 700;
}
section.single-article .content blockquote cite:before{
  display: block;
  margin:10px auto 20px auto;
  width:50px;
  height:2px;
  background: #4BD1A0;
  content: "";
}
section.single-article .content .wp-block-pullquote{
  background: #fafafa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom:25px;
  padding:10px 10px;
}
section.single-article .content .wp-block-pullquote blockquote{
  margin-bottom: 0;
}
section.single-article .content .wp-block-pullquote blockquote p{
  font-size: 32px;
  line-height: 42px;
}
section.single-article .content ul,
section.single-article .content ol{
  display: block;
  padding-left:0;
}
section.single-article .content ul{
  list-style: square;
  margin-left: 20px;
}
section.single-article .content ol{
  margin-left: 15px;
}
section.single-article .content a{
  color:#6092a2;
}
section.single-article .tags{
  display: block;
  font-size: 14px;
  margin-bottom:30px;
}
section.single-article .tags a{
  font-weight: 700;
  display: inline-block;
  margin:1px;
  padding:0 6px;
  background: #4BD1A0;
  color:#000;
}
section.single-article .tags a:hover{
  background: #1d1d1b;
  color:#4BD1A0;
}
.wp-block-gallery{
  margin-left:0;
}

.widget-latest{
  padding-top:15px;
  padding-bottom:15px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.widget-latest:after{
  display: block;
  position: absolute;
  content:"";
  width:25px;
  height:25px;
  background: url('images/deco-up.svg') top right no-repeat;
  background-size: contain;
  top:15px;
  right:0;
}
.widget-latest .img{
  display: block;
  position: relative;
  overflow: hidden;
}
.widget-latest .img img{
  position: relative;
  z-index: 1;
}
.widget-latest:last-child{
  border-bottom: none;
  margin-bottom:30px;
}
.widget-latest small{
  padding-left: 15px;
}
.widget-latest .wtitle{
  color:#2a2a2a;
  padding-left:15px;
  display: block;
}
.widget-latest:hover .wtitle{
  color:#4BD1A0;
}


.section-title{
  display: block;
  text-align: center;
  padding-bottom:50px;
}
.section-title.solo{
  padding-top:50px;
}
.section-title h2{
  color:#000;
  font-size: 42px;
  font-weight: 900;
  line-height: 42px;
  margin:0;
  padding:0;
  letter-spacing: 5px;
}
.section-title h2 span{
  color:#4BD1A0;
}
.section-title.accent-rose h2 span{
  color:#FF66EC;
}
.section-title h2:after{
  display: block;
  content: "";
  width:50px;
  height:7px;
  background: #000;
  margin:20px auto 0 auto;
}
.section-title h4{
  color:#000;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  margin:0;
  padding:20px 0 0 0;
}
@media(max-width:991px){
  .section-title h2{
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 4px;
  }
  .section-title h4{
    font-size: 20px;
    line-height: 22px;
  }
}


section.blog_homepage{
  display: block;
  padding-top:75px;
  padding-bottom:40px;
  max-width:1400px;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  text-align: center;
}
section.blog_homepage .item{
  display: block;
  text-align: center;
}
section.blog_homepage .item .img{
  display: block;
  height:250px;
  background-size: cover !important;
}
section.blog_homepage .item h3{
  display: block;
  font-weight: 700;
  line-height: 28px;
  margin:0 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4; /* number of lines to show */
   max-height: 110px;       /* fallback */
}
section.blog_homepage .item small{
  display: block;
  text-align: center;
}
section.blog_homepage .item a{
  color:#fff;
}
section.blog_homepage .item a:hover{
  color:#4BD1A0;
}
section.blog_homepage .item p{
  margin-top:25px;
  font-size: 14px;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3; /* number of lines to show */
   max-height: 72px;       /* fallback */
}
section.blog_homepage .owl-next{
  right:0;
    z-index: 9;
}
section.blog_homepage .owl-prev{
  left:0;
    z-index: 9;
}
@media(max-width:991px){
  section.blog_homepage{
    margin-left:15px;
    margin-right:15px;
  }
}
section.blog_homepage .button{
  margin-top:30px;
}
@media(max-width:767px){
  section.blog_homepage{
    padding-top:40px;
    padding-bottom:40px;
  }
}



section.blog_homepage.teachers .item h3{
  font-weight: 300;
  font-size: 30px;
  line-height: 32px;
  text-transform: none;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; /* number of lines to show */
   max-height: 32px;       /* fallback */
}
section.blog_homepage.teachers .item h3 a{
  color:#000;
}
section.blog_homepage.teachers .item .group{
  display: block;
  max-width: 80%;
  padding:0 10px;
  min-height: 76px;
  border:5px solid #fff;
  box-shadow:0 0 15px rgba(0,0,0,.05);
  background: rgba(75,209,160,1);
  color:#fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin:-45px auto 20px auto;
}
section.blog_homepage.teachers .item .group a:hover{
  color:#fff;
}
section.blog_homepage.teachers .item .group > div{
  height: 76px;
}
section.blog_homepage.teachers .item .img{
  display: block;
  height:290px;
  background-size: cover !important;
}
section.blog_homepage.teachers .item .button{
  display: inline-block;
  border: 1px solid #000;
  padding:10px 10px;
  color:#000;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 12px;
}
section.blog_homepage.teachers .item .button:hover{
  color:#fff;
  background: #4BD1A0;
  border-color: #4BD1A0;
}


p.skils{
  display: block;
  margin-top:15px;
}
p.skils span{
  display: inline-block;
  margin:1px;
  padding:4px 8px;
  background: #4BD1A0;
  color:#000;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px;
}


.accordions{
  display: block;
  padding-top:50px;
}
.accordions .item{
  display: block;
  border-bottom:1px solid rgba(0,0,0,.3);
}
.accordions .item:last-child{
  border-bottom:none;
}
.accordions .item h4{
  display: block;
  padding:0;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
}
.accordions .item h4 a{
  color:#000;
  padding:16px 0 14px 0;
  display: block;
}
.accordions .item h4 a i{
  position: absolute;
  top:17px;
  right:0;
  font-style: normal;
  font-size: 42px;
}
.accordions .item h4.active a{
  color:#FF66EC;
}
.accordions .item .content{
  display: none;
}



.hero_page{
  display: block;
  background-size: cover !important;
}
.hero_page .valign{
  background: rgba(0,0,0,.5);
  min-height: 270px;
}
.hero_page.blog{
  min-height: 25%;
}
.hero_page .box{
  margin-top:220px;
  padding:20px 0;
}
.hero_page.blog .box{
  padding-bottom:0;
}
.hero_page .box h2{
  display: inline-block;
  font-weight: 700;
  background: rgba(75,209,160,0.8);
  padding:15px 20px;
  margin:0 0 10px 0;
}
.hero_page .box h2 span{
  color:#fff;
}
.hero_page .box p{
  display: block;
  max-width: 500px;
  padding:20px;
  background: rgba(54,209,181,0.8);
}
.hero_page.blog p{
  background: none;
  color:#fff;
  padding:10px 20px;
}
.hero_page.blog p .separator{
  padding-left: 10px;
  padding-right:10px;
}
@media(max-width:767px){
  .hero_page .box{
    margin-top:40px;
    padding:100px 0 20px 0;
  }
}



.breadcrumbs{
  display: block;
  padding-top:20px;
  padding-bottom:20px;
  font-size: 14px;
  text-transform: lowercase;
  text-align: right;
}
.breadcrumbs span.home{
  color:#000;
}
.breadcrumbs i{
  margin-left:4px;
  margin-right:4px;
}
.breadcrumbs a{
  color:#000;
}
@media(max-width:767px){
  .breadcrumbs{
    display: none;
  }
}


.hero_homepage{
  display: block;
  background: #000;
  height:100%;
}
.hero_homepage > .owl-carousel,
.hero_homepage > .owl-carousel .owl-stage,
.hero_homepage > .owl-carousel .owl-stage-outer,
.hero_homepage > .owl-carousel .owl-item{
  height:100%;
}
.hero_homepage .item{
  padding-top:160px;
  height: 100%;
  background-size: cover !important;
  text-align: center;
}
.hero_homepage .item:before{
  position: absolute;
  content: "";
  top:0;left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,.5);
  z-index: 1;
}
.hero_homepage .item .valign{
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero_homepage .item h2{
  font-weight: 900;
  color:#fff;
  font-size: 72px;
  line-height: 72px;
}
.hero_homepage .item h4{
  font-weight: 400;
  color:#4BD1A0;
  font-size: 32px;
  line-height: 32px;
}
.hero_homepage .item .hh_btn{
  display: inline-block;
  position: relative;
  z-index: 5;
  text-align: center;
  padding:12px 60px 12px 15px;
  background: #4BD1A0;
  color:#fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.hero_homepage .item .hh_btn:after{
  display: block;
  position: absolute;
  width:40px;
  top:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,.1);
  font-family: 'ionicons';
  content: "\f125";
  color:#fff;
  font-size: 18px;
  line-height: 44px;
}
@media(max-width:767px){
  .hero_homepage .item{
    padding-top: 0;
  }
  .hero_homepage .item h2{
    font-size: 42px;
    line-height: 42px;
  }
  .hero_homepage .item h4{
    font-size: 24px;
    line-height: 24px;
  }
}
.hero_homepage .owl-nav .owl-next{
  right:0px;
  color:#fff;
  opacity:0.5;
  top:55%;
}
.hero_homepage .owl-nav .owl-next:after,
.hero_homepage .owl-nav .owl-prev:after{
  font-size:72px;
}
@media(max-width:767px){
  .hero_homepage .owl-nav .owl-next,
  .hero_homepage .owl-nav .owl-prev{
    display: none;
  }
}
.hero_homepage .owl-nav .owl-prev{
  left:0;
  color:#fff;
  opacity:0.5;
  top:55%;
}
.hero_homepage .owl-nav .owl-next:hover,
.hero_homepage .owl-nav .owl-prev:hover{
  cursor: pointer;
  color:#4BD1A0;
  background: none;
  opacity:1;
}
.hero_homepage .owl-nav .owl-next:active,
.hero_homepage .owl-nav .owl-prev:active{
  cursor: pointer;
  color:#36D1B5;
  background: none;
  opacity:1;
}


.main_content{
  display: block;
  padding-top:40px;
  padding-bottom:40px;
}
.main_content h3{
  color:#000;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  margin:0;
  padding:0 0 20px 0;
  letter-spacing: 3px;
}
.main_content ul{
  padding-left:5px;
}



.professeurs_details{

}
.professeurs_details .section-title{
  padding-bottom: 0;
  text-align: left;
}
.professeurs_details .section-title h2:after{
  display: none;
}
.professeurs_details .image{
  width:250px;
  height:250px;
  background-size: cover !important;
  margin-top:-200px;
  border:5px solid #fff;
  box-shadow:0 6px 15px rgba(0,0,0,.2);
}
.professeurs_details .links{
  text-align: right;
}
.professeurs_details .links a{
  display: inline-block;
  width:36px;
  height:36px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  border:1px solid #FF66EC;
  color: #FF66EC;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  margin:0 2px;
}
.professeurs_details .links a:hover{
  color:#fff;
  background:  #FF66EC;
}
@media(max-width:767px){
  .professeurs_details .image{
    margin:20px auto 25px auto;
  }
  .professeurs_details .links{
    text-align: center;
    margin-top:20px;
  }
  .professeurs_details .section-title{
    text-align: center;
  }
}



.gallery_block{
  padding-bottom:50px;
}
.gallery_block:after{
  display: block;
  content: "";
  clear: both;
}
.gallery_block .container > div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery_block a{
  flex-basis:calc(25% - 10px);
  margin:5px;
	background-size:auto 100% !important;
  height:220px;
}
.gallery_block a:hover{
  background-size:auto 120% !important;
}
@media(max-width:991px){
  .gallery_block a{
    flex-basis:calc(25% - 10px);
  }
}
@media(max-width:767px){
  .gallery_block a{
    flex-basis:calc(33.333% - 10px);
  }
}
@media(max-width:575px){
  .gallery_block a{
    flex-basis:calc(50% - 10px);
  }
}



.tabs{
  display: block;
  padding-bottom:50px;
}
.tabs .tab-links{
  display: flex;
}
.tabs .tab-links > a{
  display: flex;
  flex-basis:auto;
  padding:7px 14px;
  font-weight: 400;
  color:#FF66EC;
  text-transform: lowercase;
  position: relative;
  margin:0 1px;
  border:1px solid #FF66EC;
}
.tabs .tab-links > a span{
  display: inline-block;
}
.tabs .tab-links > a.active{
  color: #fff;
  background: #4BD1A0;
  border-color:#4BD1A0;
}
.tabs .tab-content{
  display: none;
  margin-top:10px;
  padding:25px 25px 5px 25px;
  background: rgba(0,0,0,.05);
}
.tabs .tab-content.active{
  display: block;
}
.tabs .tab-content.accordion-type{
  display: none !important;
}
.tabs .tab-content > div{
  border-bottom:1px solid rgba(0,0,0,.2);
  padding-top:5px;
  padding-bottom:5px;
}
.tabs .tab-content > div:last-child{
  border-bottom: none;
}
.tabs .tab-content > div a{
  color:#000;
}
.tabs .tab-content > div a:hover{
  color:#4BD1A0;
}



.fbcwi{
  display: block;
  background: #36d1b5;
}
.fbcwi .image{
  background-size: cover !important;
  min-height: 400px;
}
.fbcwi .content{
  display: block;
  height:100%;
  padding:40px;
  max-width:540px;
}
.fbcwi.right .content{
  float:right;
}
.fbcwi .content h2{
  color:#000;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
  margin:0;
  padding:0 0 20px 0;
  letter-spacing: 3px;
}



.courses{
  display: block;
  padding-top:70px;
  padding-bottom:70px;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
.courses.light{
  background: #fff;
}
.courses.dark{
  background: #000;
}
.courses.dark .section-title h2,
.courses.dark .section-title h4{
  color:#fff;
}
.courses.dark .section-title h2:after{
  background: #fff;
}
.courses.dark .section-title h2 span{
  color:#FF66EC;
}

.courses .courses-categories{
  display: block;
  text-align: center;
}
.courses .courses-categories button{
  display: inline-block;
  border: none;
  background: none;
  color:#fff;
  text-align: center;
  text-transform: lowercase;
  margin:0 30px;
  cursor: pointer;
}
.courses .courses-categories button span{
  display: inline-block;
  border-bottom:2px solid transparent;
  padding:6px 0;
}
.courses.light .courses-categories button{
  color:#000;
}
.courses .courses-categories button:hover,
.courses .courses-categories button:focus,
.courses .courses-categories button.active{
  color: #4BD1A0;
  outline: none;
}
.courses .courses-categories button:hover span,
.courses .courses-categories button:focus span,
.courses .courses-categories button.active span{
  border-color: #4BD1A0;
}
@media(max-width:767px){
  .courses .courses-categories{
    text-align: center;
  }
  .courses .courses-categories button{
    display: block;
    width:100%;
    margin:0;
    text-align: center;
  }
}

.courses .grid{
  margin-top:50px;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
.courses .grid-item{
  width:calc(25% - 20px);
  margin:10px;
  background-size: cover !important;
  border: 5px solid #4BD1A0;
}
.courses .grid-item:after{
  display: block;
  content: "";
  padding-bottom:100%;
}
.courses .grid-item .title{
  display: block;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  margin:0;
  line-height: 24px;
  padding:0;
  opacity:1;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
.courses .grid-item .desc{
  display: block;
  position: absolute;
  top:-5px;
  left:-5px;
  right:-5px;
  bottom:100%;
  background: rgba(255,102,236,0.8);
  padding:20px;
  opacity:0;
  transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
}
.courses .grid-item .desc p{
  display: block;
  max-width:60%;
  color:#fff;
  font-size: 12px;
  line-height: 17px;
}
.courses .grid-item .desc p:before{
  display: block;
  content: "";
  width:70px;
  height:2px;
  background: #fff;
  margin:20px 0 15px 0;
}
.courses .grid-item:hover .desc{
  opacity: 1;
  bottom:-5px;
}
.courses .grid-item:hover .title{
  opacity: 0;
  top:-50px;
}
.courses .grid-item .desc .apply{
  position: absolute;
  bottom:20px;
  right:20px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
  color:#fff;
}
@media(max-width:991px){
  .courses .grid-item{
    width:calc(50% - 20px);
    margin:10px;
    background-size: cover !important;
    border: 5px solid #4BD1A0;
  }
}
@media(max-width:767px){
  .courses .grid-item{
    width:calc(100% - 20px);
    margin:10px;
    background-size: cover !important;
    border: 5px solid #4BD1A0;
  }
}




.insta .container{
  background: #fff;
  padding-top:25px;
  padding-bottom:25px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 3px;
  color:#000;
  margin-top:40px;
}


.maps{
  display: block;
  height:70%;
}
.maps #map-canvas{
  display: block;
  width:100%;
  height:100%;
}
.maps:after{
  display: block;
  position: absolute;
  content: "";
  top:0;
  left:0;
  right:0;
  height:152px;
  background: rgba(0,0,0,.7);
}
.contact{
}
.contact .row > div{
  position: relative;
}
.contact .content{
  padding-top:50px;
}
.contact .form{
  display: block;
  position: absolute;
  bottom:40px;
  left:0;
  right:0;
  padding:25px;
  background: #000;
  color:#fff;
}
@media(max-width:1199px){
  .maps:after{
    display: none;
  }
}
@media(max-width:767px){
  .contact .form{
    display: block;
    position: relative;
    bottom:auto;
    left:auto;
    right:auto;
  }
}


.acuity{
  padding-bottom:50px;
  text-align: center;
}
.acuity a{
  display: inline-block;
  text-align: center;
  position: relative;
  padding:15px 60px 15px 20px;
  background: #FF66EC;
  color:#fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.acuity a:after{
  display: block;
  position: absolute;
  width:45px;
  top:0;
  right:0;
  bottom:0;
  background: rgba(255,255,255,.1);
  font-family: 'ionicons';
  content: "\f125";
  color:#fff;
  font-size: 18px;
  line-height: 50px;
}
.acuity a.ctab{
  background: #4BD1A0;
}
.acuity a.ctab:after{
  background: rgba(0,0,0,.1);
}
.acuity a:hover{
  background: #4BD1A0;
}
.acuity a.ctab:hover{
  background: #FF66EC;
}


.popup{
  max-width:700px;
  background: #fff;
  padding:20px;
  margin:auto;
  overflow-y: auto;
}
@media(max-width:991px){
  .popup{
    max-height: 650px;
  }
}
.popup .sel select{
  width:50%;
  float:left;
}
.popup iframe{
  border:none;
  width:100%;
  height:500px;
}
.popup h3{
  margin-top:0;
  margin-bottom:25px;
  text-align: center;
  line-height: 30px;
}


.block_links{
  display: block;
  margin-top:40px;
  margin-bottom:40px;
}
.block_links a{
  display: block;
  height: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3px;
  color: #fff;
  min-height: 200px;
  margin:1px;
  font-weight: 700;
  background-size: cover !important;
  text-transform: uppercase;
}
.block_links a .valign{
  background: rgba(0,0,0,.4);
  padding-left: 20px;
  padding-right: 20px;
}
.block_links a:hover{
  color:#4BD1A0;
}


.pricing{
  display: block;
  padding-bottom:50px;
}
.pricing .main{
  display: block;
  padding-top:15px;
  padding-bottom:15px;
  background: rgba(0,0,0,.05);
}
.pricing .main >div> .row{
  border-bottom:1px solid #fff;
}
.pricing .main >div> .row:last-child{
  border-bottom:none;
}
.pricing .main .toptitle{
  font-weight: 700;
  text-align: left;
  padding:10px;
}
.pricing .main .title{
  text-align: right;
  padding-top:5px;
  font-weight: 700;
}
.pricing .main .price{
  text-align: right;
  padding-bottom:5px;
  font-size: 20px;
}



footer{
  display: block;
  background: #000;
  color:#fff;
  font-size: 14px;
  border-top:7px solid #fff;
  padding-top:50px;
}
footer img{
  max-width:170px;
}
footer .copy{
  background: #fff;
  padding-top:15px;
  padding-bottom:15px;
  text-align: center;
  font-size: 20px;
  color:#000;
  margin-top:40px;
}
footer h3{
  display: none;
  position: relative;
  margin-top:0;
  margin-bottom:30px;
  font-weight: 400;
  color:#000;
  background: #4BD1A0;
  padding:2px 15px;
}
footer h3:after{
  display: block;
  content: "";
  position: absolute;
  left:0;
  right:0;
  bottom:-7px;
  height:4px;
  background: #4BD1A0;
}
footer ul#menu-footer-1:before,
footer ul#menu-footer-2:before{
  display: block;
  content: "";
  margin-bottom:25px;
  height:4px;
  background: #4BD1A0;
  width:100px;
}
footer ul{
  display: block;
  margin:0;
  padding:0;
  list-style: none;
}
footer ul li{
  display: block;
}
footer ul li ul{
  display: none;
}
footer ul li a{
  display: block;
  padding:2px 0;
  color:#fff;
}
footer ul li a:before{
  content:"- ";
}

footer .menu-social-menu-container{
  display: block;
  margin-top:40px;
}
footer .menu-social-menu-container ul{
  display: block;
  list-style: none;
  margin:0;
  padding:0;
}
footer .menu-social-menu-container ul > li{
  display: block;
  float: left;
  margin:0 4px;
}
footer .menu-social-menu-container ul > li > a{
  display: block;
  width:36px;
  height:36px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  border:1px solid #4BD1A0;
  color: #4BD1A0;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
}
footer .menu-social-menu-container ul > li > a:before{
  content:"";
}
footer .menu-social-menu-container ul > li > a:hover{
  border-color: #FF66EC;
  color: #FF66EC;
}

@media(max-width:767px){
  footer h3{
    margin-top:40px;
  }
  footer{
    text-align: center;
  }
  footer ul#menu-footer-1:before,
  footer ul#menu-footer-2:before{
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
  }
  footer .menu-social-menu-container ul{
    display: inline-block;
  }
}


div.wpcf7-validation-errors{
  margin-left:0 !important;
  margin-right:0 !important;
  padding:25px !important;
  text-align: center !important;
  color:#fff !important;
  border: none !important;
  background: #cc0000 !important;
}
div.wpcf7-mail-sent-ok{
  margin-left:0 !important;
  margin-right:0 !important;
  padding:25px !important;
  text-align: center !important;
  color:#1d1d1b !important;
  border: none !important;
  background: #4BD1A0 !important;
}

@media(max-width:782px){
  #wpadminbar{
    display: none !important;
  }
  html{
    margin-top:0 !important;
  }
}


.mailchimp{
	display:block;
	padding:40px 0;
	background:#4BD1A0;
}

.mailchimp h2{
	margin:0;
	font-weight:700;
}
.mailchimp .mc-field-group{
	display:block;
	background:rgba(0,0,0,.2);
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
}
.mailchimp .mc-field-group:After{
	display:block;
	content:"";
	clear:both;
}
.mailchimp .mc-field-group input[type=email]{
	display:block;
	float:left;
	width:70%;
	border:none;
	background:none;
	padding:10px 30px;
	color:#000;
}
.mailchimp .mc-field-group input[type=submit]{
	border:none;
	background:#000;
	color:#fff;
	width:30%;
	text-align:center;
	padding:10px 0;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-ms-border-radius:30px;
	font-size:16px;
}
.mailchimp .mc-field-group input[type=email]:focus,
.mailchimp .mc-field-group input[type=submit]:focus{
	outline:none;
}


.no-top-padding{
  padding-top:0 !important;
}


.mfp-iframe-scaler iframe{
  background: #fff !important;
}

@media(max-width:768px){
  .mfp-iframe-holder .mfp-content{
    height:70%;
  }
}
@media(max-width:575px){
  .mfp-iframe-holder .mfp-content{
    height:90%;
  }
}

.grecaptcha-badge {
opacity:0 !important;
}




.woocommerce div.product form.cart .variations select{
  width:100%;
  height:40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border:1px solid #ddd;
  appearance: none;
  border-radius: 0px;
  padding:0 20px;
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACqADAAQAAAABAAAABgAAAAD+iFX0AAAAMklEQVQIHWNgYGD4D8SEwH8mqAp8ilHkQBwUASQDMMTRFaPwGdEch64bXR5FOYpJMBkAXhsO9oCfzk0AAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 15px ;
}


.woocommerce div.product .woocommerce-tabs ul.tabs{
  display: none !important;
}
.product-single .single_add_to_cart_button{
  display: inline-block;
  width:calc(100% - 105px);
  border-radius:0 !important;
  -webkit-border-radius:0 !important;
  -moz-border-radius:0 !important;
  background: #4BD1A0 !important;
  border:#4BD1A0 !important;
  color:#323c45  !important;
  text-transform: uppercase;
  text-align: center;
  padding: 14px !important
}
.product-single .single_add_to_cart_button:hover{
  background: #323c45 !important;
  border:#323c45 !important;
  color:#fff !important;
}
.product-single .single_add_to_cart_button:after{
  display: none;
}


.woocommerce-page .quantity-buttons,
div.woocommerce .quantity-buttons {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border:1px solid #323c45;
}
.woocommerce-cart.woocommerce-page .quantity-buttons,
.woocommerce-cart div.woocommerce .quantity-buttons {
    border:none;
}
.woocommerce-page .quantity-buttons .quantity-minus,
div.woocommerce .quantity-buttons .quantity-minus {
    bottom: 0;
}
.woocommerce-page .quantity-buttons .quantity-plus,
div.woocommerce .quantity-buttons .quantity-plus {
    top: 0;
    border-bottom: 0;
}
.woocommerce-page .quantity-buttons .quantity-minus,
.woocommerce-page .quantity-buttons .quantity-plus,
div.woocommerce .quantity-buttons .quantity-minus,
div.woocommerce .quantity-buttons .quantity-plus {
    position: absolute;
    right: 0;
    width: 22px;
    height: 21px;
    line-height: 20px;
    border-left: 0;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
.woocommerce-page .quantity-buttons .quantity-input,
.woocommerce-page .quantity-buttons .quantity-minus,
.woocommerce-page .quantity-buttons .quantity-plus,
div.woocommerce .quantity-buttons .quantity-input,
div.woocommerce .quantity-buttons .quantity-minus,
div.woocommerce .quantity-buttons .quantity-plus {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    background-color: transparent;
    border: 1px solid #ebe9e9;
    text-align: center;
    box-sizing: border-box;
}
.woocommerce-page .quantity-buttons .quantity-input,
div.woocommerce .quantity-buttons .quantity-input {
    position: relative;
    height: 42px;
    width: 74px;
    padding: 0;
    margin: 0 22px 0 0;
    font-family: inherit;
    line-height: 42px;
    outline: 0;
}
.icon_plus:before {
    content: "+";
}
.icon_minus-06:before {
    content: "-";
}



.woocommerce-page section.single-article .price{
  display: inline-block;
  padding:0;
  background: none;
  color:#1d1d1b;
  font-size: 20px;
}
@media(max-width:991px){
  .woocommerce-page section.single-article .price{
    font-size: 18px;
  }
}
@media(max-width:575px){
  .woocommerce-page section.single-article .price{
    font-size: 16px;
  }
}


.wc-block-components-button:not(.is-link){
  border-radius:0 !important;
  -webkit-border-radius:0 !important;
  -moz-border-radius:0 !important;
  background: #4BD1A0 !important;
  border:#4BD1A0 !important;
  color:#323c45  !important;
  text-transform: uppercase;
  text-align: center;
  padding: 14px !important
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product h2{
  color:#000;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product .price{
  color:#4BD1A0;
  font-weight: 600;
}

.woocommerce ul.products li.product .button{
  font-size: 14px !important;
  text-align: center;
  border-radius: 0px;
  background: #FF66EC;
  color:#fff;
}
.woocommerce ul.products li.product .button:hover{
  background: #4BD1A0;
}
@media only screen and (min-width: 1200px){
  .woocommerce ul.products li.product .button{
    position: absolute;
    top:calc(50% + 10px);
    left:20px;
    right:20px;
  }
}
@media only screen and (max-width: 768px){
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}


/**** END ****/
