/*
Theme Name:         The Wise Company
Author:             DD Lineal
Author URI:         http://ddlineal.es

License:            GPL v2
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
*/

/*******************
	FONTS
*******************/

@font-face {
    font-family: 'Gotham Black';
    src: url('./fonts/Gotham-Black.woff2') format('woff2'),
        url('./fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('./fonts/Gotham-Book.woff2') format('woff2'),
        url('./fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('./fonts/Gotham-Light.woff2') format('woff2'),
        url('./fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('./fonts/Gotham-Medium.woff2') format('woff2'),
        url('./fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins Light';
    src: url('./fonts/Poppins-Light.woff2') format('woff2'),
        url('./fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('./fonts/Poppins-Medium.woff2') format('woff2'),
        url('./fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Royal Puerto';
    src: url('./fonts/ROYALPUERTO-Regular.woff2') format('woff2'),
        url('./fonts/ROYALPUERTO-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Aalto Sans Pro';
    src: url('./fonts/AaltoSansPro-Regular.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aalto Sans Pro Light';
    src: url('./fonts/AaltoSansPro-Light.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aalto Sans Pro Bold';
    src: url('./fonts/AaltoSansPro-Bold.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aalto Sans Pro It';
    src: url('./fonts/AaltoSansPro-RegularIt.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-RegularIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Aalto Sans Pro Light It';
    src: url('./fonts/AaltoSansPro-LightIt.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-LightIt.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Aalto Sans Pro Bold It';
    src: url('./fonts/AaltoSansPro-BoldIt.woff2') format('woff2'),
        url('./fonts/AaltoSansPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('./fonts/Avenir-Roman.woff2') format('woff2'),
        url('./fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/*******************
	GENERAL THEME
*******************/

.post-content > p {
  margin: 0;
}
/* h1, h2, h3, h4, h5 {
  line-height: 100% !important;
}
 */
@media only screen and (max-width:968px){
	.no-padding-mobile > .row {
	  padding: 0 !important;
	}
}
.custom-link.btn.text-black {
  color: #000 !important;
}

.title-h.yellow mark {
  color: #ffdd00;
  background: transparent;
  font-weight: normal;
}
.p-mark mark {
  background: transparent;
  color: #ffdd00 !important;
  font-weight: normal;
}

.heading-secondary {
  margin-top: 20px !important;
}


/*******************
	HEADER
*******************/

#logo-container-mobile {
  padding-top: 25px;
  padding-bottom: 25px;
}
.vmenu-container {
  overflow: hidden !important;
}
@media only screen and (min-width:960px){
	.overlay.overlay-menu {
	  width: 50%;
	  right: 0;
	  left: auto;
	}
}

.menu-accordion.menu-accordion-primary ul li.menu-item {
  padding-bottom: 20px;
}





/*******************
	HOME
*******************/
@media only screen and (min-width:570px){
	.home-blog .t-inside {
	  display: table;
	}
	.home-blog .t-entry-visual {
	  display: table-cell;
	  float: none !important;
	}
	.home-blog .t-entry-text {
	  display: table-cell;
	  float: none !important;
	  vertical-align: middle;
	}
	.home-blog .tmb-no-bg.tmb-content-lateral-left.tmb .t-entry-text .t-entry-text-tc {
	  padding-right: 54px !important;
	}
	
}
@media only screen and (max-width:570px){
	.home-blog .t-entry-text {
	  padding-left: 15px;
	  padding-right: 15px;
	  padding-bottom: 15px;
	  text-align: center !important;
	}
}

.home-blog .t-entry-readmore .btn.btn-default {
  background: #ffdd00 !important;
  border-color: #ffdd00 !important;
  color: #000 !important;
}
.home-blog .owl-dots-outside .owl-dots .owl-dot span {
  background: #aaa;
  border: 1px solid #aaa;
  height: 12px;
  width: 12px;
}
.home-blog .owl-dots .owl-dot.active span, .home-blog .owl-dots .owl-dot:hover span {
  background: transparent !important;
}
.home-slider .owl-dots .owl-dot span {
  background: #000;
  border: 1px solid #000;
  opacity: 1;
  box-shadow: none;
  width: 12px;
  height: 12px;
}
.home-slider .owl-dots .owl-dot.active span, .home-slider .owl-dots .owl-dot:hover span {
  background: transparent !important;
}

/*******************
	ABOUT
*******************/
.about-media-advanced .t-entry-excerpt {
  text-transform: uppercase;
  margin-top: 0px !important;
}
.about-media-advanced .t-entry-member-social a i::before {
  font-size: 20px;
}


/*******************
	HOW WORK
*******************/
.how-work-values-text {
  min-height: 175px;
}


/*******************
	PORTFOLIO
*******************/
.portfolio-breadcrumb .breadcrumb li {
  text-transform: uppercase;
}
.portfolio-posts-related .isotope-container {
  padding: 35px !important;
}

/*******************
	BLOG
*******************/
.posts-blog .tmb-light .t-entry-text .btn-default {
  background: #ffdd00 !important;
  border-color: #ffdd00 !important;
  color: #000 !important;
  font-size: 30px;
  padding: 0px 10px !important;
}
.blog-single-column-first .uncell {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-single-sidebar-heading {
  margin-bottom: 10px;
}

.blog-single-sidebar .t-inside {
  margin-top: 0px !important;
}
.blog-single-sidebar .t-inside .t-entry-text-tc {
  padding-top: 10px;
}
.blog-single-sidebar .t-inside .t-entry hr {
  border-color: #000;
}
.blog-single-sidebar .t-inside .t-entry-text-tc .t-entry-readmore.btn-container a {
  background: #fd0 !important;
  border-color: #fd0 !important;
  color: #000 !important;
  padding: 10px 15px !important;
  font-size: 12px;
}
.single-post-box-yellow {
  padding: 20px;
}


/*******************
	FOOTER
*******************/
.footer-menu ul li {
  margin-bottom: 10px;
}
.footer-menu ul li a {
  text-transform: none;
}
.footer-menu ul.sub-menu li {
  display: none;
}
.footer-menu .button-whatsapp, 
.footer-menu .button-mobile {
  border-color: #fff !important;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media only screen and (max-width:630px){
	.footer-icon {
	  display: block !important;
	  padding-left: 0 !important;
	  margin-bottom: 10px;
	}
}



/*******************
	ACCESSIBILITY
*******************/
.accessibility-page h1, .accessibility-page h3 {
  font-family: Roboto;
}
.accessibility-page h1 {
  font-size: 38px;
}
.accessibility-page h3 {
  font-size: 25px;
}

/*******************
	CONTACT
*******************/
.row.padding-contact p {
  margin: 0;
}
.padding-contact select, 
.padding-contact input[type="text"], 
.padding-contact input[type="email"], 
.padding-contact textarea {
  width: 100%;
  padding: 15px 30px;
  border-radius: 0;
  border-width: 0;
  background: #333;
  color: #fff;
}
.padding-contact textarea {
	height:100px;
}
.padding-contact input::placeholder, .padding-contact textarea::placeholder {
    color: #fff  !important;
    opacity: 1;
}
.padding-contact .col {
    padding: 5px 10px 5px 10px !important;
}

.padding-contact label {
    color: #fff;
}

.padding-contact input[type="checkbox"] {
    border-color: #fff ;
    background: transparent;
}
.padding-contact input[type="checkbox"]::before {
  color: #fff !important;
}
.padding-contact.row-submit input[type="submit"] {
  font-size: 16px;
  background: #fd0;
  color: #000;
  padding: 13px 40px;
  width: auto;
  border-radius: 0;
  border-color: transparent;
  margin-top: 15px;
  cursor: pointer;
  line-height: 100%;
  text-transform: uppercase;
}@media only screen and (max-width:968px){
	.padding-contact.row-submit input {
		margin-bottom: 40px;
	}
}
.form-white .padding-contact.row-submit input {
    background: transparent !important;
    border: 2px solid;
}
.padding-contact.row-submit{
	text-align:left;
}
.padding-contact.acceptance .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-contact label, .padding-contact br {
  /*display: none;*/
}
.mc4wp-response p {
    color: #fff !important;
    text-align: center;
	font-weight:normal;
}
.contact-map {
    margin-bottom: 0;
}
.contact-text {
  margin-top: 15px !important;
}
.contact-text strong {
  font-size: 18px;
  font-weight: normal;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
}