/*
 * Theme Name: Legal Premium
 * Theme URI: https://www.packerlandwebsites.com
 * Author: Jessica Pittman and Alexa Vander Wyst
 * Description: Wordpress theme for Legal Premium
 * Template: sparkling
 */

/* ----- SITE COLORS ----- */
/*
Gold: #FFC400/#ecb248/#f6b53e
Blue: #1f509e
Grey: #3a3a3a
/*

/* ----- Base ----- */
html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
	color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}

p a{
	text-decoration: underline;
}
.btn{
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Tinos', serif;
    font-weight: bold;
    color: #1f509e 
}

.home h1 {
color: #fff !important;
}

p:empty {
    display: none;
}

/* ----- STYLE FORMS ----- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    border-radius: 0;
}
.input-group {
    display: table;
}
.input-group input {
    width: 100%;
}
.input-group-addon,
.wpcf7-form-control-wrap {
    display: table-cell;
}
.btn {
    font-size: 18px;
}
.btn.btn-default {
    width: 100%;
    margin-top: 0;
    padding: 2px 16px;
    border: 1px solid #a8a8a8;
    color: #428c7b;
    background-color: transparent;
}

/* ----- Buttons ---- */

.btn-info {
    color: #fff;
    background-color: #428c7b;
    border-color: #428c7b;
}

.btn-info:hover {
	background-color: #8bc2af;
	border-color: #8bc2af;
	color: #428c7b;
}

/* ----- Phone Number ---- */
.header-info {
    background-color: #428c7b;
    padding: 10px 0;
}

.header-phone{
    text-align: right;
}

.header-phone a{
    color: #ffffff;	
}

@media only screen and (max-width: 768px) {
    .header-phone {
        text-align: left;
    }
}

/* ----- Top Section ----*/

.top-section{
	display: none;
}

.home .top-section{
	background: url("/wp-content/uploads/2018/10/24041562_m2r.jpg");
	background-size: cover;
	background-position: top center;
	display: block
}

.navbar.navbar-default{
	background-color: #ffffffe6;
	position: fixed;
	display: block;
	z-index: 10;
	width: 100%;
}

/* ----- Page Headers ----- */
.page-header {
    margin-bottom: 35px;
    padding-bottom: 15px;
}

header.page-header {
	 border-bottom:1px solid #000;
}

.entry-title {
    margin: 25px auto 15px;
}


.entry-title a:hover {
}

.entry-content {
  margin: 30px 0 50px;
}

.home .entry-content{
	margin: 0;
}
/* ----- Logo ----- */
#logo{
    max-width: 250px;
    width: 100%;
    margin-top: 15px;
}

@media only screen and (max-width: 768px){
	#logo{
		max-width: 150px;
	}
}

#menu-main {
    margin-top: 25px;
}

.navbar > .container .navbar-brand {
    font-family: 'Tinos', serif;
    font-size: initial;
    margin: 10px 0;
}

/* ----- Navigation ----- */
.navbar.navbar-default {
    font-family: 'Tinos', serif;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 25px;
	
}

.navbar {	
    border-radius: 0;
}

.nav.navbar-nav {
    float: right;
}

.navbar-nav > li {
    margin: 8px;
    padding: 8px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:focus {
	text-decoration: underline;	
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > .caret,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;

}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li:hover > a,
.dropdown-menu > li:hover > .caret {
    background-color: transparent;
}

.dropdown-menu {
    font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600px;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
}

.dropdown-menu > li > a {
    padding: 0;
}

.dropdown-menu > li {
    padding: 10px 15px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > .caret {
    background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

@media only screen and (max-width: 768px) {

}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
display: inline-block;
background-color: transparent;
color: #777 !important;
}
}


/* ----- Main Page Normalize ----- */
.main-content-area {
    margin: 0;
}

.post-inner-content {
    border: 0;
    padding: 0;
}

.post-inner-content:first-child {
    border: 0;
}

/* ----- Home Page ----- */

.half-right{
	width: 50%;
	float: Left;
	padding-left: 60px;
}
.marketing-tools {
	width: 50%;
	float: left;
}

.marketing-tools a{
	color: #f6b53e;
}

.marketing-tools a:hover{
	color: #FFF;
}

@media screen and (max-width: 768px){
	.half-right, .marketing-tools {
		width: 100%;
	}
	.half-right{
		margin-left: 0px;
	}	
}

.marketing-tools .row {
	margin: 0 -8px;
}

.marketing-tools [class*=col] {
	padding: 0;
}

.tools {
	height: 300px;
	position: relative;
}

.tools-hover {
	align-items: flex-end;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: flex;
	height: 300px;
	left: 0;
	opacity: 0;
	padding: 20px;
	position: absolute;
	transition: opacity 0.3s ease-in-out;
	top: 0;
	width: 100%;
}

.tools-hover span {
	display: block;
}

.tools:hover .tools-hover {
	opacity: 1;
}

.tools-hover strong {
	font-family: 'Tinos', serif;
	font-size: 24px;
}

.tools.one {
	background-image: url('/wp-content/uploads/2018/10/sample-biz-cards.jpg');
	background-size: cover;
}

.tools.two {
	background-image: url('/wp-content/uploads/2018/10/sample-social.jpg');
	background-size: cover;
}

.tools.three {
	background-image: url('/wp-content/uploads/2018/10/sample-analytics.jpg');
	background-size: cover;
}

.tools.four {
	background-image: url('/wp-content/uploads/2018/10/sample-folders.jpg');
	background-size: cover;
}

@media (max-width: 768px) {
	.project-hover {
		opacity: 1;
	}
}

/* ----- Header Widgets / Three Boxes ----- */
.home-widget-area {
    background-color: #fff;
    padding: 30px 0;
}

.home-widget .inner {
    border: 1px solid #428c7b;
    font-size: 0.9em;
}

.home-widget .inner img {
    width: 100%;
}

.home-widget .inner h2 {
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.home-widget .inner .text {
    padding: 0 15px 10px;
}

.home-widget .inner a {
    background-color: #165807;
    color: #fff;
    display: block;
    font-size: 0.975em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 1.25rem 0 0;
    padding: 0.5rem 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.home-widget .inner a:hover {
    background-color: #8bc2af;
}

@media only screen and (max-width: 768px) {
    .home-widget .inner {
    margin-bottom: 10px;
}
}

/* ----- Call to Action ----- */
.cfa {
    border: 0 !important;
    padding: 20px 0px !important;
}

.cfa-text {
	font-style: italic;
	font-size: 26px;
}

.cfa-button {
    border: 0px !important; 
    text-transform: uppercase;
    font-weight: bold;
	background: #f6b53e;	
}

.cfa-button:hover {
	background: #ada89a;
	color: #3a3a3a;
	padding: 17px 32px;
}


/* ----- INDEX PAGE ----- */

@media (min-width: 768px){
	.site-navigation-inner, .footer-widget-area {
		width: 1170px;
		margin: auto;
		float: none;
	}	
}

/* ----- PARALLAX ----- */
.hp-parallax {
    color: #fff;
    background-image: url("/wp-content/uploads/2018/12/50833034_m.jpg");
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
                font-size: 17px;
}
 
.hp-parallax br {
                display: none;
}
 
.parallax-container {
                background-color: rgba(0, 0, 0, 0.7);
                padding: 80px 0;
                position: relative;
                top: 0;
                width: 100%;
}

.blue-section{
	background-color: #1f509e;
	padding: 50px;
}

.blue-section h1, .parallax-container h1{
	font-size: 5vw;
}

.blue-section p, .parallax-container p{
	font-size: 18px;
	line-height: 30px;
	padding: 15px 0;
	color: white;
}

.blue-section .btn, .parallax-container .btn, .pricing-block .btn{
	max-width: 250px;
	background-color: #f6b53e;
	border: 0px;
	color: #1f509e;
	font-weight: 700;
	padding: 15px 30px;
}

.blue-section .btn:hover, .parallax-container .btn:hover, .pricing-block .btn:hover{
	background-color: #ada89a;
	border: 0px;
	color: #1f509e;
	font-weight: 700;
	padding: 17px 32px;
	text-shadow: none;
}

/* ----- TAGLINE ----- */
.script-text {
    color: #333;
    font-family: 'Satisfy', cursive;
    font-size: 40px;
    text-align: center;
}

/* ----- Content Pages ----- */
.home .inner-pg-head{
	display: none;
}

header.page-header{
	display: none;
}

.inner-pg-head{
	width: 100%;
	background-color: #1f509e;
	background-size: cover;
	background-position: center center;
	height: 500px;
}
.page-id-277 .inner-pg-head{
	background: #fff !important;
	height: 250px;
}
.page-id-277 .page-title{
	padding-top: 150px;
	color: #1F509E
}
.page-title{
	text-align: center;
    height: 430px;
    padding-top: 280px;
	color: #fff;
	font-family: 'Tinos', serif;
	font-weight: bold;
	font-size: 60px;
	background-image: url(/wp-content/uploads/2018/10/columns-icon-35.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.intro-well{
    max-width: 900px;
    margin: 15px auto 50px;
    font-size: 16px;
    line-height: 35px;
    color: #3a3a3a;
    font-weight: 600;
    border: none;
    padding: 20px 50px;
	box-shadow: none;
    border-left: 6px solid #f6b53e;
    border-radius: 0;
}

/* ----- Products Page ----- */

.pricing-block{
	margin: 20px;
	background: #1f509e;
	padding: 20px;
	color: #fff;
}
.featured-service{
	padding: 0px;
	border: 3px solid #F6B559;
}

.pricing-block h1, .pricing-block h3, .pricing-block h4{
	color: #fff;
}
.pricing-block h1{
	font-size: 40px;
}
.pricing-block h2{
	color: #f6b53e;
	font-weight: 600;
}

.pricing-block h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
table strong{
	font-size: 20px;
	color: #3a3a3a;
}
table em{
	font-size: 14px;
}
table p{
	margin-bottom: 5px;
}

/* ----- Footer Widgets ----- */

.footer-widget h3.widgettitle {

}

#footer-area .widget ul li a {
    /* Border of footer menu */
    padding: 0;
    color: #ffffff;
}

@media only screen and (max-width: 768px) {
    .footer-widget {
        margin-bottom: 30px;
    }

    .footer-widget h3.widgettitle {
        color: #fff;
    }
}


/* ----- Footer ----- */
#footer-area .widgettitle {
	border-bottom: 1px solid #ffffff !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;	
}

#footer-area a {
	color: #fff !important;
}

#footer-area a:hover {
}

#colophon {
    border: 0;
}

.site-info {
    font-size: 16px;
}

.copyright-footer {
    margin: 0 !important;
    text-align: left;
}

.developed {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .copyright-footer,
    .developed {
        text-align: center;
    }
}

/* ----- Widgets ----- */
.widget ul {
    line-height: 22px;
}

/* ----- Service Box ----- */
.osc_servicebox {
    padding: 30px !important;
    border: 1px solid #0413f2 !important
}

.osc_servicebox {
    box-shadow: 0px 7px 14px -6px #c2c2c2;
	background: #f5f5f5;
}

.osc_servicebox h1, .osc_servicebox h2, .osc_servicebox h3, .osc_servicebox h4, .osc_servicebox h5, .osc_servicebox h6 {
    font-size: 30px !important;
	text-transform: none !important;
}

.btn-group-sm > .btn, .btn-sm {
    border: 1px solid #0413f2 !important;
	margin-top: 20px;
}

/* ----- Testimonials ----- */
.ttshowcase_rl_title {
    font-weight: bold;
    display: none;
}

.tt_img_round img {
    margin-top: 20px !important;
}

.cta { 
   border: 1px solid #0413f2 !important;
   padding: 10px 20px;
   background-color: #FAFA18 !important;
 }


/* ----- Extras ----- */
.cycloneslider-template-standard {
    margin-bottom: 0 !important;
}

.scroll-to-top {
}

.scroll-to-top:hover {
}

.image-effects {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: 10px;
	margin-bottom: 15px;
}