/*
Theme Name: Advance Startup child
Version: 120.1.0
Description: A child theme of Advance Startup
Author: Robert
Template: advance-startup
*/

@import url("../advance-startup/style.css");

a {
    text-decoration: underline;
    color: #e68423;
}

.new-text p > a {
    color: #e68423;
    text-decoration: underline;
}
.new-text p > a:hover,
.new-text p > a:visited,
.new-text p > a:focus {
    color: #e64f23;
    text-decoration: underline;
}

.logo .site-title {
	font-size: 35px;
	padding: 0;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0;
	line-height: 1.2;
	font-family: inherit;
	display: block;
}

#sidebar .widget-title {
	display: block;
	font-weight: bold;
	font-size: 25px;
	text-transform: capitalize !important;
	color:#000;
	padding: 10px;
	margin: 0;
	line-height: 1.2;
}

.announcement .textwidget {
    padding: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #262626;
}

#block-2 img{
	max-width:180px;
	 }

@media(min-width:781px) and (max-width:1199px){

#block-2 .wp-block-columns{
  flex-wrap: wrap;
}

#block-2 .wp-block-column:not(:first-child) {
    margin: 0;
}

#block-2 .wp-block-column:not(:only-child) {
    flex-basis: 50% !important;
    flex-grow: 0;
}
}

@media screen and (max-width: 767px) {
	.logo .site-title {font-size: 25px;}
	h1, .h1 {font-size: 1.75rem;}
	h2, .h2 {font-size: 1.5rem;}
	h3, .h3 {font-size: 1.25rem;}
}

@media (max-width:599px) {
	#block-2 .wp-block-column {
	flex-basis:48%!important;
	 }
	 
	 #block-2 img{
	max-width:160px;
	 }
	}
