/* *********************************************
 * Should only be used to customize branches,
 * and left empty in the master breanch.
 * NOTE: This file loads last, it will override 
 *       all other styles and views.
 * ********************************************* */
/* Less Constants */
/* Screen Sizes
 * -- Ajustar estas medidas para igualar los brincos del
 * -- diseño responsivo del sitio del cliente.
 * ------------------------------------------------------ */
/* Content Sizes 
 * -- Son los anchos del cuerpo del sitio para cada uno
 * -- de los brincos de arriba, se recomienda 30px menos.
 * ------------------------------------------------------ */
/* Pantallas de @lg ----- */
/* Pantallas de @md a @lg */
/* Pantallas de @sm a @md */
/* Pantallas de @xs a @sm */
/* Pantallas de ----- @xs */
/* Menu Size 
 * -- Ancho de los submenus dependiendo de cuantas columnas
 * -- necesiten (1-3) y del menu para moviles.
 * ------------------------------------------------------ */
/* Font Size 
 * -- Tamaño por defecto de la fuente, la mayoria de los 
 * -- espacios en el sitio se calculan con este valor.
 * ------------------------------------------------------ */
/* Font Families
 * -- Los CSS de las fuentes debe inclirse en el archivo
 * -- config.php o en custom.less
 * ------------------------------------------------------ */
/* Colors 
 * -- La mayoria de los colores se pueden cambiar en
 * -- config.php, el resto deben cambar en custom.less
 * ------------------------------------------------------ */
/* Slide & SubMenu BG */
/* Slide & SubMenu Hover */
/* Slide & Submenu Lines */
/* Shadows */
/* Ads Sizes */
/* View Space */
/* Place Holder Color */
/* end */
/* Extra Large Devices (default) ---------------------------------------- */
/*
#pSearch {
    z-index: 99999;
    position: relative;

    .bgdiv {
        background: #e6e6e6;
        padding: 12px;
        border-radius: 2px;
        height: 40px;
        margin-top: 56px;
    }

    .content:before {
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-size: 32px;
        content: 'Start Your Job Search Today';
        border-bottom: none;
        font-weight: 300;
        color: #333333;
        padding-bottom: 0;
        margin-bottom: 27px;
        margin-top: -65px;
        margin-left: -10px;
        margin-right: -10px;
    }

    /*
    .search_combo_top {
        border-color: #252723 !important;
    }

    .list-combo .header,
    .search_combo_top input,
    .search_combo_top button {
        font-size: 16px !important
    }

    .search_combo_top input {
        width: 716px;
        background: #fff!important;
    }

    .list-combo {
        border-color: #252723 !important;

        .header {
            color: #252723 !important;
            background: #fff !important;
        }
    }

    .search_combo_top button {

        width: 95px !important;
    
        &:before {
            font-size: 16px !important;
            line-height: 38.5px;
            content: 'Search';
            color: #fff !important;
            font-family: 'Roboto', sans-serif;
        }

    }
}
*/
#pSearch .content:before {
  border-color: #0054a5;
  font-weight: 300;
}
#pSearch .search_combo_top input {
  width: 805px !important;
}
#pSearch .search_combo_top,
#pSearch .list-combo {
  border-color: #000 !important;
}
#pSearch .list-combo .header {
  color: #fff !important;
  background: #000 !important;
}
#sMenu {
  text-transform: uppercase;
}
#sMenu .bgdiv .desk-menu > ul > li > a .bgdiv .desk-menu > ul > li > span {
  line-height: 3.5 !important;
}
#sContent {
  padding: 15px 15px;
}
.places_view #sContent {
  padding: 15px 15px;
}
/*
.place_premium_item {

    .place_wrapper {

        .adimage {
            height: 69%;
            box-shadow: 0 0 0 10px #e6e6e6;
            border: #fff 10px solid;
            margin: 10px;

            > .img {
                background-size: contain !important;
            }
        }

        .details {

            .offer_name {
                border-top: #e6e6e6 1px solid;
            }

            .business_name {
                text-transform: uppercase;
            }
        }
    }
}
*/
#pAdControls a {
  height: 35px !important;
  line-height: 35px !important;
  border: #252723 1px solid;
  border-radius: 3px;
  box-shadow: none !important;
}
#pAdControls a:hover {
  color: #fff;
  background: #252723;
}
#cB.viewPlace .viewContainer a.location_main {
  background: #252723 !important;
}
#cB.viewPlace .viewContainer .placeHeader {
  background: #fff !important;
}
#cB.viewPlace .viewContainer .placeHeader h2 {
  margin-top: 10px;
  color: #252723 !important;
}
#cB.viewPlace .viewContainer .placeHeader h2 a {
  color: #252723 !important;
}
#cB.viewPlace .viewContainer .placeHeader p {
  color: #000 !important;
  margin: 20px 0 16px;
  padding: 20px 0 0 0;
  font-size: 18px !important;
}
#cB.viewPlace .viewContainer .placeHeader p strong {
  font-size: 40px;
  margin-bottom: 15px;
  display: inline-block;
}
#cB.viewPlace .viewContainer .placeHeaderUpload {
  background: #b11f29 !important;
}
/* Large Devices -------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  /*
    #pSearch {
    
        .search_combo_top input {
            width: 616px;
        }
    }
    */
  #pSearch .search_combo_top input {
    width: 705px !important;
  }
}
/* Medium Devices ------------------------------------------------------- */
@media only screen and (max-width: 1100px) {
  /*
    #pSearch {
    
        .search_combo_top input {
            width: 436px;
        }
    }
    */
  #pSearch .search_combo_top input {
    width: 525px !important;
  }
}
/* Small Devices -------------------------------------------------------- */
@media only screen and (max-width: 920px) {
  /*
    #pSearch {
    
        .search_combo_top input {
            width: 286px !important;
        }
    }
    */
  #pSearch .search_combo_top input {
    width: 380px !important;
  }
}
/* Extra Small Devices -------------------------------------------------- */
@media only screen and (max-width: 740px) {
  #sMenu {
    padding: 0 !important;
  }
  #sHeader {
    background: #0054a5 !important;
    text-align: center;
  }
}
