/*
 Theme Name: Svninfinity Theme Child
 Description: The custom theme jlmthemechild using the parent theme Twenty Seventeen.
 Author: Joshua Lyons Marketing
 Author URI: [Your URL]
 Template: svninfinity
 Version: 1
 */
 
 @import url("../svninfinity/style.css");
	 .page.page-id-25738 .entry-content p {
		font-size: 16px;
	}

@media(min-width: 768px) and (max-width: 992px){
	.container {
		max-width: 960px;
	}
}
@media (min-width: 768px) {
	.navbar-nav {
		float: none;
		margin: 5px;
	}
	.navbar-header {
		float: left;
		width: 15%;
		display: block;
	}
	#svn-menu {
		float: right;
    	width: 85%;	
	}
}

@media(max-width: 767px) {
	#menu-main-menu {
		width: 100% !important;
		display: block !important;
		margin: 10px;
	}
	#menu-right-column-phone {
		width: 100% !important;
		margin: 10px;
		justify-content: flex-start !important;
	}
	.navbar-default .navbar-nav>li>a {
		background: black;
		border-bottom: solid 1px #696969;
	}
	.navbar-collapse {
		padding-right: 0 !important;
    	padding-left: 0 !important;
	}
	.navbar-toggle {
		margin-right: 0 !important;
	}
	
	/* Schedule Call to Action */
	.schedule-form-head {
		margin: 0;
	}
	.today-call-schedule .today-call-schedule-left-text h1 {
		font-size: 30px !important;
	}
	.today-call-schedule-form {
		margin: 10px !important;
	}
	.today-call-schedule-form .submit-btn{
		margin: 0 !important;
	}
}

@media(min-width: 768px) and (max-width: 935px){
	#menu-main-menu {
		width: 50% !important;
		display: block !important;
	}
	#menu-right-column-phone {
		width: 48% !important;
		display: flex !important;
		justify-content: flex-start !important;
	}
}

#menu-main-menu {
    width: 80%;
    display: flex;
    justify-content: center;
	margin: 8px auto;
}
#menu-right-column-phone {
    width: 18%;
	display: flex;
    justify-content: flex-end;
}
.nav>li>a {
    padding: 10px 10px;
}
ul.sub-menu {
    position: absolute;
    background: #f3f3f3;
    width: 300px;
	border-radius: 2px;
	display: none;
	z-index: 1;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
	font-size: 15px;
	font-weight: 600;
}
ul.sub-menu li {
    padding: 10px 10px;
    border-bottom: solid 1px #e6e6e6;
}
ul.sub-menu li a{
    font-size: 15px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #f47c01 !important;
    background-color: transparent;
}
.nav.navbar-nav ul li:hover a {
    color: #f47c01 !important;
}


header.main-header {
	padding: 10px 0 !important;
}
header.main-header .navbar{
	margin-bottom: 0!important;
}
.navbar-default {
    background-color: transparent;
    border: none;
}
.header-right {
    padding: 10px 0;
}
.header-right a{
    font-size: 18px;
}
.header-right span{
    display: inline-block !important;
}
.navbar-collapse {
	box-shadow: none !important;
	border: none !important;
}
#svn-menu ul li.current-menu-item a,  #svn-menu ul li.current-menu-parent > a {
    color: #f47c01 !important;
}
.post-inner img {
    height: auto !important;
    object-fit: cover !important;
}
.container > .row > div > article {
	padding-top: 25px;
}

/* Schedule Call to Action */
.today-call-schedule {
    background: url("/wp-content/uploads/2021/01/Schedule-a-Call-today-bg.jpg");
    background-size: cover;
    background-position: center;
	position: relative;
}
.today-call-schedule-overlay {
    width: 100%;
    height: 100%;
    background: #000000b3;
    position: absolute;
}
.schedule-form-head {
    margin: 0 15px;
	text-transform: uppercase;
}
.today-call-schedule-form {
    padding: 10px 15px;
    background: #fff;
    margin: 30px;
    border-radius: 4px;
}
.today-call-schedule-form input, .today-call-schedule-form textarea {
    border: solid 1px #dcdcdc;
    box-shadow: none;
}
.today-call-schedule-form input:hover, .today-call-schedule-form textarea:hover {
    border: solid 1px #dcdcdc !important;
}
.today-call-schedule-form input:focus, .today-call-schedule-form textarea:focus {
    border: solid 2px #dcdcdc !important;
}

.today-call-schedule-form input:not(#phone) {
    margin-bottom: 0!important;
	padding: 5px !important;
    height: 45px;
}
.today-call-schedule-form textarea {
    height: 150px;
}
.today-call-schedule-form .submit-btn{
    margin: 15px;
}
.today-call-schedule-form .submit-btn input[type=submit]{
    background: #FC5021;
    padding: 15px 30px;
    font-size: 16px;
    border: none;
    width: 100%;
}
.today-call-schedule-form .submit-btn input[type=submit]:hover{
    background: #e03b0e;
    border: none !important;
   
}
.today-call-schedule-left-text{
    margin: 50px;
}
.today-call-schedule-left-text h1 {
    font-size: 40px !important;
	line-height: 1.5;
}
.today-call-schedule .today-call-schedule-left-text h1, .today-call-schedule-left-text p{
    color: #fff !important;
}
.today-call-schedule-form .contact-col > label {
    margin-top: 10px !important;
}

/* testimonial-background img */
.testimonial-background img {
    object-fit: cover;
}
