/**
 * Theme Name:     Twenty Twenty-Five Child
 * Author:         GGk Webdesign
 * Template:       twentytwentyfive
 * Text Domain:	   twenty-twenty-five-child
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */
 /* sets body font size and background color */
 :root body {
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 400;
    --wp--style--root--padding-top: 10px;
	background-color: #ccccff;
 }
 /* sets two widths max size */
:root {
    --wp--style--global--content-size: 1600px;
    --wp--style--global--wide-size: 2200px;
}
/* sets some padding spacings */
:root {
    --wp--preset--spacing--30:10px;
    --wp--preset--spacing--40:10px;
    --wp--preset--spacing--60:10px;
    --wp--preset--spacing--70:10px;
}
/* sets fulwith with margin */
.has-global-padding > .alignfull {
	margin-right: calc(var(--wp--style--root--padding-right) * 0.1);
	margin-left: calc(var(--wp--style--root--padding-left) * 0.1);
}
:root :where(.wp-block-site-title a:where(:not(.wp-element-button))) {
    font-size:24px;
}
a {
	color:#00F
}
a:hover {
	text-decoration: underline;
}
.hr {
    color:#000000;
}
 .vidcol {
	width:430px;
	max-height:320px;
	margin:2px;
	padding: 5px;
	border: #000 1px solid;
	border-radius: 8px;
}
/* Post Grid */
.H1B {
	border:#fff 2px solid;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.6);
	border-radius: 8px;
	margin:10px;
}
.multipost {
	max-width:330px;
	padding: 5px;
	margin:auto;
}
.multipost-thumb {
	width:325px;
	padding: 5px;
	margin:auto;
}
.multipost-thumb:hover {
	-ms-transform: scale(1.04); /* IE 9 */
	-webkit-transform: scale(1.04); /* Safari 3-8 */
	transform: scale(1.04);
 transition: transform .4s; /* Animation */
}
.linkbutton {
	color: #fff;
	background-color:#3e78a7;
	border:#fff 1px solid;
	border-radius:5px;
	margin-top:50px;
	margin-left:1px;
	margin-right:1px;
	padding: 5px 5px;
	text-decoration: none;
	font-size:12px;
}
.linkbutton:hover, .linkbutton:focus {
	color: #000000;
	text-decoration:underline;
	background-color:#ffffff;
}
.flex-container {
	display: -moz-flex;
	display: -webkit-flex;
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: center; /* Safari 6.1+ */
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.flex-container > .row {
	width:280px;
	margin: auto;
}
.entry-title-1 {
	font-family: "Roboto", sans-serif;
	font-size:18px;
	font-weight:700;
	color:#3e78a7;
	text-align:center;
	margin-bottom:5px;
}
.ex {
	font-family: "Roboto", sans-serif;
	font-size:15px;
	text-align: justify;
	margin-bottom:5px;
	width:320px;
}
.page-numbers {
	color: #00F;
}
.page-numbers:hover, page-numbers:focus {
	color:#000;
	border:#000 1px solid;
}
.current {
	color:#000;
	border:#000 1px solid;
}
.more-link {
	display:none;
}
/* Post Grid end */
.flex-container {
	display: -mox-flex;
	display: -webkit-flex;
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: center; /* Safari 6.1+ */
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.flex-container > .row {
	width:280px;
	margin: auto;
}
/* Contack form 7 columns */
.flex-container {
}
.colA {
	width:400px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 35px;
	margin:auto;
}
.colB {
	width:550px;
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	margin:auto;
}
.colC {
	width:270px;
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	margin:auto;
}
.flex-container > h {
}
.h {
	width:350px;
	margin: auto;
}
.flex-container > home4 {
}
.home4 {
	padding: 5px;
	color:#000;
	margin:auto;
	width:600px;
}
footer.wp-block-template-part {
    border-top:#000000 1px solid;
}
/* Make menu sticky */
header.wp-block-template-part {
    background-color:#ccccff;
    border-bottom:#000000 1px solid;
    position: sticky;
    top:0px;
    width: 100%;
    z-index:200;
}
#wp--skip-link--target {
  margin-block-start: 0px;
}
.wp-block-post-title {
	box-sizing: border-box;
	word-break: break-word;
    padding-top:40px;
}
