/*
Theme Name:  LabtechCO Child Theme
Description: Child theme for the LabtechCO theme
Author:      ThemeStek
Author URI:  http://themeforest.net/user/themestek
Template:    labtechco
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
body {color:#031b4e!important}

ul.top-contact>li>div{
    line-height: 20px;
    margin-top: 4px;
}

.ts-labtechco-icon-gplus:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M325.3 234.3L104.6 13l280.8 161.2-60.1 60.1zM47 0C34 6.8 25.3 19.2 25.3 35.3v441.3c0 16.1 8.7 28.5 21.7 35.3l256.6-256L47 0zm425.2 225.6l-58.9-34.1-65.7 64.5 65.7 64.5 60.1-34.1c18-14.3 18-46.5-1.2-60.8zM104.6 499l280.8-161.2-60.1-60.1L104.6 499z'/%3E%3C/svg%3E");
    filter: invert(1);
    vertical-align: middle;
}

.righticon:has(>i.ts-labtechco-icon-angle-up) + .righticon{
    display: none;
}
.righticon:has(>i.ts-labtechco-icon-angle-down) + .righticon{
    display: none;
}


span.themestek-item-thumbnail {
    border: solid 0px #dba852;
    border: solid 0px #007C9A;
    border-bottom-width: 4px;
}


div.entry-meta>span.cat-links>a[rel = "category tag"]{
    pointer-events: none;
}

.headerlogo .ts-stickylogo-yes img, img.themestek-logo-img.stickylogo {
	max-height: var(--tste-labtechco-header-height-sticky);
}

@media (max-width: 1200px) {
	.headerlogo .ts-stickylogo-yes img, img.themestek-logo-img.standardlogo {
		max-height: var(--tste-labtechco-header-height-sticky);
	}
}

.themestek-sticky-header>div.container>div.ownSidebarHeader{
    display: none;
}
div.ownSidebarHeader{
    background-color: #DEDEDE;
    padding: 0px 0;
}
div.ownSidebarHeader *{
    margin: 0;
}

/* div.post-item.clearfix{
    border-bottom: solid 4px #007C9A;
} */

div.post-item.clearfix div.ts-featured-wrapper{
    display: flex;
    justify-content: center;
}

div.post-item.clearfix>div.themestek-box-content{
    border-left: solid 4px #007C9A;
    border-bottom: solid 4px #007C9A;
}


.footerMenu{
    text-align: right;
    /* margin: unset !important; */
    margin: 15px 0px 0px !important;
}
aside.footerMenu{
    width: 100% !important;
}
.footerMenu ul.menu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
}
@media (max-width: 900px) {
    .footerMenu ul.menu{
        flex-direction: column;
    }
}

.second-footer .second-footer-inner{
    padding: 0;
}


.ownColorBtn>a{
    background-color: var(--tste-labtechco-skincolor) !important;
    color: white !important;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    font-weight: 700;
}
.ownColorBtn>a:hover{
    background-color: var(--tste-labtechco-skincolor-dark) !important;
}



@media (min-width: 768px) {
    .indexNews .col-sm-6 {
        width: 70%;
    }
    .indexNews .ts-blogbox-style-5 .themestek-box-img-left{
        width: 30%;
    }
    /* .indexNews .ts-blogbox-style-5 .themestek-box-img-left a>img{
        max-width: 300px;
    } */
}


.indexNews .ts-blogbox-style-5 .themestek-box-img-left a>img{
    max-width: 300px;
	max-height: 425px;
	object-fit: cover;
}

.ownNoticiaBox img.attachment-themestek-img.size-themestek-img.wp-post-image{
	max-height: 425px;
	object-fit: cover;
}



/* #first-footer div.container a{
    color: var(--tste-labtechco-skincolor);
} */
#first-footer div.container a:hover{
    color: var(--tste-labtechco-skincolor-dark);
}

#second-footer div.container a:hover{
    color: var(--tste-labtechco-skincolor-dark);
}

#bottom-footer-text div.container a:hover{
    color: var(--tste-labtechco-skincolor-dark);
}

footer .ts-labtechco-icon-gplus{
    transition: all 0.3s ease 0s;
}
footer .ts-labtechco-icon-gplus:hover{
    filter: invert(1) invert(33%) sepia(80%) saturate(5348%) hue-rotate(174deg) brightness(91%) contrast(101%);
}

.rightAligned{
    text-align: right;
}


aside#sidebar-right aside.widget_media_image{
    border: none;
    margin: 0px;

    display: flex;
    justify-content: center;

    width: 40%;
    padding: 0;
}
aside#sidebar-right aside.widget_media_image>a{
    max-height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
}
aside#sidebar-right aside.widget_media_image>a>img{
    width: auto;
    max-height: 100px;
}
@media (max-width: 991px) and (min-width: 767px) {
    aside#sidebar-right aside.widget_media_image{
        width: 20%;
    }
}
@media (max-width: 480px) {
    aside#sidebar-right aside.widget_media_image{
        width: 100%;
    }
}

div.sideLogos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    /* column-gap: 5px; */
    align-items: center;
    column-gap: 5px;
    row-gap: 20px;
}


@media (min-width: 768px) {
    .first-footer .widget-area.col-lg-6 {
        width: 50%;
    }
    .first-footer .widget-area.col-lg-6 .textwidget{
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .first-footer .widget-area.col-lg-6 #text-6{
        margin-top: 0;
    }
    .first-footer aside>*{
        text-align: center;
    }
    .first-footer aside>ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


@media (max-width: 1200px){
    .filaBotones .ts-vc_btn3-container.ts-vc_btn3-inline{
        width: 100%;
    }
    .filaBotones .ts-vc_btn3-container.ts-vc_btn3-inline>a{
        width: 100%;
    }
}


@media (max-width: 768px){
    .rowGap>div{
        row-gap: 10px;
        margin-bottom: 10px;
    }
}



#wpcf7-f418-p110-o2 form.wpcf7-form.init>p{
    width: 100%;
    display: flex;
    column-gap: 15px;
    flex-direction: row;
}
#wpcf7-f418-p110-o2 form.wpcf7-form.init>p>label{
    width: 100%;
}

.ts-entry-meta-wrapper{
    display: none !important;
}

#wp-calendar>caption{
    color: black !important;
}


.widget-area.sidebar .widget.widget_block a:hover, .themestek-pre-header-wrapper .top-contact li a:hover, footer a:hover, blockquote:after, section.error-404 .ts-big-icon, .ts-icolor-skincolor, .ts-bgcolor-darkgrey ul.labtechco_contact_widget_wrapper li a:hover, .ts-vc_general.ts-vc_cta3.ts-vc_cta3-color-skincolor.ts-vc_cta3-style-classic .ts-vc_cta3-content-header, .ts-vc_icon_element-color-skincolor, .ts-bgcolor-skincolor .themestek-pagination .page-numbers.current, .ts-bgcolor-skincolor .themestek-pagination .page-numbers:hover, .ts-dcap-txt-color-skincolor, .ts-vc_general.ts-vc_btn3.ts-vc_btn3-style-text.ts-vc_btn3-color-white:hover, article.post .entry-title a:hover, .comment-reply-link, .ts-skincolor-strong strong, .ts-skincolor, .ts-element-heading-wrapper .ts-vc_general .ts-vc_cta3_content-container .ts-vc_cta3-content .ts-vc_cta3-content-header h4.ts-skincolor, .ts-list-style-disc.ts-list-icon-color-skincolor li, .ts-list-style-circle.ts-list-icon-color-skincolor li, .ts-list-style-square.ts-list-icon-color-skincolor li, .ts-list-style-decimal.ts-list-icon-color-skincolor li, .ts-list-style-upper-alpha.ts-list-icon-color-skincolor li, .ts-list-style-roman.ts-list-icon-color-skincolor li, .ts-list.ts-skincolor li .ts-list-li-content, .ts-search-results-pages-w .ts-list-li-content a:hover, .ts-textcolor-white a:hover, .ts-fid-icon-wrapper i, .ts-textcolor-skincolor, .ts-textcolor-skincolor a, .themestek-box-title h4 a:hover, .ts-background-image.ts-row-textcolor-skin h1, .ts-background-image.ts-row-textcolor-skin h2, .ts-background-image.ts-row-textcolor-skin h3, .ts-background-image.ts-row-textcolor-skin h4, .ts-background-image.ts-row-textcolor-skin h5, .ts-background-image.ts-row-textcolor-skin h6, .ts-background-image.ts-row-textcolor-skin .ts-element-heading-wrapper h2, .ts-background-image.ts-row-textcolor-skin .themestek-testimonial-title, .ts-background-image.ts-row-textcolor-skin a, .ts-background-image.ts-row-textcolor-skin .item-content a:hover, .ts-row-textcolor-skin h1, .ts-row-textcolor-skin h2, .ts-row-textcolor-skin h3, .ts-row-textcolor-skin h4, .ts-row-textcolor-skin h5, .ts-row-textcolor-skin h6, .ts-row-textcolor-skin .ts-element-heading-wrapper h2, .ts-row-textcolor-skin .themestek-testimonial-title, .ts-row-textcolor-skin a, .ts-row-textcolor-skin .item-content a:hover, .sidebar .widget_recent_comments li.recentcomments a:hover, .sidebar .themestek_widget_recent_entries a:hover, .sidebar .widget_recent_entries a:hover, .sidebar .widget_meta a:hover, .sidebar .widget_categories a:hover, .sidebar .widget_archive li a:hover, .sidebar .widget_pages li a:hover, .sidebar .widget_nav_menu li a:hover, ul.ts-recent-post-list > li .post-date, .single-ts-portfolio .nav-links a:hover, .author-info .ts-author-social-links-wrapper ul li a:hover, .ts-team-details-line .ts-team-list-value a:hover, .ts-team-details-line i, .ts-pf-details-heading i, .ts-pf-single-content-wrapper .ts-social-share-links ul li a:hover, .ts-custom-bt .ts-vc_general.ts-vc_btn3:hover, .ts-custom-bt .ts-vc_btn3.ts-vc_btn3-style-text.ts-vc_btn3-size-md.ts-vc_btn3-icon-left:not(.ts-vc_btn3-o-empty) .ts-vc_btn3-icon, ul.labtechco_contact_widget_wrapper li:before, .ts-featured-meta-wrapper .ts-metaline .ts-meta-line:not(.cat-links) a:hover, .themestek-boxes-view-carousel:not(.themestek-boxes-col-one) .themestek-boxes-row-wrapper .slick-arrow:hover:before, .ts-custom-col-style ul.ts-pricelist-block li .service-price, .themestek-box-team-style-3 .themestek-box-team-position, .themestek-box-team-style-3 .themestek-box-content-inner .themestek-teambox-email i, .themestek-box-team-style-3 .themestek-box-content-inner .themestek-teambox-email a:hover, body .appointment input[type="submit"], .ts-vc_general.ts-vc_btn3-color-skincolor, .ts-icon-skincolor-strong strong, .ts-icon-skincolor i, .ts-team-social-links li a:hover, .ts-skincolor h3, .themestek-box-testimonial .themestek-author-name, .themestek-box-testimonial .themestek-author-name a, h3.ts-fid-inner span:first-child, .themestek-box.ts-portfoliobox-style-6 .themestek-box-link a:hover, .ts-featured-meta-wrapper .ts-meta-line i, .themestek-box-blog .themestek-box-title h4 a:hover, .themestek-box-blog .themestek-blogbox-footer-readmore a:hover, .themestek-blogbox-footer-readmore a:hover, .ts-featured-meta-wrapper .ts-meta-line a:hover{
    color: white !important;
}


.site-header .textwidget {text-align: center;}

/*  settings del footer */

/* h3.widget-title {color:white!important} */

.first-footer-bg-layer {background-color: #007c9a!important;} 
.second-footer > .ts-bg-layer, .bottom-footer-text > .ts-bg-layer {background-color: black!important;}

.vc-hoverbox-block {height:94%!important}

 /* .ts-vc_btn3-container, a.ts-vc_general {width:100%} */

 #labtechco_contact_widget-2 ul li,  #labtechco_contact_widget-2 ul li a:hover, #text-6 > div > p > a:hover {color:white!important}

 .wpforms-field-description {font-size:0.6em!important}
 .wpforms-field-label-inline {font-size: 0.65em!important;}
 .wpforms-submit {background-color:  #007c9a!important;}
 .wpforms-submit:hover {background-color:  var(--tste-labtechco-skincolor)!important}

/* 
 @media (min-width:1201px) {
    .ts-pre-header-content {
        background-image: url(../../../wp-content/uploads/2025/03/fisioesterapia.png);
        background-repeat: no-repeat;
        background-size: 12%;
        background-position-x: 99%;
        background-position-y: -6px;} 
 } */


 .texto-rotulado {
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
 }
 
 .texto-rotulado .vc_do_btn { text-shadow: none; text-transform: uppercase; }

 /* .main-navigation > .ts-header-text-area {display:none} */

 /* .main-navigation > .ts-header-icons {margin-right:275px} */

 @media (min-width:1024px) {
    /* ul.nav-menu li:last-child{
        border-left: solid 1px rgb(228, 228, 228);
        padding-left:10px
    } */

    #media_image-8 {margin-top: -220px!important;}

    .main-navigation > .ts-header-text-area {width:240px}

    /* .texto-largo {max-width: 350px; max-height: 50px;} */

    .texto-largo-negro {display:none}

    .ts-pre-header-content > .ts-table-cell {display: flex; max-width: 1150px;}

    .ts-header-style-6 .site-branding {padding-left: 20px!important; padding-right: 0!important;}
}

@media (max-width:768) {


    #media_image-8 > img {max-width:25%}

 
}


.divTable {
    display: table;
    width: 60%;
}

.divTableBody {
    display: table-row-group;
}

.divTableRow {
    display: table-row;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}

.contenedor-anuarios > div  {margin: 20px;}
.contenedor-anuarios {display: flex; flex-wrap: wrap; justify-content: flex-start;}




/* .logo-movil{
    position: absolute;
    top: 0;
    left: 100px;
}
.logo-movil>img{
    width: calc(100vw - 140px);
    max-width: 300px;
} */
.logo-movil{
    display: none;
}
@media (max-width: 1200px){
    .logo-movil{
        display: block;
        position: absolute;
        top: 0;
        left: 150px;
    }
    .logo-movil>img{
        width: calc(100vw - 140px);
        max-width: 400px;
    }
}
@media (max-width: 1023px){
    .logo-movil{
        left: 100px;
    }
    /* .logo-movil>img{
        max-width: 300px;
    } */
}
@media (max-width: 600px){
    .logo-movil>img{
        max-width: 300px;
    }
}
@media (max-width: 500px){
    .logo-movil>img{
        width: calc(100vw - 160px);
    }
}
@media (max-width: 350px){
    .logo-movil{
        display: none;
    }
}


.themestek-social-links-wrapper {
    position: absolute;
    top: 0px;
    right: 10px;
}



.fa-file-text::before {
    font-family: 'FontAwesome';
    content: "\f15c";
    margin-right: 5px;
}

.fa-book:before {
    font-family: 'FontAwesome';
    content: "\f02d";
    margin-right: 5px;
    }

table#convenios {border-collapse: collapse;} 

table#convenios tbody tr, table#convenios thead tr {
    border: none!important;
}

/*  PERITOS */

p + * {
    margin-top: 22px;
    }
    
    .panel-custom {
        /* padding: 22px 0 20px; */
        }
    
        .panel-custom .panel-custom-title > a {
    display: block;
    position: relative;
    padding-right: 40px;
    color: #333;
    
    }
    
    .panel {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    }
    
    .divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #ececee;
    }
    
    
    .panel-custom-collapse {
    display: block;
    }
    
    .panel-custom-body {
    padding: 30px 30px 22px 0;
    }
    
    .formacion-colegios li {height: 72px;}

    .formacion-otras-entidades ul li {display: flex; justify-content: space-between; flex-wrap: wrap;}
    .formacion-otras-entidades ul li span {display: block}





.fisioEsTerapia{
    transition: opacity 0.5s ease !important;
    opacity: 1;
}
.fisioEsTerapiaHide{
    opacity: 0;
}


.fisioEsTerapia>a{
    opacity: 0.01;
    color: white;
}

.fisioEsTerapiaCss>.nav-menu{
    width: calc(100% - 240px - 65px);
}

body.logged-in .main-navigation > .ts-header-text-area{
	display: none;
}
body.logged-in .fisioEsTerapiaCss>.nav-menu{
    width: calc(100% - 65px);
}
body.logged-in .themestek-main-menu-more-than-six #site-header-menu #site-navigation div.nav-menu > ul > li > a{
	max-width: 105px;
	line-height: 1.5em;
	align-content: center;
}

.fisioEsTerapiaCss>.nav-menu>.nav-menu{
    width: 100%;
}

.fisioEsTerapiaCss>.nav-menu>.nav-menu li.fisioEsTerapia{
    background-image: url(/wp-content/uploads/2025/03/fisioesterapia.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
}

@media (max-width: 1310px){
    .fisioEsTerapiaCss>.nav-menu{
        width: calc(100% - 305px);
    }
}

@media (max-width: 1200px){
    .fisioEsTerapiaCss>.nav-menu>.nav-menu li.fisioEsTerapia{
        float: left;
        margin-left: 18px;
    }
    .ts-navbar > div.nav-menu{
        background-color: white !important;
    }
    #site-header-menu #site-navigation div.nav-menu > ul{
        background-color: white !important;
    }
}


div.ts-table.ts-pre-header-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
div.ts-table.ts-pre-header-content>div.ts-table-cell.ts-align-right>div.themestek-social-links-wrapper{
    min-width: max-content;
    position: relative;
}

.fa-external-link::before{
    font-family: 'FontAwesome';
    content: "\f08e";
    margin-right: 5px;}

.fa-video-camera {font-family: 'FontAwesome';content: "\f03d";margin-right: 5px;}


.fa-file:before {
    font-family: 'FontAwesome';
    content: "\f15b";
    margin-right: 5px;}


.button {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border: 1px solid;
    border-radius: 3px;
    padding: 12px 30px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: .06em;
    transition: .33s all ease;
    white-space: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

/* =======  ESTILIZACION DE PÁGINA DE INICIO PARA COLEGIADOS ============= */
.ts-vc_btn3-container  a:hover {background-color: #204953!important};
.themestek-sidebar-right .widget_custom_html {background-color: #e6e6e6;}
.themestek-sidebar-right .container {width:95%}

@media (max-width: 1100px) {
    .themestek-sidebar-right .vc_col-sm-3 {width: 100%!important;}
}

/* ESTILOS ESPECIALES PARA WPFORMS ENTRIES */
	.oferta {
	  border: solid 1px #CCC;
	  margin: 30px 0;
	  clear: both;
	  color: #616161;
  }
  .oferta .clip {
	position: absolute;
	left: 16px;
	width: 95%;
	background-position: right top;
	text-align: right;
	margin-top: -15px;
	background-image: url(../img/clip2.png);
	background-repeat: no-repeat;
	height: 47px;
	z-index: 999;
	font-size: 10px;
	letter-spacing: -1px;
	padding: 2px 4px;
}
.treintal {
	width: 33.333%;
	float: left;
}
.oferta .ofertit {
	background-color: #ddd;
	padding: 2px 5px;
}
.oferta .ofertcont {
	padding: 10px;
}
.oferta div p {
	margin: 0;
	padding: 0;
	text-align: left;
}
.oferta .clip span {
	margin-right: 22px;
	color: #f90;
}
.clear {
	float: none;
	clear: both;
}

.dostercios {
	width: 66%;
	float: left;
}
/* Ocultar titulo formulario ampliación de cobertura, en pagina /seguro-responsabilidad-profesional/ */
#wpforms-form-1021 .wpforms-head-container {
	display:none;	
}

.select2-container--default, .select2-selection__rendered, .select2-selection__arrow {
	display: none !important;
}

/*
#wp-admin-bar-user-info a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

#wp-admin-bar-user-info .display-name, #wp-admin-bar-user-info .username {
	display: none !important;
}
*/

.ts-vc_btn3-container.ts-vc_btn3-inline{
	width: 275px;
}

article .entry-content p {
  text-align: justify;
}


[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
	margin-right: 5px;
}


.verticalCenter{
	align-items: center !important;
}

#botonesInicio div.ts-vc_btn3-container>a.ts-vc_btn3, .boton-ventanilla-unica>a.ts-vc_btn3 {	
	width: 100%;
	text-align: left;
}

.negrita label.wpforms-field-label-inline {
	font-weight: bold;
}

#menu-item-1729 {
	background-color: #f7c170;
}

#menu-item-1729 a {
	color: #fff !important;
}

.top-contact li {
	padding: 0 10px;
	line-height: 44px;
}

@media (max-width: 1250px) {
	.img texto-largo{
		width: 465px !important;		
		height: 70px;
	}
}

@media (max-width: 1366px) {
	.img texto-largo{
		width: 500px !important;		
	}
	.top-contact li:nth-child(2){
		display: none;
	}
	
	.logged-in #menu-item-829{
		display: none !important;
	}
}


@media (min-width: 992px) {
    body.single-post.themestek-sidebar-right #primary.content-area, .themestek-sidebar-right #primary.content-area {
        width: 78%;
		padding: 0 42px;
    }

	body.home.themestek-sidebar-right #primary.content-area {
		padding: 0 100px;
	}

    .themestek-sidebar-right #sidebar-right.widget-area {
        max-width: 365px;
    }

    .themestek-sidebar-right .ts-vc_btn3-container  a {min-height: 90px; display: flex;   align-items: center; }

    .themestek-pre-header-wrapper {height: 80px!important;}

    .texto-largo {
        width: 475px !important;
        max-width: none !important;
        max-height: none !important;
        height: 70px;
    }

    .ts-pre-header-content > .ts-table-cell {
        display: flex;
        max-width: none!important;
    }

}

.ts-vc_btn3.ts-vc_btn3-size-lg {
    padding: 18px 25px;
}


#btn_conecta2 {
	width: 305px;
}

.ts-vc_btn3-container.boton-ventanilla-unica.ts-vc_btn3-inline {
	width: 295px;
}

.boton_placa>a {
	height: 76px;
}

.ts-vc_general.ts-vc_btn3.ts-vc_btn3-color-skincolor:not(.ts-vc_btn3-style-text):not(.ts-vc_btn3-style-outline) {
	width: 260px;
    height: 75px;
}

.pbm_button_secciones a.ts-vc_general.ts-vc_btn3 {
  width: 299px;
  margin-right: 50px;
  height: 100px !important;
}


@media (min-width: 1200px) {
    #menu-main .menu-item-object-login {
        display: none !important;
    }
}

.chk_politica ul {
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 1.2em;
}

.sorteo_sidebar {
	width:350px;display: inline-block;
	border: 1px solid #f9e835;
	border-radius: 3px;
	padding: 12px 30px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: .06em;
	transition: .33s all ease;
	white-space: normal;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	color: #000;
	background-color: #f9e835;
}