  /*
Theme Name:     Shoreline Child
Theme URI:
Description:    Child theme for Shoreline Media
Author:         Shoreline Media Marketing
Author URI:     http://shorelinemediamarketing.com
Template:       shoreline
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

/*=======================================
                MENU
========================================*/


@media (min-width: 991px) {
.navbar-nav>li>a {
    margin: 0px 12px;
    font-size: 14px;
}
}

/*=========================================
                 HEROs
=========================================*/
.master-hero {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}
.master-hero-inner-row{
	position: absolute;
	top: 15%;
	left: 5%;
	max-width: 600px;
}
.master-hero h1 {
    color: #88b048 !important;
    text-shadow: 0px 0px 1px white;
}
.master-hero p {
	font-size: 1.3em;
	text-shadow: 0px 0px 2px black;
}

.gd-slider {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}

.home-parallax-cta {
    background-image: url(/wp-content/uploads/2013/07/translate-globally.jpg);
    color: #88b048;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}
.home-parallax-cta:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(44, 77, 116, .45);
    display: block;
}
.icon-home-position-left i {
    padding: 0 10px 10px;
    font-size: 3.2em;
}


/*.slotholder:after {
	content: '';
	background: linear-gradient(250deg, rgba(61, 204, 77, .15), rgba(7, 21, 134, .3));
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
}

.language-slider:after {
	content: '';
	background-color: #2C4D74;
        opacity:0.3;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
}*/

/*========================================
             TOP LEVEL PAGES
========================================*/
.top-level-hero {
	min-height: 65vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/wp-content/uploads/2017/06/accurate-language-services-nj.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.top-level-hero:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(44,77,116,.85);
}
.top-level-hero h1 {
	color: white !important;
	text-align: center;
	font-size: 3.6em;
}
.top-level-hero h1:after {
    content: '';
    display: block;
    width: 65px;
    height: 16px;
    margin: auto;
    margin-top: 10%;
    border-radius: 12%;
    background: #88B048;
}
.top-level-hero p+h1 {
	margin: 0px;
}
.top-level-hero .subheading {
	font-size: 1.35em;
	letter-spacing: .13em;
	color: #88B048;
	text-transform: uppercase;
	text-align: center;
}
.subpages {
	min-height: 35vh;
}
.subpages:before {
	background-color: rgba(44,77,116,.65);
}
.diversity {
	background-image: url(/wp-content/uploads/2017/06/diversity.png);
}
