/**
 * HTML Elements
 *
 */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #555555;
	line-height: 1.5;
}

h1 {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 2.4rem;
	line-height: 3rem;
	color: #000000;
}

h2 {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 1.8rem;
	color: #f60;
}

h3 {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 1.5rem;
	color: #2a2a2a;
}

h4 {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 1rem;
	color: #f60;
}

h5 {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 1rem;
	color: #555555;
}

h6 {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 0.9rem;
	color: #f60;
}

a {
	text-decoration: none;
}

a, a:visited {
	color: #f60;
}

a:hover, a:focus, a:active {
	color: #f60;
}

h1 a {
	font-size: 36px;
	color: #000000;
}

h2 a {
	font-size: 30px;
	color: #f60;
}

h3 a {
	font-size: 24px;
	color: #2a2a2a;
}

h4 a {
	font-size: 20px;
	color: #f60;
}

h5 a {
	font-size: 18px;
	color: #555555;
}

h6 a {
	font-size: 16px;
	color: #f60;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    background: #f60;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #000000;
    box-shadow: none;
}

button,
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1.5;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 4px;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"] {
	border: 1px solid #ccc;
}

blockquote {
	background: #f4f4f4;
	font-size: 24px;
	font-style: italic;
	line-height: 1.45;
	position: relative;
	color: #47699b;
	border-radius: 8px;
    padding: 2vh 3vw;
    margin: 2vh 0;
	font-weight: 700;
}

blockquote:before {
	font-family: serif;
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 0;
	top: -20px;
	color: #47699b;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

blockquote cite:before {
	content: "\2014 \2009";
}

blockquote p {
	margin: 0;
}

figure {
    margin: 0 1.5%;
}

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

ol li {
	counter-increment: step-counter;
}

ol li::before {
	content: counter(step-counter);
	margin-left: -45px;
	background-color: #f60;
	color: white;
	font-weight: bold;
	padding: 3px 8px;
	border-radius: 3px;
	position: absolute;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

ol li h1,
ol li h2,
ol li h3,
ol li h4,
ol li h5,
ol li h6 {
	margin-top: 0;
}

/**
 * Template Layout
 *
 *    Common classes
 *    Header
 *    Sidebars
 *    Content
 *    Footer
 *
 */


/**** Common Classes ****/
.site-width {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.clear,
.clear-both {
	clear: both;
}


/**** Header ****/
#masthead {
	width: 100%;
	text-align: left;
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
	background: url(../img/content-background-dark.jpg) #111 bottom center no-repeat;
	background-size: cover;
}

/* Top Menu */
#header-navigation {
	position: absolute;
	top: 40px;
	right: 0;
}

#header-navigation ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 4px;
	border-radius: 0 0 5px 5px;
}

#header-navigation li {
	float: left;
}

#header-navigation li a {
	color: #ccc;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 0 10px;
}

.home #header-navigation li a {
	font-size: 16px;
	padding: 0 10px;
}

#header-navigation li a:hover {
	color: #f60;
}

/* Logo */
#site-branding { 
	display: inline-block;
	margin: 10px 30px;
	padding: 0;
}

#site-branding a {
	width: 150px;
	height: 150px;
    float: left;
	margin: 0;
}

#site-branding img {
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#site-name {
	margin: 30px 0 0 0;
	width: auto;
	vertical-align: top;
	display: inline-block;
}

.site-title {
	font-family: Oswald, helvetica, sans-serif;
	position: relative;
	z-index: 999;
	font-size: 2.4rem;
	line-height: 1rem;
	font-weight: 800;
	color: #fff;
	background: rgb(0,0,0);
	background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 4rem);
}

.site-tagline {
	color: #aaa;
	font-size: 20px;
	line-height: 24px;
	margin: 20px 0 0 0;
	padding-left: 20px;
	font-weight: 300;
}



/**** Navigation ****/

/* Top Level */
.main-navigation {
    float: none;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #eee;
    box-shadow: 0 0 16px rgba(0,0,0,0.25);
	position: relative;
	z-index: 102;
}

.menu-main-menu-container {
	text-align: center;
}

.main-navigation ul {
	display: inline-block !important;
}

.main-navigation li {
	padding: 13px 18px 12px 18px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	height: 55px;
	overflow: none;
	line-height: 30px;
	margin: 0;
}

.main-navigation li:first-child {
	border-left: none;
}

.main-navigation li:last-child {
	border-right: none;
	overflow: visible;
}

.main-navigation li:hover {
	background: #fff;
	background-image: -webkit-radial-gradient(60% 30px at center 15px, #fff 0%, transparent 100%);
	background-image: -moz-radial-gradient(60% 30px at center 15px, #fff 0%, transparent 100%);
	background-image: -o-radial-gradient(60% 30px at center 15px, #fff 0%, transparent 100%);
	background: radial-gradient(60% 30px at center 15px, #fff 0%, transparent 100%);
}

.main-navigation li:last-child a {
	border: none;
	color: #fff;
	background: #f60;
	border-radius: 4px;
	padding: 4px 16px;
	margin-top: -4px;
}

.main-navigation li:last-child:hover a {
	border: none;
	color: #fff;
	background: #2a2a2a;
	padding-bottom: 4px;
}

.main-navigation a {
	padding: 0 2px;
	font-size: 16px;
	font-weight: 700;
	color: #555555;
}

.main-navigation li:hover a {
	color: #f60;
	padding-bottom: 20px;
}

/* Second Level */
.main-navigation ul ul {
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.75);
	background: #2a2a2a;
	border-radius: 0 0 0.4em 0.4em;
	border: 1px solid #000;
	opacity: 0;
	left: -200vw;
	top: 55px;
	z-index: 998;
	padding: 10px 0;
}

.main-navigation ul ul:before {
	font-family: FontAwesome;
	content: '\f0d8';
	color: #2a2a2a;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -20px;
	font-size: 36px;
	height: 32px;
	width: 300px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	opacity: 1;
	left: 50%;
	margin-left: -150px;
	width: 300px;
}

.main-navigation ul ul li {
	width: 100%;
	display: block;
	font-weight: 600;
	border-right: none;
	border-left: none;
	line-height: 24px;
	height: auto;
	overflow: initial;
	margin: 0;
	padding: 0;
}

.main-navigation ul ul li:last-child {
	margin: 0;
	padding: 0;
}

.main-navigation ul ul a {
	width: 100%;
	display: block;
}

.main-navigation ul ul li a {
	padding: 8px !important;
	line-height: 22px !important;
	font-size: 16px !important;
	color: #fff !important;
	border: 1px solid transparent;
	border-bottom: 1px solid #000;
	border-top: 1px solid #444;
}

.main-navigation ul ul li a .sub {
	display: block;
	font-weight: 400;
	font-size: 14px !important;
	color: #e5dcac !important;
}

.main-navigation ul ul li:first-child a {
	border-top: 1px solid transparent;
	border-bottom: 1px solid #000;
	background: transparent;
	border-radius: 0;
}

.main-navigation ul ul li:last-child a {
	border-top: 1px solid #444;
	border-bottom: 1px solid transparent;;
	background: transparent;
	border-radius: 0;
	margin-top: 0;
}

#site-navigation ul ul li a:hover {
	font-size: 18px !important;
	color: #000 !important;
	background: #e4ddc0 !important;
	width: 330px;
	margin-left: -15px;
	border: 1px solid #cb8;
	box-shadow: 0 0 16px rgba(0,0,0,0.5);
}

#site-navigation ul ul li a:hover .sub {
	text-shadow: none;
	color: #000 !important;
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/**** Sidebar ****/
#secondary {
	float: right;
	width: 23%;
	font-size: 14px;
	margin: 20px 0 0 2%;
	padding: 10px 2.5% 10px 1.5%;
	text-align: center;
	background: #f4f4f4;
	border: 1px solid #e4e4e4;
	border-radius: 0 0 5px 5px;
}

#secondary h2 {
	text-align: left;
	font-size: 24px;
	margin: 5px 0 15px 0;
	color: #2a2a2a;
}

#secondary ul {
	text-align: center;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#secondary ul li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 6px 0 !important;
}

#secondary ul li:first-child {
	border-top: none;
}

#secondary ul li:last-child {
	border-bottom: none;
}

#secondary ul li a {
	color: #2a2a2a;
	line-height: 36px;
	font-weight: bold;
}

#secondary ul li a:before {
	font-family: FontAwesome;
	content: '\f054';
	margin-left: -15px;
	margin-right: 10px;
}

#secondary .sub-menu {
	margin-left: 20px;
}

#secondary ul li ul li {
}

#secondary ul li ul li a {
	color: #f60;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
}

#secondary ul li ul li a:before {
	font-family: FontAwesome;
	content: '\f054';
	margin-left: -15px;
	margin-right: 10px;
	font-size: 80%;
}



/**** Content ****/

#content ul li {
	text-align: left;
	padding: 10px 40px 0 0;
}

#content .icons {
	margin-bottom: 30px;
}

#content .icons ul {
	margin: 0;
	padding: 0;	
}

#content .icons ul li {
	padding: 45px 5px 5px 5px;
	font-size: 0.95rem;
	text-align: center;
	overflow: hidden;
	min-height: 210px;
	line-height: 1.8;
}

.page-id-54 #content .icons ul li {
	min-height: 180px;
}

.page-id-54 #content .icons ul li:first-child {
	padding: 5px;
	border-radius: 4px 4px 0 0;
	margin: 5px 5px 10px 5px;
	min-height: initial;
	background: #2a2a2a;
}

.page-id-54 #content .icons ul li:first-child h4 {
	color: #fff;
}

#content .icons ul li:before {
	content: '';
	display: none;
}

#content .icons ul li i {
	display: block;
	padding: 10px;
	margin: -40px auto 15px auto;
	width: 80%;
	height: 80%;
	max-width: 112px;
	max-height: 112px;
	position: relative;
	border-radius: 50%;
	border: 6px solid transparent;
	-webkit-transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}

#content .icons ul li i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#content .icons ul li i:after {
    content: '';
    display: block;
    margin-top: 100%;
}

#content .icons ul li:hover {
	color: #f60;
	cursor: pointer;
}

#content .icons ul li:hover i {
	border: 6px solid #fff;
	background: #f60;
	color: #fff;
	box-shadow: 0 0 1px #f60;
}

#content .icons ul li h3 {
	margin: 0 auto;
}

.feature-form {
	border: 1px solid #e4e4e4;
	padding: 1rem;
	margin: 2rem;
}

.full-width-dark {
	width: 100vw;
	display: block;
	clear: both;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	padding: 40px;
	background: url('../img/content-background-dark.jpg') #2a2a2a center center no-repeat;
	background-size: cover;
	color: #fff;
}

.full-width-dark h3 {
	color: #fff;
	font-weight: 300;
}

.border {
	border-radius: 4px;
	border: 1px solid #eee;
}

.shaded {
	background: #f4f4f4;
	border-radius: 4px;
}

.home .site-content {
	background: transparent;
}

.content-area {
	width: 100%;
	float: left;
	margin: 0 -25% 0 0;
}

.home .content-area,
.page-template-full-width .content-area {
	width: 100%;
	float: none;
	margin: 0;
}

.site-main {
	margin: 0 25% 0 0;
}

.home .site-main,
.page-template-full-width .site-main {
	margin: 0;
}

.page-template-full-width .site-main {
	text-align: center;
}

.site-main h3,
.site-main h4,
.site-main h5 {
	margin: 1em 0;
}

.site-main ul {
	list-style: none;
	margin: 1em 0.5em 0.5em 0.5em;
}

.site-main ul li {
	margin: 0;
}

.site-main ul li:before {
	position: absolute;
	margin-left: -35px;
	font-family: FontAwesome;
	content: '\f061';
	color: #f60;
}

.site-main .wp-block-gallery ul li:before {
	display: none;
}

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

#page-content .hentry {
	margin: 0;
}

.page-content img,
.entry-content img,
.entry-summary img,
.page-content iframe,
.entry-content iframe,
.entry-summary iframe {
	/*
	border-radius: 4px;
	border: 3px solid #fff;
	box-shadow: 0 0 12px rgba( 0, 0, 0, 0.4 );
	*/
}

.page-content img.alignleft,
.page-content img.alignright,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-summary img.alignleft,
.entry-summary img.alignright,
.page-content iframe.alignleft,
.page-content iframe.alignright,
.entry-content iframe.alignleft,
.entry-content iframe.alignright,
.entry-summary iframe.alignleft,
.entry-summary iframe.alignright {
	margin-bottom: 60px;
}

.page-content img.alignleft,
.entry-content img.alignleft,
.page-content iframe.alignleft,
.entry-content iframe.alignleft {
	margin-right: 40px;
}

.entry-content img.alignright,
.entry-summary img.alignright,
.entry-content iframe.alignright,
.entry-summary iframe.alignright {
	margin-left: 40px;
}

h1.entry-title {
	background: #f0f0f0;
	padding: 0.75rem 30px;
	text-align: center;
	margin: 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	z-index: 101;
}

.gallery {
    text-align: center;
    margin: 20px 0 0 0;
}

.gallery-columns-1 .gallery-item {
    max-width: 97%;
}
.gallery-columns-2 .gallery-item {
    max-width: 47%;
}
.gallery-columns-3 .gallery-item {
    max-width: 30%;
}
.gallery-columns-4 .gallery-item {
    max-width: 22%;
}
.gallery-columns-5 .gallery-item {
    max-width: 17%;
}
.gallery-columns-6 .gallery-item {
    max-width: 13.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 11.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 9.5%;
}

.gallery-item {
	margin-top: 20px;
	vertical-align: middle;
}

.gallery-caption {
	font-size: 16px;
	font-weight: 700;
	color: #2a2a2a;
	padding: 8px 0;
}

.gallery-caption .website {
	font-size: 14px;
	font-weight: 400;
	padding: 8px 0;
}

.gallery-caption .description{
	font-size: 14px;
	font-weight: 400;
	color: #666;
}

/**** Footer ****/

#site-footer {
	clear: both;
	width: 100%;
	background: url('../img/content-background-dark.jpg') #2a2a2a center center no-repeat;
	background-size: 100% 100%;
	margin-top: 30px;
	padding: 30px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border-top: 10px solid #f60;
}

#site-footer h1,
#site-footer h3 {
	text-align: left;
	color: #d9c382;
	margin: 10px 0;
	font-size: 20px;
}

#site-footer h2,
#site-footer h4 {
	text-align: left;
	color: #ccc;
}

#site-footer a {
	color: #fff;
}

#site-footer a:hover {
	color: #f60;
}

#site-footer iframe {
    border: 3px solid #ddd !important;
    border-radius: 5px;
    padding: 3px;
    margin: 0;
}

#site-footer ul {
	list-style: none;
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0;
}

#site-footer .widget ul li {
    margin: 5px 0 0 20px;
    font-size: 14px;
}

#site-footer .widget ul li:before {
	font-family: FontAwesome;
	content: '\f054';
	margin-left: -1em;
	margin-right: 0.5em;
}

#site-footer .widget ul li:hover:before {
	color: #f60;
}

#site-footer .widget ul li ul li {
    margin: 5px 0 0 40px;
    font-size: 14px;
}

#site-footer .footer-columns {
	text-align: left;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 20px auto;
}

#site-footer .footer-columns p {
	color: #ccc;
}

#site-footer .footer-columns .footer-column {
	float: left;
	width: 29%;
	margin: 0 2.16%;
}

#footer-column-1 {
	width: 20% !important;
}

#footer-column-2 {
	width: 38% !important;
}

#site-footer .site-info {
	font-size: 13px;
	color: #ccc;
	text-align: center;
	margin: 20px auto;
}





/**
 * Page Templates
 *
 *    Post Archive Templates
 *    Feature Links (other than the Home page)
 *
 */

/* Home page only */

.home button,
.home input[type="button"],
.home input[type="reset"],
.home input[type="submit"] {
	padding: 0 10%;
	font-size: 24px;
	line-height: 3;
}

.home .site-main ul li a {
	color: #2a2a2a;
}

.home .site-main ul li a:hover {
	color: #f60;
}


/* Post Archive Search Forms */

#page-content .search-form {
	margin: 0 0 20px 0;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

#page-content .search-form input[type="search"] {
	font-size: 20px;
	line-height: 36px;
	padding: 8px;
	width: 80%;
}

#page-content .search-form input[type="submit"] {
	position: relative;
	top: -2px;
	font-size: 20px;
	font-weight: 700;
	line-height: 38px;
	padding: 8px 16px;
	width: 15%;
	margin-left: 2%;
}

/* Pagination */

.prev-next-posts {
	position: relative;
	text-align: center;
	width: 100%;
	height: 60px;
	top: 20px;
}

.prev-next-posts .page-num {
	position: absolute;
	text-align: center;
	font-size: 12px;
	color: #a5a58f;
	width: 100%;
	top: 45px;
	left: 0;
}

.prev-next-posts a.page-numbers,
.prev-next-posts span.page-numbers {
	line-height: 24px;
	width: 24px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	margin: 0 2px;
}

.prev-next-posts a.page-numbers {
	border: 1px solid #e4e4e4;
	background: #f0f0f0;
	color: #a5a58f;
	text-shadow: 1px 1px 1px #fff;
}

.prev-next-posts span.page-numbers {
	border: 1px solid #47699b;
	background: #47699b;
	color: #fff;
	text-shadow: 1px 1px 1px #444;
}

.prev-next-posts .prev.page-numbers {
	padding-right: 30px;
	line-height: 24px;
	width: auto;
	font-size: initial;
	margin: inherit;
	border: none;
	background: transparent;
}

.prev-next-posts .next.page-numbers {
	padding-left: 30px;
	line-height: 24px;
	width: auto;
	border-radius: none;
	display: initial;
	font-size: initial;
	margin: inherit;
	border: none;
	background: transparent;
}



/**
 * Widgets
 *
 *    Feature Bar
 *    Services
 *    Packages
 *    Message Above (Services/Packages)
 *    Message Below (Services/Packages)
 *    Page Footer
 *
 */

/**** Feature Bar ****/

#feature-bar {
	height: 80px;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	line-height: 80px;
	font-weight: 600;
	text-align: center;
	background: url('../img/content-background-dark.jpg') #111 bottom center no-repeat;
	background-size: cover;
}

#feature-bar aside {
	display: inline-block;
	margin: 0 30px 0 0;
}

#feature-bar aside p {
	margin: 0;
}

#feature-bar aside button {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}



/**** Services ****/

#services {
	padding: 20px 0 0 0;
}

#services ul {
	padding: 0;
	margin: 0;
}

#services  ul li {
	list-type: none;
	padding: 0;
	margin: 0 auto 30px auto;
	display: inline-block;
	text-align: center !important;
	vertical-align: top;
}

#services  ul li a {
	display: inline-block;
	min-width: 180px;
	max-width: 270px;
	margin: 0 5px;
	padding: 0 25px;
	background: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#services  ul li a h3 {
	font-size: 20px;
	margin: 0.25em auto;
}

#services  ul li.hosting .front { background: url('../img/hosting.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.design .front { background: url('../img/web-design.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.marketing .front { background: url('../img/web-marketing.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.domain .front { background: url('../img/domain.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.backups .front { background: url('../img/backups.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.repairs .front { background: url('../img/repairs.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.security .front { background: url('../img/security.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.updates .front { background: url('../img/web-updates.png') transparent top center no-repeat; background-size: 120px; }

#services  ul li.hosting .back { background: url('../img/hosting-current.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.design .back { background: url('../img/web-design-current.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.marketing .back { background: url('../img/web-marketing-current.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.domain .back { background: url('../img/domain-current.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.backups .back { background: url('../img/backups-current.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.repairs .back { background: url('../img/repairs-current.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.security .back { background: url('../img/security-current.png') transparent top center no-repeat; background-size: 120px; }
#services  ul li.updates .back { background: url('../img/web-updates-current.png') transparent top center no-repeat; background-size: 120px; }

#services  ul li:hover a .flip-container .flipper { transform: rotateY(540deg); -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; transition: all 0.6s ease-out; }



/**** Packages ****/

#packages {
	padding: 20px 0 0 0;
	color: #ffffff;
}

#packages ul {
	padding: 0;
	margin: 0;
}

#packages  ul li {
	list-type: none;
	padding: 0;
	margin: 0 auto 30px auto;
	display: inline-block;
	text-align: center !important;
}

#packages  ul li a {
	display: inline-block;
	min-width: 240px;
	max-width: 360px;
	margin: 0 5px;
	padding: 0 25px;
	background: transparent;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#packages  ul li a h3 {
	font-size: 20px;
	margin: 0.25em auto;
}

#packages  ul li a span.sub {
	color: #aaa;
	font-size: 14px;
}

#packages  ul li.basic .front { background: url('../img/basic-reverse.png') transparent top center no-repeat; background-size: 120px; }
#packages  ul li.comprehensive .front { background: url('../img/comprehensive-reverse.png') transparent top center no-repeat; background-size: 120px; }
#packages  ul li.ultimate .front { background: url('../img/ultimate-reverse.png') transparent top center no-repeat; background-size: 120px; }

#packages  ul li.basic .back { background: url('../img/basic-reverse-current.png') transparent top center no-repeat; background-size: 120px; }
#packages  ul li.comprehensive .back { background: url('../img/comprehensive-reverse-current.png') transparent top center no-repeat; background-size: 120px; }
#packages  ul li.ultimate .back { background: url('../img/ultimate-reverse-current.png') transparent top center no-repeat; background-size: 120px; }

#packages  ul li:hover a .flip-container .flipper { transform: rotateY(540deg); -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; transition: all 0.6s ease-out; }



/* Flipper Control */

.flip-container { perspective: 1000; }
.flip-container.hover .flipper { transform: rotateY(540deg); }
.flip-container, .front, .back { width: 100%; height: 120px; }
.flipper { 	-webkit-transition: all 1.6s ease-in-out; -moz-transition: all 1.6s ease-in-out; -o-transition: all 1.6s ease-in-out; transition: all 1.6s ease-in-out;  transform-style: preserve-3d; position: relative; }
.front, .back { backface-visibility: hidden; position: absolute; top: 0; left: 0; }
.front { z-index: 2; transform: rotateY(0deg); }
.back { transform: rotateY(540deg); }



/**** Message Above ****/

.message-above {
	font-size: 22px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	padding: 30px 0 0 0;
}


.message-above aside {
	padding: 0;
}

.message-above .widget-title {
  display: none;
  font-size: 30px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto 30px auto;
  background: url('../img/line.png') transparent center center no-repeat;
  background-size: 100% 1px;
}

.message-above h1 {
	margin: -30px auto 1rem auto;
	font-weight: 600;
	line-height: 3rem;
	font-size: 2.4rem;
}

.message-above h2 {
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #2a2a2a !important;
}

.message-above h3 {
	margin: 10px auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.message-above h4 {
	margin: 20px auto;
	font-weight: 400;
	line-height: 1.5;
}

.message-above .widget-title span {
	padding: 0 2%;
}

.message-above .textwidget {
	padding: 0 5%;
}



/**** Message Below ****/

.message-below {
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	padding: 0 0 20px 0;
}

.message-below aside {
	padding: 0;
}

.message-below .widget-title {
  display: none;
  font-size: 30px;
  text-transform: uppercase;
  width: 100%;
  margin: 0 auto 30px auto;
  background: url('../img/line.png') transparent center center no-repeat;
  background-size: 100% 1px;
}

.message-below h1 {
	margin: 0 auto;
	font-weight: 800;
	line-height: 1.5;
}

.message-below h2 {
	margin: 0 auto;
	font-weight: 800;
	line-height: 1.5;
}

.message-below h3 {
	margin: 10px auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}

.message-below h4 {
	font-weight: 600;
	line-height: 1.5;
	margin: 0 auto 20px auto;
}

.message-below .widget-title span {
	/* background: #2a2a2a; */
	padding: 0 2%;
}

.message-below .textwidget {
	padding: 0 5%;
}


/**** Message Bottom ****/

#message-bottom {
	padding: 30px 0;
}

#message-bottom .icons ul li {
	padding: 20px 0 20px 0;
	min-height: 165px;
}

/**** Dark vs Light ****/


.highlight {
	font-size: 115%;
	font-weight: 800;
}

h2 .highlight,
h4 .highlight,
h6 .highlight {
	color: #2a2a2a;
}

h1 .highlight,
h3 .highlight,
h5 .highlight {
	color: #f60;
}

.feature-dark {
	background: url('../img/content-background-dark.jpg') #111 bottom center no-repeat;
	background-size: contain;
}

.feature-light {
	background: url('../img/content-background-light.jpg') #ffffff center center no-repeat;
	background-size: 100% 100%;
}

.feature-dark,
.feature-dark h1,
.feature-dark h3,
.feature-dark h5 {
	color: #ffffff;
}

.feature-dark,
.feature-dark h2,
.feature-dark h4,
.feature-dark h6 {
	color: #d9c382;
}

.feature-dark .highlight {
	color: #d9c382;
	font-size: 115%;
	font-weight: 800;
}

.feature-light,
.feature-light h1,
.feature-light h3,
.feature-light h5 {
	color: #2a2a2a;
}

.feature-light,
.feature-light h2,
.feature-light h4,
.feature-light h6 {
	color: #f60;
}

.feature-light .highlight {
	color: #f60;
	font-size: 115%;
	font-weight: 800;
}

.feature-light ul li a span.sub {
	color: #666;
}



/**
 * Plugin Styles
 *
 * Price Tables
 * Contact Form 7
 *
 */



/**** Price Tables ****/

/* Comparison Table 3 */

.ptp-cp3-data-holder,
.ptp-cp3-price-holder,
.ptp-cp3-price-table .head .ptp-cp3-plan-title,
.sign-up {
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.ptp-cp3-price-table-holder {
	margin-top: 0 !important;
	margin-bottom: -2px !important;
}

.ptp-cp3-price-holder .cp3-ptp-price {
	font-family: 'Roboto Slab', sans-serif !important;
	color: #f60;
	font-weight: 800;
	line-height: 1 !important;
	padding-top: 0.25em;
}

.special .ptp-cp3-price-holder .cp3-ptp-price {
	color: #fff;
}

.ptp-cp3-pay-duration {
	color: #888 !important;
}

.ptp-cp3-data-holder strong {
	font-family: 'Roboto Slab', serif;
	font-size: 1rem;
	display: block;
	margin: 0.5rem 0;
}

.ptp-cp3-price-holder .ptp-pricing-text {
	font-size: 2.6rem;
}

.ptp-cp3-price-holder .ptp-pricing-text .from {
	font-size: 0.85rem;
	font-weight: 300;
	margin-right: 0.5rem;
	color: #ccc;
}

.ptp-cp3-price-holder .ptp-pricing-text .cents {
	font-size: 1rem;
	color: #efb68f;
	vertical-align: super;
}

.ptp-comparison3-unfeatured .ptp-cp3-data-holder .cp3-btn,
.special .ptp-cp3-data-holder .cp3-btn {
	font-family: Oswald, helvetica, sans-serif;
	text-transform: uppercase;
	border-radius: 1.6rem;
	padding: 0.6rem 1rem;
	font-size: 1rem;
	background: #f60;
}

.wp-block-button__link {
	font-family: Oswald, helvetica, sans-serif;
	text-transform: uppercase;
	border-radius: 1.6rem;
	padding: 0.6rem 1rem;
	font-size: 1rem;
	background: #f60;
}

.wp-block-button__link:hover {
	background: #333;
}

.special .ptp-cp3-pay-duration {
	color: #fff !important;
	font-weight: 800;
}

.fa-times.black {
	font-size: 180% !important;
	color: #ddd !important;
}

.fa-check.black {
	font-size: 180% !important;
	color: #f60 !important;
}

.fa-check:before {
    content: "\f058" !important;
}

.fa-times:before {
    content: "\f057" !important;
}

.cp3-desc-table .ptp-cp3-data-holder {
	text-align: right;
    font-style: italic;
    color: #aaa !important;
}

.ptp-comparison3-unfeatured .ptp-cp3-data-holder .cp3-btn {
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.special .ptp-cp3-data-holder .cp3-btn {
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#ptp-362 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-span2,
#ptp-374 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-span2,
#ptp-376 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-span2,
#ptp-438 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-span2,
#ptp-484 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-span2,
#ptp-491 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-span2,
#ptp-504 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-span2,
#ptp-506 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-span2,
#ptp-524 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-span2,
#ptp-526 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-span2 {
	width: 16.6%;
}

#ptp-362 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-desc-span2,
#ptp-374 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-desc-span2,
#ptp-376 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-desc-span2,
#ptp-438 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-desc-span2,
#ptp-484 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-desc-span2,
#ptp-491 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-desc-span2,
#ptp-504 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-desc-span2,
#ptp-506 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-desc-span2,
#ptp-524 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-desc-span2,
#ptp-526 .ptp-cp3-columns-6 .row-fluid-cp3 .ptp-cp3-desc-span2 {
	width: 15.2%;
}

/* Comparison Table 3 without Feature Column */

.ptp-cp3-columns-5 .row-fluid-cp3 .ptp-cp3-desc-span2 {
	display: none;
}

.ptp-cp3-columns-5 .row-fluid-cp3 .ptp-cp3-span2 {
	width: 24.7%;
}

/* Comparison Table 3 without Feature Column (One Column Only) */

.row-fluid-cp3 .ptp-cp3-span4 {
    width: 100% !important;
}

#dh_ptp_table_switch_484_491 .dh_ptp_switch,
#dh_ptp_table_switch_504_506 .dh_ptp_switch,
#dh_ptp_table_switch_524_526 .dh_ptp_switch,
#dh_ptp_table_switch_557_559 .dh_ptp_switch,
#dh_ptp_table_switch_563_565 .dh_ptp_switch,
#dh_ptp_table_switch_568_570 .dh_ptp_switch {
	width: 100% !important;
}

#dh_ptp_table_switch_484_491 .ptp-toggle-title,
#dh_ptp_table_switch_504_506 .ptp-toggle-title,
#dh_ptp_table_switch_524_526 .ptp-toggle-title,
#dh_ptp_table_switch_557_559 .ptp-toggle-title,
#dh_ptp_table_switch_563_565 .ptp-toggle-title,
#dh_ptp_table_switch_568_570 .ptp-toggle-title {
	width: 100px !important;
}

#dh_ptp_table_switch_484_491 .dh_ptp_switch_subtitle,
#dh_ptp_table_switch_504_506 .dh_ptp_switch_subtitle,
#dh_ptp_table_switch_524_526 .dh_ptp_switch_subtitle,
#dh_ptp_table_switch_557_559 .dh_ptp_switch_subtitle,
#dh_ptp_table_switch_563_565 .dh_ptp_switch_subtitle,
#dh_ptp_table_switch_568_570 .dh_ptp_switch_subtitle {
	width: 100% !important;
	font-size: 16px !important;
	padding-top: 5px !important;
}

/**** Contact Form 7 ****/

/* Design */

div.wpcf7 .nothing {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

div.wpcf7 label {
	flex: 1 0 100%;
}

div.wpcf7 label.inline {
	flex: 1 0 50%;
	padding-right: 2%;
}

div.wpcf7 label.inline.last {
	padding-right: 0;
	width: 50%;
}

div.wpcf7 p {
	margin: 0;
}

div.wpcf7 iframe {
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

div.wpcf7 img.ajax-loader {
	position: absolute;
	left: 0;
	margin-left: 20px;
	padding: 13px;
}

/* Form Controls & Fields */

div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"],
div.wpcf7 input[type="password"],
div.wpcf7 input[type="tel"],
div.wpcf7 textarea,
div.wpcf7 select {
	font-size: 14px;
	line-height: 32px;
	margin: 0 0 10px 0;
	padding: 4px 8px;
	width: 100%;
	/* max-width: 400px; */
	cursor: pointer;
	position: relative;
	z-index: 99;
}

div.wpcf7 textarea {
	line-height: 22px;
}

div.wpcf7 input[type=submit] {
	font-family: Oswald, helvetica, sans-serif;
	font-size: 1.4rem;
	margin: 1rem 0 0 0;
	width: 100%;
	background: #000;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
	padding: 0.5rem 2rem;
	text-align: center;
	font-weight: 300;
	border-radius: 2rem;
	max-width: 300px;
}

div.wpcf7 input[type=submit]:hover {
    background: #f60;
    border-color: initial;
    color: #fff;
}

div.wpcf7 .wpcf7-recaptcha {
	margin: 0 auto;
	display: inline-block;
}

/* Form Labels */

div.wpcf7 .placeholder {
	position: absolute;
	z-index: 100;
	line-height: 32px;
	padding: 4px 8px;
	color: #bbb;
	cursor: pointer;
}

/* Submission Messages */

div.wpcf7-response-output {
	padding: 2% 4%;
	margin: 0 2% 1% 2%;
	text-align: center;
	border-radius: 6px;
	border: none !important;
	color: #fff;
}

div.wpcf7-spam-blocked {
	background: #f60;
}

div.wpcf7-mail-sent-ok {
	background: #549b47;
}

form.wpcf7-form.sent div:nth-of-type(1),
form.wpcf7-form.sent div:nth-of-type(2),
form.wpcf7-form.sent div:nth-of-type(3) {
	display: none;
}

form.wpcf7-form.sent .wpcf7-response-output {
	position: relative;
	top: 0px;
}


/**** Popups ****/

/* Overlay at start */
.mfp-zoom.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Overlay animate in */
.mfp-zoom.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* Overlay animate out */
.mfp-zoom.mfp-bg.mfp-removing {
  opacity: 0;
}

/* Content at start */
.mfp-zoom.mfp-wrap .mfp-content {
	transform: scale(0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Content animate in */
.mfp-zoom.mfp-wrap.mfp-ready .mfp-content {
  transform: scale(1);
}

/* Content animate out */
.mfp-zoom.mfp-wrap.mfp-removing .mfp-content {
  transform: scale(0);
}

.mfp-title {
	display: none;
}

.mfp-bg {
	background: #000;
}

.mfp-figure {
	padding: 40px !important;
}

.mfp-figure:after {
	box-shadow: 0 0 16px rgba(0, 0, 0, 1) !important;
	border-radius: 0.8em !important;
	background: #fff !important;
}

/**** Popup Forms ****/

/* Form Design */

.form-popup {
	position: relative;
	padding: 0.5% 1.5%;
	margin: 2% auto;
	width: auto;
	max-width: 720px;
	min-height: 360px;
	background: #ffffff;
	box-shadow: 0 0 24px rgba(0,0,0,1),  0 0 8px rgba(0,0,0,0.5);
	border: 3px solid #fff;
	border-radius: 8px;
	background: url('../img/header-background.jpg') #fff center center no-repeat;
	background-size: 100% 100%;
}

.form-popup div[role="form"] {
	position: relative;
	z-index: 996;
}

.form-popup .nothing {
	clear: both;
}

.form-popup img {
	float: left;
	width: 128px;
	height: 128px;
	margin-right: 30px;
}

.form-popup p {
	margin: 10px 0 !important;
}

.form-popup h4 {
	clear: none;
	color: #2a2a2a;
	font-size: 24px;
	margin: 0 80px 60px 0;
	padding-top: 25px;
	line-height: 32px;
}

	
.form-popup div.wpcf7 div:nth-of-type(3) {
	line-height: 24px;
	text-align: center;
	color: #aaa;
}

.form-popup input.medium {
	max-width: 200px;
}

.form-popup input.short {
	max-width: 120px;
}

.form-popup input[type="file"] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

label.file-label:before {
	font-family: FontAwesome;
	content: '\f093';
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	margin-right: 15px;
}

label.file-label {
	font-size: 13px;
	line-height: 32px;
	margin: 0 1%;
	width: 100%;
	width: 30%;
    color: white;
    background-color: #47699b;
    display: inline-block;
	border-radius: 4px;
    cursor: pointer;
	padding: 4px 8px;
	text-align: center;
	font-weight: 700;
}

label.file-label:hover {
    background-color: #f60;
}

.form-popup form.wpcf7-form.sent .wpcf7-response-output {
	position: relative;
	top: 240px;
	width: initial;
}




/**
 * Custom Content Styles
 *
 */

.one-half { width: 46%; margin: 1% 2% 0 2%; float: left; }
.one-third { width: 29%; margin: 1% 2% 0 2%; float: left; }
.two-thirds { width: 62%; margin: 1% 2% 0 2%; float: left; }
.one-quarter { width: 21%; margin: 1% 2% 0 2%; float: left; }
.three-quarters { width: 71%; margin: 1% 2% 0 2%; float: left; }
.one-fifth { width: 16%; margin: 1% 2% 0 2%; float: left; }
.two-fifths { width: 36%; margin: 1% 2% 0 2%; float: left; }
.three-fifths { width: 56%; margin: 1% 2% 0 2%; float: left; }
.four-fifths { width: 76%; margin: 1% 2% 0 2%; float: left; }
.one-sixth { width: 12.66%; margin: 1% 2% 0 2%; float: left; }
.two-sixths { width: 29%; margin: 1% 2% 0 2%; float: left; }
.three-sixths { width: 46%; margin: 1% 2% 0 2%; float: left; }
.four-sixths { width: 62.66%; margin: 1% 2% 0 2%; float: left; }
.five-sixths { width: 79.33%; margin: 1% 2% 0 2%; float: left; }
.last { clear: both; }

.boxed {
	background: #f4f4f4;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	min-height: 220px;
}


.vendor-logos {
	width: 943px;
	height: 60px;
	margin: 30px auto;
	display: block;
	background: url('http://www.websitemanagementservices.com.au/wp-content/uploads/vendor-logos-washed.png') transparent center center no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.vendor-logos:hover {
	background: url('http://www.websitemanagementservices.com.au/wp-content/uploads/vendor-logos.png') transparent center center no-repeat;
}

.byline, .updated:not(.published) {
    display: inline-block;
}

.last-modified {
	margin: 20px 0;
	font-size: 13px;
	color: #ccc;
}