/*
Theme Name: Caster Communications 
Description: Small, but mighty.
Version: 1.0
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");

html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #ffffff;
  	font-family: "futura-pt", sans-serif;
	height: 100%;
	color: #2c2c33;
	margin: 0 auto !important;
	position: relative;
}

a {
	color: #118acb;
	text-decoration: none;
}

a:hover, a:focus {
	color: #118acb;
	text-decoration:underline;
}

p {
	margin: 0 0 21px;
	font-size: 21px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.5;
	color: #3c3c46;
}

h1 {
	font-size: 54px;
	line-height: 1.2;
	color: #ffffff;
}

h2 {
	font-size: 36px;
	color: #118acb;
	line-height: 1.25;
	margin-bottom: 1rem;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

ol, ul, li {
	font-size: 21px;
	line-height: 1.5;
}

ol, ul {
	margin-bottom: 21px;
}

blockquote {
	font-size: 18px;
	line-height: 1.5;
	width:90%;
	margin:50px auto;
	font-style:italic;
	padding:1.2em 30px 1.2em 75px;
	border-left:3px solid #337daf ;
	line-height:1.6;
	position: relative;
}

blockquote::before{
	content: "\201C";
	color:#337daf;
	font-size:4.5em;
	position: absolute;
	left: 10px;
	top:-10px;
}

/*Selection Styles*/

::selection {
  background: #118acb; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #118acb; /* Gecko Browsers */
  color: white;
}

input::selection, ::-moz-selection {
	background: #ffffff;
	color: #000000;
}

::placeholder {
  color: #64747f !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #64747f !important;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #64747f !important;
   opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #64747f !important;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #64747f !important;
   opacity: 1;
}

.full-screen-menu ::placeholder {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: bold;
}

.full-screen-menu ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff !important;
   opacity: 1;
   text-transform: uppercase;
  font-weight: bold;
}
.full-screen-menu ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
   opacity: 1;
   text-transform: uppercase;
  font-weight: bold;
}
.full-screen-menu :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff !important;
   opacity: 1;
   text-transform: uppercase;
  font-weight: bold;
}
.full-screen-menu :-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;
   opacity: 1;
   text-transform: uppercase;
  font-weight: bold;
}

/*Alignments*/

.center, .right, .left {
	text-align: center;
}

/*Background Colors*/

.blue {
	background-color: #91d8f8;
}

.lightblue {
	background-color: #f7f9fb;
}

.teal {
	background-color: #3dc8d6;
}

.pale {
	background-color: #90d5de;
}

.bastille {
	background-color: #2c2c33;
}

.gray {
	background-color: #3c3c46;
}

.gray p, .teal h2, .teal h3, .teal h4, .bastille p, .bastille h5  {
	color: white;
}

.gray h2, .gray h3, .gray h4, .gray h5, .bastille h2, .bastille h3, .bastille h4 {
	color: #3dc8d6;
}

.white {
	background-color: #ffffff;
}

/*Bootstrap Hacks*/

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.screen-reader-text {
	display: none;
}

.frame img {
	max-width: 100%;
    height: auto;
}

.btn, .btn:visited, .caldera-grid .btn-default.btn {
	background-color: #d9a907;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 18px;
    border-radius: 0;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
}

.btn:hover, .btn:focus, .caldera-grid .btn-default.btn:hover, .caldera-grid .btn-default.btn:focus {
	background-color: #cb9e06;
	color: white;
}

.btn:after, .caldera-grid .btn-default.btn:after {
	display: none;
	content: "\f35a";
	font-family: "Font Awesome 5 Solid";
}

.btn svg, .caldera-grid .btn-default.btn svg {
	color: #fff;
    margin-left: 9px;
}

/*Header*/

.header {
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: white;
}

.header.fixed-top {
	z-index: 3;
}

.main-menu a {
	color: #3c3c46;
	font-weight: 600;
}

a.nav-link:hover, a.nav-link:focus, .hamburger-menu:focus, .hamburger-menu:hover, .full-nav a:hover, .full-nav a:focus, .close-menu:hover, .close-menu:focus {
	color: #cb9e06;
}

.hamburger-menu {
	padding-left: 18px;
	padding-top: 4.5px;
	cursor: pointer;
}

.navbar-toggler, .hamburger {
	margin-top: 36px;
}

/*Full Screen Menu*/

.full-screen-menu {
	display: none;
	background-image: url(img/menu-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	z-index: 1000001;
	position: fixed;
	top: 0;
	left: 0;
	overflow: scroll;
}

body.show-menu {
	overflow: hidden;
}

.full-screen-logo-row {
	padding-top: 18px;
	padding-bottom: 18px;
}

.full-screen-logo-row .logo {
	margin-bottom: 18px;
}

.search-form {
	display: inline-block;
}

.search-form input {
	background: transparent;
	width: 250px;
	border: 3px solid white;
    padding: 5px 10px;
    margin-right: 18px;
    color: white;
    text-transform: uppercase;
  	font-weight: bold;
  	font-size: 14px;
}

.close-menu {
	position: relative;
	top: 4px;
	color: white;
	font-size: 24px;
	cursor: pointer;
}

.full-nav {
	padding-top: 36px;
}

.full-nav ul {
	padding-left: 0;
}

.full-nav a {
	color: #3dc8d6;
	font-weight: bold;
}

.full-screen-menu-nav li {
	font-size: 30px;
	margin-bottom: 18px;
	list-style-type: none;
}

.full-screen-menu-nav li ul.sub-menu {
	padding-top: 18px;
}

.full-screen-menu-nav li ul li {
	width: 100%;
	font-size: 21px;
	margin-bottom: 4.5px;
}

.full-screen-menu-nav li ul li a {
	text-transform: none;
}

.full-screen-social {
	padding-top: 54px;
}

.full-screen-social p {
	display: inline-block;
}

.full-screen-social a {
	background: #3dc8d6;
    color: white;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 14px;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    margin-right: 9px;
}

.full-screen-social a:hover, .full-screen-social a:focus {
	background: #cb9e06;
}

/*Pages*/

.hero {
	height: 200px;
  	background-color: #ffffff;
}

.hero-image {
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	position: absolute;
	background-image: url(img/default-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.overlay {
	background: linear-gradient(rgba(17, 138, 203, 0.6),rgba(17, 138, 203, 0.6));
	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	position: absolute;
}

.hero h1 {
	margin-top: -5%; /*to make up for triangle at bottom cutting off px*/
}

/*Triangles*/

.triangle, .toptriangle {
	position: relative;
	overflow: hidden;
}

.triangle:before, .triangle:after { /*great triangle help: https://stackoverflow.com/questions/23758922/transparent-arrow-triangle-indented*/
	content:'';
	position: absolute;
	bottom: -1px;
	width: 50%;
	background-color: white;
	padding-bottom:3%;
	z-index: 2;
	height: 42px;
}

.triangle:before {
	right: 50%;
	-ms-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-ms-transform: skewX(45deg);
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
}
.triangle:after {
	left: 50%;
	-ms-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-ms-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
}

.toptriangle {
	position: relative;
	overflow: hidden;
}

.toptriangle:before {
	position: absolute;
    top: -53px;
    left: calc(50% - 37px);
    content: "";
    height: 53px;
    width: 53px;
    background: transparent;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: white;
    z-index: 2;
}

.hero.triangle.gray:before, .hero.triangle.gray:after {
	background-color: #3c3c46;
}

.bg-tri {
	position: relative;
    margin-top: -9%;
    z-index: 2;
}

.bg-tri.toptriangle:before {
	background: linear-gradient(rgba(17, 138, 203, 0.75),rgba(17, 138, 203, 0.75));
}

/*Page Builder*/

.cc-section {
	padding-top: 54px;
	padding-bottom: 54px;
}

.section-title {
	margin-bottom: 36px;
}

.grid-rows .row {
	margin-bottom: 18px;
}

.cc-section.feature-boxes, .cc-section.code {
	padding-top: 0;
	padding-bottom: 0;
}

.cc-section.blog-feed-section {
	padding-bottom: 0;
}

.feature-boxes, .services-box {
	min-height: 250px;
}

.feature-boxes.triangle {
	min-height: 278px;
}

.feature-boxes.toptriangle .feature-box {
	padding-top: 75px;
	padding-bottom: 75px;
}

.feature-box, .service-box {
	padding: 75px 5%;
}

.triangle .feature-box, .triangle .service-box {
	padding-top: 45px;
	padding-bottom: 75px;
}

.feature-box-image, .service-box-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	display: none;
}

.latest-blogs.col-md-6 {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5%;
}

.latest-blog-text {
	padding: 5% 10%;
	padding-bottom: 0;
}

.latest-blog-text h3 a {
	color: white;
	text-transform: none;
}

.read-more {
	text-transform: uppercase;
	font-weight: bold;
	color: #d9a907;
	font-size: 16px;
}

.read-more:after {
	display: none;
	content: "\f35a";
	font-family: "Font Awesome 5 Solid";
}

.read-more svg {
	color: #d9a907;
    margin-left: 9px;
}

.read-more:hover, .read-more:focus, .read-more svg {
	color: #cb9e06;
}

.featured-news h3 {
	text-transform: none;
}

.feature-boxes + .call-to-action, .services-grid + .call-to-action, .blog-feed-section + .call-to-action {
	margin-top: 54px;
}

.call-to-action .cc-section {
	padding-top: 72px;
	padding-bottom: 72px;
}

.insta-feed {
	margin-bottom: 30px;
}

.promo-spot {
	text-align: center;
	padding: 18px;
	margin-bottom: 18px;
}

.promo-social-media {
	display: inline-block;
	background-color: #d9a907;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 21px;
	padding: 5px;
    margin-right: 9px;
	border-radius: 20px;
}

.promo-social-media:hover, .promo-social-media:focus {
	background-color: #cb9e06;
	color: white;
}

.testimonials {
	display: none;
}

.testimonial {
	white-space: normal;
	margin-bottom: 18px;
	vertical-align: top;
	padding-bottom: 18px;
}

.testimonial p, .featured-quote p {
	font-size: 28px;
	font-style: italic;
}

.pager {
	cursor: pointer;
	font-size: 36px;
	color: #d9a907;
	background-color: #3c3c46;
	padding: 9px 18px;
	display: none;
}

.quote {
	font-family: "neue-haas-grotesk-display", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 64px;
	line-height: 0;
}

.gray .quote, .bastille .quote {
	color: #3dc8d6;
}

.right-quote {
	top: 50%;
    position: absolute;
}

.cycle-pager {
	cursor: pointer;
}

.bastille .cycle-pager {
	color: white;
}

img.round {
	border-radius: 50%;
	height: 144px;
	width: 144px;
}

.team-member {
	margin-bottom: 36px;
	cursor: pointer;
}

.team-member h3  {
	padding-bottom: 0;
	margin-bottom: 2px;
	text-transform: none;
	color: #118acb;
}

.team-member img {
	filter: grayscale(100%);
	cursor: pointer;
	border: 3px solid transparent;
}

.team-member img:hover, .team-member img:focus, .team-member img:active {
	filter: none;
    -webkit-transition: .5s -webkit-filter linear;
    -moz-transition: .5s -moz-filter linear;
    -moz-transition: .5s filter linear;
    -ms-transition: .5s -ms-filter linear;
    -o-transition: .5s -o-filter linear;
    transition: .5s filter linear;
    border-color: #d9a907;
} 

.team-member h4 {
	margin-top: 0;
	text-transform: none;
	font-size: 16px;
}

.team-member-bio {
	display: none;
    padding-top: 72px;
    padding-bottom: 72px;
    margin-bottom: 36px;
    color: white;
}

.team-member-bio h3, .team-member-bio h4 {
	text-transform: none;
	color: #3dc8d6;
}

.team-member-title {
	margin-bottom: 54px;
}

.team-member-bio h3 {
	font-size: 36px;
}

.team-member-bio h4 {
	font-size: 24px;
}

.close-bio {
	display: inline-block;
    position: relative;
    float: right;
    top: -25px;
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    right: 50px;
}

.cc-section.call-out-box {
	padding-top: 108px;
	padding-bottom: 108px;
}

.call-out-box-content {
	padding-top: 54px;
	padding-bottom: 54px;
}

.cc-section.services-box {
	padding-top: 0;
	padding-bottom: 0;
}

.service-box p {
	cursor: pointer;
}

.service-box span:hover {
	color: white;
	font-weight: bold;
}

.service-box span:hover:after {
	content: ">";
	color: white;
	margin-left: 9px;
}

.service-box-image {
	display: none;
}

.service-box-image.service-0 {
	display: block;
}

.cc-section.services-grid {
	padding-top: 0;
	padding-bottom: 0;
}

.service-icon {
	display: flex;
	cursor: pointer;
}

.service-icon img {
	max-width: 250px;
	margin-bottom: 18px;
}

.service-description {
	padding-left: 5%;
	padding-right: 5%;
	display: none;
}

.date {
	text-transform: none;
	font-size: 15px;
}

.clients-list p {
	margin-bottom: 0px;
}

.case-study {
	margin-bottom: 36px;
}

.case-study-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 216px;
}

.case-study-teaser {
	padding: 18px;
	background: rgba(0,0,0,.75);
}

.case-study-teaser h4 a {
	color: white;
	text-transform: none;
}

.yellow-header {
	font-size: 36px;
	font-weight: bold;
	color: #d9a907;
}

.linked-image {
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.latest-blog {
	padding-left: 0;
	padding-right: 0;
	width: 50%;
}

.latest-blog img {
	width: 100%;
}

.blog-feed {
	padding-bottom: 5%;
}

.win-box {
	white-space: normal;
    padding: 0 18px;
    float: left;
    margin-bottom: 18px;
}

.win-box.win-image {
	display: none;
}

.win-copy h3 a {
	color: #d9a907;
}

.featured-quote.triangle {
	padding-bottom: 10%;
}

/*Homepage*/

.home .hero {
	height: 285px;
}

.home .hero h1 {
	text-align: center;
}

#tagline-rotate {
	display: block;
}

/*Clients*/

.client-logo {
	margin-bottom: 36px;
}

.client-box {
	margin-bottom: 36px;
}

.client-header {
	padding: 18px 36px;
}

.client-header h3 {
	color: white;
	margin-bottom: 0;
}

.client-press-releases {
	padding: 36px;
}

.client-press-releases h3 a, .client-press-releases a.read-more, .client-press-releases a.read-more svg{
	color: #2c2c33;
}

.media-gallery {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 0;
	padding-right: 0;
}

.media-gallery-caption {
	padding: 18px;
    background: rgba(0,0,0,.75);
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.media-gallery-caption p {
	font-size: 18px;
	margin-bottom: 0;
}

.media-gallery-caption p a {
	color: white;
}

.client-media-gallery, .client-press-kit {
	display: none;
	position: fixed;
    background-color: white;
    z-index: 1000;
    left: 5%;
    top: 5%;
    bottom: 5%;
    overflow-y: scroll;
    overflow-x: hidden;
    right: 5%;
    padding:36px;
}

.media-gallery-close, .press-kit-close {
	right: 0;
    top: -36px;
    position: absolute;
    font-size: 36px;
    cursor: pointer;
}

.media-overlay {
    display: none;
    z-index: 3;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
}

.press-kit-item {
	margin-bottom: 18px;
}

.press-kit-item svg {
	font-size: 72px;
}

/*Press Releases*/

.single-pr-logo h3 {
	margin-top: 18px;
}

/*Case Studies*/

.single-casestudy .cc-section.content-sidebar {
	padding-top: 0;
	padding-bottom: 0;
}

.single-casestudy .cc-section.content-sidebar .single-content {
	padding: 54px;
}

.single-casestudy .sidebar {
	margin-bottom: 0;
	padding: 54px;
}

/*Single Posts*/

.header-title {
	font-size: 64px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
    margin-top: -5%;
    margin-bottom: .5rem;
}

.cc-post-section {
	padding-top: 54px;
}

.single-content {
	padding-bottom: 54px;
}

.cc-featured-image {
	margin-bottom: 36px;
	font-style: italic;
    font-size: 14px;
    color: gray;
}

.cc-featured-image img {
	padding-bottom: 9px;
}

.cc-post-section h1 {
	text-transform: none;
	color: #2c2c33;
	font-size: 36px;
	margin-bottom: 18px;
}

.byline {
	color: #2c2c33;
}

.single-cats {
	text-transform: uppercase;
}

.author-row {
	padding-top: 36px;
}

.single-cta {
	padding-top: 36px;
}

.post-nav-box {
	top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(img/default-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    -moz-filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    -o-filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter i…0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
}

.prev-nav-box {
	left: 0;
}

.post-nav .left, .post-nav .right {
	padding-top: 18px;
	padding-bottom: 18px;
}

.post-nav .left .overlay {
	background: linear-gradient(rgba(61, 200, 214, 0.8),rgba(61, 200, 214, 0.8));
}

.next-nav-box {
	right: 0;
}

.post-nav .right .overlay {
	background: linear-gradient(rgba(217, 169, 7, 0.8),rgba(217, 169, 7, 0.8));
}

.post-nav-text {
	z-index: 1;
}

.post-nav-text h5 {
	text-transform: uppercase;
	color: black;
	font-size: 16px;
	margin-bottom: 0;
}

.post-nav-text h4 a {
	text-transform: none;
	color: white;
}

.searchform input {
	width: 200px;
	height: 36px;
	padding: 10px;
	position: relative;
	top: 2px;
}

.search-submit.btn {
	padding: 5px 18px;
}

/*Archive*/

.blog-row {
	margin-bottom: 36px;
}

.blog-row h3 a {
	text-transform: none;
	color: #2c2c33;
}

.blog-row img {
	margin-bottom: 18px;
}

.blog-row .separator hr {
	border-top: 1px solid #b2c3ca;
}

.next-previous {
	font-size: 18px;
}

.next-previous .left svg {
	margin-right: 9px;
}

.next-previous .right svg {
	margin-left: 9px;
}

/*Sidebar*/

.sidebar {
	padding: 36px;
	margin-bottom: 54px;
}

.sidebar .widget {
	margin-bottom: 36px;
}

.sidebar .widget-title {
	margin-bottom: 18px;
}

.sidebar ul {
	padding-left: 0;
}

.sidebar ul li {
	list-style-type: none;
	margin-bottom: 18px;
}

.back-to-newsroom svg {
	margin-right: 9px;
}

/*Footer*/

.footer {
	background-color: #2c2c33;
	padding-top: 36px;
	padding-bottom: 36px;
	text-align: center;
	color: #fdfdff;
	font-weight: 300;
	font-size: 14px;
}

.footer .row {
	margin-bottom: 18px;
}

.footer p {
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 14px;
}

.footer a {
	color: #b2c3ca;
}

.footer .nav-link {
	color: #118acb;
	font-size: 16px;
	font-weight: 600;
}

.footer .navbar-expand .navbar-nav .nav-link {
	padding: .5rem 1.5rem;
}

.footer a.social-media-icon {
	color: #fdfdff;
	display: inline-block;
	margin-bottom: 9px;
	margin-right: 36px;
}

/*Yamm*/

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: static;
}

.yamm .container {
	position: relative;
}

.yamm .dropdown-menu {
	left: auto;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	margin-bottom: 20px;
	top: 90%;
}

/*Responsive Embeds*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Insta*/

.instafeed-image-square {
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.instafeed-image-square img {
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.instafeed-image-square.with-background {
  background-size: cover;
  background-position: center;
}

/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 21px;
    margin: 0;
    padding: 10px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/*Media Queries*/

@media (min-width: 601px) {
	
	.admin-bar .fixed-top, .admin-bar .full-screen-menu {
		top: 32px;
	}
}

@media (min-width: 768px) {
	
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	
	.dropdown-caret {
		display: none;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding: .5rem .75rem;
	}
	
	.pager {
		display: block;
	}
	
	.logo {
		margin-bottom: 18px;
	}
	
	.navbar-justify {
		-webkit-box-pack: center!important;
    	-ms-flex-pack: center!important;
    	justify-content: center!important;
	}
	
	.full-screen-menu-nav li {
		width: 33%;
		float: left;
	}
	
	.single-content {
		padding-right: 54px;
	}
	
	.post-nav {
		min-height: 250px;
	}
	
	.post-nav-text {
		margin-top: -5%;
	}
	
	.post-nav .left .post-nav-text {
		padding-left: 5%;
	}
	
	.post-nav .right .post-nav-text {
		padding-right: 5%;
	}
	
	.feature-boxes.toptriangle .feature-box {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	
	.bg-tri {
    	margin-top: -5.5%;
	}
	
	.feature-box-image, .service-box-image, .testimonials { 
		display: block;
	}

}

@media (min-width: 992px) {

	.alignnone {
	    margin: 5px 20px 20px 0;
	}
	
	.aligncenter, div.aligncenter {
	    margin: 5px auto 5px auto;
	}
	
	.alignright {
	    margin: 5px 0 20px 20px;
	}
	
	.alignleft {
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignright {
	    margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
	    margin: 5px 20px 20px 0;
	}

	.alignleft {
    	float: left;
    }
    
    .alignright {
    	float:right;
    }
    
    a img.alignright {
    	float: right;
	}
	
	a img.alignleft {
	    float: left;
	}
	
	.left {
		text-align: left;
	}
	
	.right {
		text-align: right;
	}
	
	h1 {
		font-size: 72px;
	}
	
	.logo {
		margin-bottom: 0;
	}
	
	.navbar-justify {
		-webkit-box-pack: end!important;
    	-ms-flex-pack: end!important;
    	justify-content: flex-end!important;
	}
	
	.full-nav {
		padding-top: 72px;
	}
	
	.full-screen-menu-nav li {
		width: 25%;
	}
	
	.full-screen-social p {
		margin-right: 0;
	}
	
	.hero {
		height: 350px;
	}
	
	.home .hero {
		height: 500px;
	}
	
	.home .hero h1 {
		position: absolute;
		left: 25%;
		text-align: left;
		margin-left: 0;
	}
	
	.feature-boxes, .services-box {
		min-height: 440px;
	}
		
	.feature-boxes.triangle {
		min-height: 487px;
	}
	
	.we-are {
		float: left;
		margin-right: 18px;
	}
	
	#tagline-rotate {
		display: inline-block;
	}
	
	.linked-image {
		background-size: auto 65%;
	}
	
	.win-box.win-image {
		display: block;
	}

	.bg-tri {
    	margin-top: -4.5%;
	}
}

@media (min-width: 1200px) {

	.home .hero h1 {
		left: 29.5%;
	}
	
	.linked-image {
		background-size: auto 80%;
	}
	
	.bg-tri {
    	margin-top: -3.5%;
	}
}