/*
Theme Name: SEO Translations child theme
Theme URI: https://www.seotranslations.net
Version: 1.0.1
Description: An Astra child theme
Author: SEO Translations
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: seotranslations
Template: astra
*/

/* Coses de Bloggerpack s'han de treure */

/* Main Nagigation */

.main-navigation {
	font-size: 1.1em;
}

/* Header menu */

/* Top Right Navigation active link */

li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item a{
    font-weight: bold;
}

/* BUTTON IN TOP RIGHT NAVIGATION BAR */
/* li.st-button-menu > a {
color: #00d6af;
} */

@media only screen and (min-width: 921px) {

/* BUTTON IN TOP RIGHT NAVIGATION BAR BIG DEVICES*/
.st-button-menu {
/* margin-left: 16px; */
background-color: #00d6af;
border-radius: 4px;
line-height: 36px;
font-weight: normal;
height: 36px;

}


li.st-button-menu > a {
color: #ffffff !important;
}
}



/* Responsive images for inside posts 415x311 */
.width50 {
width: 50%;
}

/* To be used with the 'Popup Image' saved module */
.bp-border {
display: block;
border: 1px solid #E6E6E6;
margin-top: 10px;
margin-bottom: 30px;
}

/* Rectangle homepage */
.grey-background {
background-color: #F4F4F4;
}

.border-bottom {
border-bottom: 1px solid #E6E6E6;
}



/* To center small images on small screens */
@media only screen and (max-width: 600px)  {
	figure.alignleft, img.alignleft, figure.alignright, img.alignright {float: none;}
.center-mobile {display:block;	margin: 0 auto;}
}
