/*
 Theme Name:   Infinity News Child Theme
 description: >-
   A child theme of the Infinity News WordPress theme
 Author:       Nishant Panwar
 Template:     infinity-news
 Version:      1.0.02
*/

.site-branding {
  margin-right: 20px;
  width: 400px;
}


/* Laptop CSS*/
.pb_footer_1 {
  float: left;
  margin-right: 4vw;
}

.pb_footer_2{
  margin-right: 4vw;
}
.pb_phone{
	float: left;
}

.footer_margin{
  margin-top: 2vw;
}
.footer_links{
	margin-right: 2vw;
}
.footer_title{
	font-weight: 500;
	    margin-bottom: 1vw;
}

.footer_social_link_icons{
	width: 40px;
	height: 37px;
	margin-right: 1vw;
}
.site-copyright{
	padding-right: 7.5vw;
  padding-left: 7.5vw;
}

/*.main-navigation{
		background-color: white
}
*/

.main-navigation .menu ul > li.current-menu-item > a,
.main-navigation .menu ul > li.current-post-ancestor > a {
    color: #4b8ce8;
}

a {
    color: #072448;
    text-decoration: none;
}

a:hover, a:focus {
    color: #4b8ce8;
}

a:active,
a:visited {
    color: #072448;
}
.footer-bottom .site-copyright{
	background-image: linear-gradient(to top, rgba(172, 241, 255, 0.65), #bcb2f0);
}



/* Mobile CSS */
@media only screen and (max-width: 767px){
.pb_footer_1 {
	float: none;
  margin-right: 4vw;
	margin-bottom: 2vw;
}

.pb_footer_2{
  margin-right: 4vw;
}
	.pb_phone{
	float: none;
}
}


/* Removing Upper Case for Navigation */
/* Font size for Navigaion bar*/
.offcanvas-navigation a {
    text-transform: none;
}
.main-navigation .menu ul > li > a {
    text-transform: none;
    font-size: 16px;
}

