.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
    padding: 10px 10px 2px 10px;
    top: 10px;
}

/* Tamaño títulos widget portada */
.widget_sydney_services_type_b .content h3 {
    font-size: 18px;
	 }

/* Espaciado widget servicios */
.widget_sydney_services_type_b .service, .roll-icon-list .list-item {
    margin-bottom: 7px;
}

/* Sin encabezados */
.page header.entry-header {
  display: none;
}

/* Tamaño de letra submenús*/
#mainnav .sub-menu li a {
    font-size: 13px;
}

#mainnav ul ul a,
#mainnav ul li ul{
  right: unset !important;
}

/* Subrayado menú actual */
.current-menu-item, .current-menu-ancestor {
    border-bottom: 2px solid #d56d2f;
	}

/* anchura menú */
#mainnav {width: 1050px;
    margin-right: -130px;
}


/* Sin pie de página */
.site-footer {
    display: none;
}

/* Quitar título de página */
.category .page-header { 
	display: none; 
}

/* Ajustar transparencia del calendario */
.datepicker.dropdown-menu {
top: 7% !important;
left: 45 !important;
z-index: 1000 !important;
}

/* Quitar imagen de posts y proyectos */
 * body.single-post article.post div.entry-thumb {
    display:none;
}
.single-projects .entry-thumb {
   display: none;
}

/* Quitar navegación inferior en posts*/
.single-post .post-navigation {
	display:none;
}


/* Proyectos en 3 columnas */
@media only screen and (min-width: 991px) {
     .roll-project.fullwidth .project-item {
        width: 33.333333333333333%
     }
 }

/* Quitar autor y fecha en empleados y proyectos */
.single-projects .posted-on,
.single-projects .byline,
.single-employees .posted-on,
.single-employees .byline {
    display: none;
}

/* Ajustar índice en presentación */
#pgc-1250-1-0 ul {
    margin-top: -30px;
}
#pgc-1250-1-0 li{
  margin: -10px 0;
}
/* texto gris en índice */
#pgc-1250-1-0{color: grey}

/* Hipervínculos en negro en índice*/
#pgc-1250-1-0 a {
    color: black;
		}

/* Tamaño titulo posts */
.hentry .title-post {
    font-size: 25px;
}

.blog-post .entry-title
{font-size:25px;}

/* Color botón newsletter */
.tnp-subscription input.tnp-submit {
    background-color: #d56d2f;
}

.page-id-793 .widget-title{display:none}



/* Sangría*/
.orange{color:#d56d2f}
p.first {text-indent: 40px;}

/* Espaciado entre párrafos */
.page-id-8 #content p
{
	margin-bottom: 0px;
}

.page-id-611 #content p
{
	margin-bottom: 0px;
}

.page-id-773 #content p
{
	margin-bottom: 0px;
}

/* Personalizar icono Público */
.fa-quora:before{
  content: ''; /* Remove default icon */
  display: block;
  width: 32px;
  height: 32px; 
  background-image: url('https://dieteticadigital.net/wp-content/uploads/sites/7/2018/01/Publico.png');
  background-size: contain;
  background-position: center center;
  margin-top: 17px;
}

/* Tamaño títulos widget recursos */
.widget_sydney_services_type_a .content h3 {
    font-size: 25px;
	 } 

/* Ajustar tamaño youtube
 * .fluid-width-video-wrapper{
  max-width: 60% !important;
	padding-top: 40% !important;
	margin: 0 auto; 
}*/

/* Deshabilitar pie Social media icons*/
.sfsi_footerLnk {display:none}
