/*
Theme Name: TechTerns
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   twentytwentytwo
Version:    1.0
License:    GNU General Public License v2 or later
*/

div.wp-site-blocks {
	width: auto !important;
    overflow-x: hidden !important;
}

/* mobile menu color */
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #000;
    color: #fff;
}

/* site title syle*/
.wp-block-site-title a:link {
  text-decoration: none;
  font-style: normal;
}

/******************** Footer Style Starts Here *****************************/

ol.footer {
list-style: none;
font-size: 16px;
line-height: 35px;
font-weight: bold;
color: #666;
padding-left: 0px;
}

li.footer {
clear: both;
}

img.icon {
float: left;
}

.footer a:link {
  color: #999;
}
/* visited link */
.footer a:visited {
  color: #999;
}
/* mouse over link */
.footer a:hover {
  color: #eee;
}
/* selected link */
.footer a:active {
  color: #eee;
}

/*p.footer {
  color: #eee;
}*/

p#copyright {
list-style: none;
font-size: 14px;
line-height: 20px;
color: #999;
text-align: center;
}

#copyright a:link {
  color: #999;
}

/* visited link */
#copyright a:visited {
  color: #999;
}

/* mouse over link */
#copyright a:hover {
  color: #eee;
}

/* selected link */
#copyright a:active {
  color: #eee;
}

/******************** Footer Style Ends Here *****************************/

/*media&text img border style*/
.wp-block-media-text__media img, .wp-block-media-text__media video {
    border-radius: 100px;
}