/*!
Theme Name: fibusfamilyfoundation
Theme URI: http://underscores.me/
Author: Avvenire Solutions
Author URI: http://www.avvenireinc.com
Description: Theme for Fibus Family Foundation
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fibusfamilyfoundation.org
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

FFF Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Animations
# Clearings
# Widgets
# Content
	## Homepage Styles
	## Home Banner Video Styles
	## Features Styles
	## What You Get Styles
	## Visual Form Builder Overrides
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
# Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

a:hover {
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

 /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Fill content area if not enough content to naturally fill
   this is to help keep footer at bottom regardless of content amount */
div#page {
    min-height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 60px;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

.button {
    margin-right: 10px;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
}

h1 {
    color: #8c383b;
}

h2 {
    color: #002f65;
}

h3 {
    color: #507cc1;
}

h4 {
    color: #e79015;
    font-size: 1.1em;
}


p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}*/


ul {
    /*list-style-image: url(/images/bluearrow.png);*/
    list-style-image: url(/wp-content/themes/avvenire/images/fadedbluearrow.png);
}

ol {
    margin-left: -15px;
    padding-right: 0;
    list-style-type: none;
}

    ol li {
        counter-increment: step-counter;
        margin: 15px 0;
    }

        ol li::before {
            content: counter(step-counter);
            margin-right: 15px;
            background-color: #f1f1f1;
            color: #507cc1;
            padding: 5px 12px;
            border-radius: 15px;
        }

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100% !important;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #507cc1;
	border-radius: 8px;
	border: none;
    padding: .6em 1em;
	color: #fff;
	/*border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;*/
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
        cursor: pointer;
        background-color: #6b92ce;
        /*border-color: #ccc #bbb #aaa;*/
    }

button:active, button:focus,
.button:active, .button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
        /*border-color: #aaa #bbb #bbb;*/
    }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #507cc1;
}



a:hover, a:focus, a:active {
	color: #6c2124;
	transition: background-color .3s ease-in-out;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.showlogo {
    visibility: visible;
    opacity: 1;
    width: 172px;
    /*height: 44px;*/
    transition: width .5s, visibility 1s, opacity 1s ease-in-out;
}

.hidelogo {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    transition: width .15s, visibility 1s, opacity 1s ease-in-out;
}

.imgBkrd {
    position: absolute;
    width: 330px !important;
    height: 300px !important;
    background-color: #fff;
    border-radius: 200px;
    top: -70px;
    left: -40px;
    z-index: 1000;
}

.imgBkrd img {
    max-width: 100% !important;
    width: 230px !important;
    margin-top: 105px;
    margin-left: 40px;
    padding-left: 13px;
}

.navbar {
    padding: 10px 15px !important;
    min-height: 80px;
	font-size: 14pt;
}


.colornav, .colornav .sub-menu {
    transition: background-color 1s ease-in-out;
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2019/08/FibusFamilyLogo.png);
    background-repeat: no-repeat;
    background-size: 125px;
    height: 85px;
    background-origin: content-box;
    padding: 8px 20px !important;
    box-shadow: 5px 5px 6px #8c8c8c;
}

.colornav .homelink {
    width: 125px;
}

#site-navigation.colornav div.menu-main-nav-container {
    margin-left: 150px !important;
}

.transparentnav {
    /*transition: background-color 1s ease-in-out;*/
    background-color: #ffffff;
    margin-left: 270px !important;
}

.transparentnav .sub-menu {
	background-color: rgba(0, 0, 0, 0.5);
}

.navbar-toggler {
    background-color: #6b92ce !important;
    margin-left: 160px !important;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.main-navigation {
	clear: both;
	/*margin-left: 300px;*/
	float: left;
	/*width: 100%;*/
}

.main-navigation, .main-navigation a {
    color: #0038B8 !important;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-shadow: 1px 1px 1px #333;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .sub-menu li {
	border-bottom: 1px solid #fff;
	float: none;
	white-space:nowrap;
}

.main-navigation .sub-menu li:first-child {
	border-top: 1px solid #fff;
}

.main-navigation .sub-menu li:last-child {
	border-bottom: none;
}

/*.main-navigation ul li:last-child a {
	color: #f79749;
}*/

.main-navigation ul li ul li:last-child a {
	color: #fff;
}

/*.main-navigation ul ul a {
	width: 200px;
}*/

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
    /*padding: 0 10px;*/
}

.main-navigation li a {
	display: block;
	padding: 5px 25px;
}

.main-navigation li a:hover {
	background-color: rgba(256, 256, 256, 0.5)
}

.main-navigation a {
	/*display: block;*/
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (min-width: 993px) {
    .main-navigation li:hover {
        background-color: #a7bdef;
    }
}

@media screen and (max-width: 992px) {
	
	.navbar-toggler {
		margin-right: 20px;
	}
	
	/*.main-navigation ul {
		padding-top: 20px;
	}*/
	
    .main-navigation li {
        float: none;
        border-bottom: 1px solid #FFF;
        position: inherit;
    }
	
	.main-navigation li, .main-navigation li a {
        display: block;
	}

    .main-navigation li:first-child {
    border-top: 1px solid #FFF;
	}
	
	.main-navigation ul ul {
		float: none;
		position: inherit;
		top: inherit;
		left: inherit;
	}
	.main-navigation ul ul, .transparentnav .sub-menu {
		background-color: rgba(255,255,255,0.15) !important;
	}
	
	.main-navigation ul ul li a {
		padding-left: 20px;
	}
	
	.main-navigation ul li:last-child a {
		color: #fff;
	}

    .main-navigation ul li:last-child {
        /*background-color: rgba(256, 256, 256, 0.5);*/
        background-color: #bccfec;
    }

	.main-navigation ul li ul li:last-child {
		background-color: transparent;
	}
	
	.main-navigation li a {
    	padding: 5px 15px;
	}

    .main-navigation li {
        background-color: #a7bdef;
    }

    .entry-content p, .entry-content blockquote, .wp-block-table.has-fixed-layout {
        width: 80% !important;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.entry-header .entry-meta, .entry-footer {
	padding: 20px 0;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.orangetext {
    color: #e79015;
    font-weight: 700;
}

.graybg {
    background-color: #f1f1f1;
}

.graybg div {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.hideme {
    display: none;
}

.halfnhalf {
    width: 50%;
}

.ninesixty {
	width: 960px;
	margin: 0 auto;
}

.bigpadding {
    padding: 60px 80px;
}

.padmore {
    padding: 40px 20px !important;
}

.sitebreadcrumbs {
	padding: 60px 80px 0 80px;
    margin-bottom: -60px;
}

.blogbreadcrumbs {
	padding: 20px 20px 0 20px;
	margin-bottom: -20px;
}

.padme {
	padding: 20px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.posts-navigation {
	clear: both;
}

.nav-previous a, .nav-next a {
	color: #fff;
	background-color: #527fc5;
	padding: 20px;
	background-color: ,5s ease-in-out;
	height: 50px;
    line-height: 50px;
}

.nav-previous a:hover, .nav-next a:hover {
	background-color: #f79749;
	background-color: ,5s ease-in-out;
}


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

.opaque {
	opacity: 1 !important;
	transition: opacity 1s ease-in-out;
}

.transparent {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.easeinfromright {
    visibility: visible !important;
    position: relative;
    animation: movingfromright 1.2s ease-in-out;
    -webkit-animation: movingfromright 1.2s ease-in-out;
    -moz-animation: movingfromright 1.2s ease-in-out;
}

.easeinimagefromright img {
    position: relative;
    animation: movingfromright 1.2s ease-in-out;
    -webkit-animation: movingfromright 1.2s ease-in-out;
    -moz-animation: movingfromright 1.2s ease-in-out;
}

@keyframes movingfromright {
    from {
        opacity: 0;
        right: -1000px;
    }

    to {
        opacity: 1;
        right: 0;
    }
}

@-moz-keyframes movingfromright {
    from {
        opacity: 0;
        right: -1000px;
    }

    to {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes movingfromright {
    from {
        opacity: 0;
        right: -1000px;
    }

    to {
        opacity: 1;
        right: 0;
    }
}

.easeinfrombottom {
    visibility: visible !important;
    position: relative;
    animation: movingfrombottom 1.2s ease-in-out;
    -webkit-animation: movingfrombottom 1.2s ease-in-out;
    -moz-animation: movingfrombottom 1.2s ease-in-out;
}

@keyframes movingfrombottom {
    from {
        opacity: 0;
        bottom: -1000px;
    }

    to {
        opacity: 1;
        bottom: 0;
    }
}

@-moz-keyframes movingfrombottom {
    from {
        opacity: 0;
        bottom: -1000px;
    }

    to {
        opacity: 1;
        bottom: 0;
    }
}

@-webkit-keyframes movingfrombottom {
    from {
        opacity: 0;
        bottom: -1000px;
    }

    to {
        opacity: 1;
        bottom: 0;
    }
}

.easeinfromleft {
    position: relative;
    animation: movingfromleft 1.2s ease-in-out;
    -webkit-animation: movingfromleft 1.2s ease-in-out;
    -moz-animation: movingfromleft 1.2s ease-in-out;
}

.easeinimagefromleft img {
    position: relative;
    animation: movingfromleft 1.2s ease-in-out;
    -webkit-animation: movingfromleft 1.2s ease-in-out;
    -moz-animation: movingfromleft 1.2s ease-in-out;
}

.easeinfromleft ul {
    /*list-style-image: url(/images/bluearrowrightalign.png);*/
    direction: rtl;
}

    .easeinfromleft ul li {
        padding-right: 0.5em;
    }

@keyframes movingfromleft {
    from {
        opacity: 0;
        left: -1000px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes movingfromleft {
    from {
        opacity: 0;
        left: -1000px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

@-webkit-keyframes movingfromleft {
    from {
        opacity: 0;
        left: -1000px;
    }

    to {
        opacity: 1;
        left: 0;
    }
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.entry-title a {
	color: #6c2124;
}

.edit-link {
	margin: 0 20px;
}

.header-wrap {
	text-align: center;
	background-size: cover !important;
	width: 100%;
	height: auto;
	/*margin-top: -32px;*/
	display: table;
}

.header-small {
    height: 200px;
    max-width: 100% !important;
}

.header-wrap .entry-header {
	display: table-cell;
	vertical-align: middle;
    padding-top: 1%;
}

.header-wrap h1.entry-title {
	/*padding-top: 8%;*/
	font-weight: 400;
	color: #FFF;
	font-size: 3em;
	line-height: 1.2em;
	text-shadow: 1px 1px 2px black;
}

/* Create blue background header */
.site-main header.entry-header h1, .site-main .entry-content h2 {
    text-align: center;
    padding: 20px;
    background-color: #5a7ccc !important;
    color: #fff;
}

/* Center text areas */
.entry-content p, .entry-content blockquote, .wp-block-table.has-fixed-layout {
    width: 60%;
    margin: 60px auto;
}

.MsoBodyText, .fm-form li {
    width: 100% !important;
    margin: 15px auto !important;
    line-height: 20px !important;
}

.featuredimage img {
    max-width: 100%;
    width: 100%;
}

.graybg .imagecontainer {
    padding: 0;
}


.readmorebutton {
	border-radius: 10px;
	padding: 5px 10px;
	background-color: #67a37b;
	color: #fff;
}

.readmorebutton:hover {
	background-color: #7eb38f;
	transition: background-color .3s ease-in-out;
	color: #fff;
}

.contentpaddingtop {
	padding-top: 100px;
}

.cloudfeatures {
	background: url('/wp-content/themes/avvenire/images/serverbg.jpg') no-repeat;
	background-size: cover;
	width: 100%;
	height: 500px;
	display: table;
	padding: 0;
	margin: 0;
}

.cloudfeatures h3 {
	color: #fca05d;
}

.cloudfeatures, .cloudfeatures a {
	color: #fff;
}

.cloudfeatures .col-4 {
	display: table-cell;
	width: 33.33%;
}

.cloudfeatures, .cloudfeatures .col-4 {
	vertical-align: middle;
}

.appdevfeaturecontainer {
	margin: 0 auto;
	padding-top: 60px;
	position: relative;
}

.appfeature {
	width: 300px;
	height: 600px;
	float: left;
	background-color: #fff;
	box-shadow: 0 0 3px #333;
	z-index: 999;
}

.appfeature:nth-child(2) {
	margin-left: 30px;
	margin-right: 30px;
}

.appfeatureheader {
	background: no-repeat;
	background-size: cover;
	height: 125px;
	width: 100%;
}

.appfeatureheader, .appfeatureheader h3 {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.appfeatureheader h3 {
    padding: 20px;
    text-align: center;
    font-size: 1.4em;
}

.appdevdetails {
	background-color: #747f8f;
}

.appdevdetails, .appdevdetails h3 {
	color: #fff;
}

.appdevdetails ul {
	list-style-image: url('/wp-content/themes/avvenire/images/orangearrow.png');
}

.webdesignsection {
	padding: 40px 0;
}

.webdesigndiv {
	width: 280px;
	height: 500px;
	background-size: cover;
    background-repeat: no-repeat;
}

.webdesigndiv:nth-child(2) {
	margin-left: 20px;
	margin-right: 20px;
}

.webdesigndiv, .webdesigndiv h3, .webdesigndiv h4, .webdesigndiv a {
	color: #fff;
}

.webdesignsection .webdesigndiv h3 {
	font-size: 3em;
}

.webdesignsection .webdesigndiv h4 {
	font-size: 1.4em;
	padding-bottom: 30px;
}

.webdesignsection .webdesigndiv p {
	font-size: 1.3em;
}

.appdevfeaturecontainer .webdesigndiv {
	height: 600px;
}

/*.collabitem {
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
}*/

@media (max-width: 1565px){
	/*.collabitem {
		height: 575px;
		background-size: cover;
		background-repeat: no-repeat;
	}*/		
}
.collabitem, .collabitem a, .collabitem h3 {
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}

.sharepointfeatures h2 {
	color: #f79749;
}

/*--------------------------------------------------------------
## Homepage Styles
--------------------------------------------------------------*/

.post-9 .entry-header {
	display: none;
}

.post-9 .entry-content {
	font-size: 1.2em;
}

.bulletpointboxes .row {
	padding: 60px 0;
}


/*--------------------------------------------------------------
## Home Banner Video Styles
--------------------------------------------------------------*/

.videowrapper {
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
}

video.fullscreen {
    width: 100%;
}

.videocover {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /*height: 100vh;*/
    display: table;
    text-align: center;
    /*background-color: rgba(0, 0, 0, .5);*/
    /*background: url("/images/bg_filter.png") repeat;*/
}

    .videocover .videocontent {
        display: table-cell;
        vertical-align: middle;
    }

    .videocover, .videocover h1, .videocover h4 {
        color: #fff;
    }

.videocover, .videocontent hr {
    text-shadow: 1px 1px 1px #333;
}

.videocontent hr {
    background-color: rgba(255, 255, 255, .5);
    width: 30%;
}

.videocontent p {
    position: absolute;
    bottom: 3%;
    left: 48%;
}


.iframevideo-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

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

/*--------------------------------------------------------------
## Features Styles
--------------------------------------------------------------*/

#features  {
    text-align: center;
    /*padding: 20px;*/
}

#features, #features a {
color: #fff;
}

#features h3 {
    color: #e79015;
}
        
        #features a {
            border: 2px solid #fff;
            padding: 5px 10px;
        }

            #features a:hover {
                background-color: #507cc1;
                transition: background-color .3s ease-in-out;
            }

        #features img:hover {
            opacity: .6;
            transition: opacity .3s ease-in-out;
        }

.featurescontainer {
    margin: 0 auto;
    width: 85%;
}


.videotile1 {
    background: url(/images/Demo1_Still.jpg) no-repeat center;
}

    .videotile1 h3 {
        color: #E79015 !important;
    }

.videotile2 {
    background: url(/images/Demo2_Still.jpg) no-repeat center;
}

    .videotile2 h3 {
        color: #E79015 !important;
    }

.videotile3 {
    background: url(/images/Demo3_Still.jpg) no-repeat center;
}

    .videotile3 h3 {
        color: #E79015 !important;
    }

.videotile4 {
    background: url(/images/Demo4_Still.jpg) no-repeat center;
}

    .videotile4 h3 {
        color: #E79015 !important;
    }


.videotile1, .videotile2, .videotile3, .videotile4 {
    background-size: cover;
    width: 46%;
    padding: 10% 0;
    display: table;
    margin: 2% 2%;
    text-shadow: 1px 1px 1px #333;
}

    .videotile1 div, .videotile2 div, .videotile3 div, .videotile4 div {
        display: table-cell;
        vertical-align: middle;
        padding: 0 40px;
    }

    .videotile1:hover, .videotile2:hover, .videotile3:hover, .videotile4:hover {
        background: url(/images/darkbluebg.png) repeat;
        transition: background-image .3s ease-in-out;
    }


.fittovideo {
    background-color: transparent;
    border: none;
}

.featuretile {
    background: #507cc1;
    min-height: 300px;
}

    .featuretile p {
        color: #fff !important;
    }

    .featuretile h3 {
       
        color: #fff !important;
    }

.featuretile.card {
	border-radius: 0;
	border: none;
}

.featurerow {
    max-width: 1200px;
    margin: 20px auto 40px auto;
}

.skypebox {
	width: 225px;
	text-align: center;
	margin-right: 20px;
    height: 500px;
    background-color: #f1f1f1;
    margin-bottom: 60px;
	background-color: #507cc1;
}

.skypebox:last-child {
	margin-right: 0;
}

.skypebox, .skypebox h4 {
	color: #fff;
}

.skypebox img {
	width: 100%;
}

.skypebodytext {
	text-align: left;
}


/*--------------------------------------------------------------
## What You Get Styles
--------------------------------------------------------------*/

#whatyouget {
    background-color: #3c3c3c;
    color: #fff;
}

    #whatyouget h2 {
        color: #507cc1;
    }

/*--------------------------------------------------------------
## Visual Form Builder Overrides
--------------------------------------------------------------*/

.visual-form-builder fieldset {
	border: none;
	background-color: transparent;
}

.visual-form-builder .vfb-legend {
	border-bottom: none;
}

form.visual-form-builder {
	margin-top: 0;
}

.visual-form-builder fieldset {
	margin: 0;
}

.visual-form-builder .vfb-legend {
	margin: 0 14px 5px 14px;
}

label.vfb-desc {
	font-weight: normal;
	font-size: 1.2em;
}

.fm-header, .fm-header-description, fm-header-text {
    width: 100% !important;
    text-align: center !important;
}

.checkbox-div, .checkbox-div *, .radio-div, .radio-div *, .wdform-page-button {
    text-align: right !important;
    padding-right: 5px !important;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.articlebox {
	height: 700px;
	margin: 20px;
	/*border: 1px solid #f1f1f1;*/
	background-color: #f9f9f9;
	position: relative;
}


.articlebox .entry-header {
    margin: -20px -20px 0 -20px;
}

.articlebox .entry-title a {
	background-color: #527fc5;
    padding: 20px;
	display: block;
	transition: background-color .5s ease-in-out;
}

.articlebox .entry-title a:hover {
	background-color: #f79749;
	transition: background-color .5s ease-in-out;
}

.articlebox .entry-title {
	font-weight: normal;
	font-size: 18pt;
	margin-bottom: 0;
}

.articlebox .entry-title a {
	color: #fff;
}

.articlebox .entry-meta {
    background-color: #f1f1f1;
    padding: 20px 20px;
}

.articlebox .entry-meta a {
color: #f79749
}

.articlebox .entry-footer {
    position: absolute;
    bottom: 0;
	padding: 20px;
    margin: 0 -20px;
 	background-color: #f1f1f1;
    display: block;
    width: 100%;
}

.articlebox .entry-footer a {
	color: #f79749;
}

.articlebox .post-thumbnail img {
	max-height: 150px;
	width: auto;
}

/*.articlebox article {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}*/

.gallery-columns-2 .gallery-item {
	width: 50%;
	margin: 0;
	
}

.gallery-icon {
	overflow: hidden;
}

img.attachment-medium.size-medium {
	width: 100%;
	transition: opacity 1s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

img.attachment-medium.size-medium:hover {
	opacity: 0.6;
	/*transition: opacity 1s ease-in-out;*/
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.gallery-icon {
	margin: 10px;
}

.gallery-icon {
	/*max-width: 450px;*/
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-bottom: 2em;
	width: 100%;
	padding: 3em;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.contactus {
    background-color: #292929;
    padding: 20px 80px;
    color: #fff;
    text-align: right;
    /* Forces footer at bottom regardless of content amount */
    position: absolute;
    bottom: 0;
    width: 100%;
}

.site-footer p {
    margin-bottom: 0;
}

.contactus .readmorebutton {
	background-color: #f79749;
}

.contactus .readmorebutton:hover {
	background-color: #007bff
}

.contactus div:first-child {
	text-align: left;
}

.contactus div:nlast-child {
	text-align: right;
}


.footer {
    background-color: #000;
    width: 100%;
}

    .footer div:first-child {
        /*padding: 30px 20px 15px 20px;*/
    }

    .footer div:last-child {
        /* padding: 10px 0 0 0;*/
        /*padding: 30px 20px 15px 20px;*/
    }


    .footer div:first-child img {
        margin-top: 10px;
    }

    .footer div:last-child p {
        /* padding: 10px 0 0 0;*/
        margin-top: 20px;
    }
    
    .footer {
        color: #fff;
    }

.contactus a[href^="tel:"] {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 1180px) {
    .homeboxes {
        width: 100%;
    }

    .homebox {
        width: calc(20% - 20px);
        min-height: 500px;
        height: auto;
    }
    
    .homebox h2 {
         font-size: 14pt;
    }

    .homeboxlink {
        font-size: 14pt;
    }
	
	.collabitem {
		height: auto;
		padding-bottom: 100%;
		margin-bottom: -100%;
		background-repeat: repeat;
		background-size: auto;
	}

	.collabitemcontainer.clear {
		overflow: hidden;
	}
	
	/*.collabitem {
		height: 620px;
	}*/

}
@media screen and (max-width: 1100px) {
    .bigcontainer {
        margin: 0 0;
        padding: 20px;
        width: 100%;
    }
	
	/*.collabitem {
		height: 665px;
	}*/
}

@media screen and (max-width: 1080px), (hover:none) {
	
	.videowrapper {
		margin-top: 80px;
	}
	
	.videocover {
		top: 80px;
	}
	
	.videocontent img {
		width: 40%;
	}
	
}

@media screen and (max-width: 990px), (hover:none) {
	/*#site-navigation {
        background-color: #507cc1;
    }*/
	
	.contactus {
		text-align : left !important;
		/*font-size: 25px !important;*/
	}
}


@media screen and (max-width: 960px), (hover:none) {
    .ninesixty {
        margin: 0 0;
        width: 100%;
    }
    .twothirds {
        width: calc(70% - 20px);
    }

    .widget-area {
        width: 30%;
    }

    .homecallout .coloredbutton {
        font-size: 14pt;
    }
	
	.cloudfeatures {
		background: url('/wp-content/themes/avvenire/images/serverbg_tall.jpg') no-repeat;
		height: auto;
	}
	
	.appdevfeaturecontainer {
		margin: -7% 0 0 0;
	}
	
	.appfeature {
		width: 30%;
		font-size: .8em;
	}
	
	.appfeature:first-child {
		margin-left: 2.5%;
	}
	
	.appfeature:last-child {
		margin-right: 2.5%;
	}
	
	.appfeature:nth-child(2) {
		margin: 0 2.5%;
	}
	
	.skypebox {
		width: 22.5%;
		margin-right: 2%;
	}
	
	.skypebox:first-child {
		margin-left: 2%;
	}
	
	.skypebox:last-child {
		margin-right: 0;
	}
		
	/*.collabitem {
		height: 865px;
	}*/
	
	.webdesignsection .ninesixty {
		width: 96%;
		margin: 0 auto;
	}
	
	.webdesigndiv {
		width: 30.66%;
	}
	
	.webdesigndiv {
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	
	.webdesigndiv:nth-child(2) {
		margin-left: 0;
		margin-right: 0;
	}
	
	.featuretile {
		min-height: 390px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    
}

@media screen and (max-width: 844px), (hover:none) {
	
	#firstImage, #secondImage, #thirdImage, #fourthImage {
		text-align: center;
	}
	
	/*.contactus {
		text-align : left !important;
		font-size: 23px !important;
	}*/
}

@media screen and (max-width: 800px), (hover:none) {
	.skypebox {
		width: 42.5%;
	}
	
	.skypebox:first-child, .skypebox:nth-child(3) {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.skypebox:nth-child(2), .skypebox:nth-child(4) {
		margin-right: 0;
	}
	
	.skypebox {
		margin-bottom: 5%;
	}
	
	/*.collabitem {
		height: 750px;
	}*/
	
	.bigpadding {
		padding: 40px 20px;
	}
	
	.sitebreadcrumbs {
		padding: 40px 20px 0 20px;
		margin-bottom: -40px;
	}
	
}

@media screen and (max-width: 768px), (hover:none) {
    
    .emptydiv {
		height: 0px;
		width: 0px;
		display: none;
	}
	
	

    .rightalign, .logoarea {
        text-align: center;
    }

    .topfooter, .mainfooter, .logoarea, .headercontactinfo, .site-branding {
        height: auto;
        line-height: initial;
    }

    .homebox {
        width: calc(50% - 20px);
        margin: 0 20px 20px 0;
    }

    .homeboxes, .homenews {
        padding: 20px;
    }



    .homecallout {
        height: auto;
    }

    .homecallout div {
        float: left;
    }

    .homecallout div:nth-child(2) {
        width: 40%;
    }

    .homecallout img {
        margin-top: 20%;
        margin-left: 20px;
    }

    .frs-slideshow-container h4 {
        font-size: 18pt !important;
    }


    .frs-caption-content {
        width: auto !important;
        font-size: 14pt !important;
    }
	
	
	.appdevfeaturecontainer>div {
		border-right: none;
	}
	
	
	.appdevfeaturecontainer {
		margin: 0;
	}
	
	.appfeature {
		width: 98%;
		height: auto;
		font-size: 1em;
	}
	
	.appfeature:first-child, .appfeature:nth-child(2), .appfeature:last-child {
		margin: 20px 1%;
	}
	
	/*.contactus {
		text-align : left !important;
		font-size: 20px !important;
	}*/
	
	.contactus .halfnhalf.floatright {
    	padding-top: 10px;
	}
	
	.featuretile.card {
		margin-bottom: 20px;
	}
	
}

@media screen and (min-width: 737px) {
	
	/*The following styles were applied to allow various info boxes throughout the site to expand veritically to accomodate changes in height of their content*/
	
	.collabitem {
		height: auto;
		padding-bottom: 100%;
		margin-bottom: -100%;
		background-repeat: repeat;
		background-size: auto;
	}

	.collabitemcontainer.clear {
		overflow: hidden;
	}
	
	.ninesixty {
		overflow: hidden;
	}
	
	.webdesigndiv {
		height:auto !important;
		padding-bottom: 100% !important;
		margin-bottom: -100% !important;
		background-size: 110% !important;
		background-repeat: repeat !important;
	}
	
	.skypebox {
		height: auto;
		margin-bottom: -100% !important;
		background-size: 110% !important;
		background-repeat: repeat !important;
		padding-bottom: 100% !important;
	}
	
	.featuretile {
		height: auto !important;
		padding-bottom: 100% !important;
		margin-bottom: -100% !important;
		background-size: 110% !important;
		background-repeat: repeat !important;
	}
	
	.featurerow {
		overflow: hidden;
	}
}

@media screen and (max-width: 736px), (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2), (orientation: landscape) and (max-width: 736px) {
	
    .floatleft, .floatright {
        float: none;
    }
	
    .twothirds, .widget-area, .logoarea, .headercontactinfo, .onethird, .halfnhalf {
        float: none;
        padding: 0;
        width: 100%;
    }
	
    .homecallout div {
        float: none;
        width: 100%;
    }
    
    .homecallout div:nth-child(2) {
        width: auto;
    }

    .homecallout img {
        width: 70%;
        height: auto;
        margin-top: 20px;
        margin-left: 0;
    }

    .homecallout div:nth-child(3) {
        text-align: center;
    }

    .homecallout {
        height: auto;
    }



    .topfooter {
        font-size: 14pt;
    }

    .frs-wrapper.frs-skin-minimalist .frs-caption div.frs-caption-outer div.frs-caption-inner h4 {
       font-size: 14pt !important;
    }

    #homepagepjc-slideshow .frs-caption p, #homepagepjc-slideshow .frs-caption-inner p {
        font-size: 14px !important;
        line-height: normal !important;
    }

    .frs-wrapper .frs-caption .frs-caption-content {
        padding-top: 5px !important;
    }
	
	.videocontent img {
		max-width: 480px;
	}
	

	.cloudfeatures, .cloudfeatures a {
		color: #fff;
	}

	.cloudfeatures {
		display: inherit;
		height: auto;
	}

	.cloudfeatures .col-4 {
		display: inherit;
		max-width: 100%;
		width: 100%;
	}

	.skypebox {
		height: auto;
		width: 90%;
	}
	
	.skypebox:first-child, .skypebox:nth-child(3), .skypebox:nth-child(2), .skypebox:nth-child(4) {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.header-wrap h1.entry-title {
		font-size: 2em;
	}
	
	.webdesigndiv {
		width: 96%;
	}
	
	/*.webdesigndiv, .webdesigndiv:nth-child(2) {
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 2%;
	}*/
	
	.webdesigndiv:nth-child(2) {
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	
	.collabitem {
		height: auto;
		padding-bottom: 0;
		margin-bottom: 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.collabitemcontainer.clear {
		overflow: none;
	}
	
	.gallery-columns-2 .gallery-item {
		max-width: 100%;
		clear: none;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.articlebox {
		height: auto;
	}

    .header-small {
        height: 125px;
        max-width: 100% !important;
    }

    .header-wrap h1.entry-title {
        padding-top: 5%;
    }
}

@media screen and (max-width: 600px) {
    .header-wrap h1.entry-title {
        padding-top: 8%;
    }
}

@media screen and (max-width: 480px) {
    .homebox {
        width: calc(100% - 20px);
        min-height:  initial;
    }
	
	.videocontent img {
		max-width: 300px;
	}

	/*.contactus {
		font-size: 1.2em;
	}*/
    
}

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

	.videocontent img {
		max-width: 280px;
	}
	
	/*.contactus {
		font-size: 1em;
	}*/
}



@media screen and (max-width: 307px) {
    .showlogo {
        width: 60%;
    }
}

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

	.videocontent img {
		max-width: 100px;
	}
}
