/*
	Theme Name: SMO Pros V2
	Theme URI: http://smopros.com
	Description: HTML5 Blank WordPress Theme
	Version: 1
	Author: SMO Pros
	Author URI: http://smopros.com
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 15px/1.4 'Open Sans', sans-serif;
	color:#FFF;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#f1e87e;
	text-decoration:none;
}
a:hover {
	color:#FFF;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
h2 a {
	color:#FFF;
}
h2 a:hover {
	color:#f1e87e;
}
.hs-form.stacked label {
	color:#FFF;
}

input, 
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
.hs-form .hs-input,
.hs-form textarea.hs-input {
	border:none; 
	border-radius: 5px;
	padding:8px 10px;
	font-size: 16px;
	background: #cee2f3;
}
input:focus {
	outline:0;
	/*border:1px solid #04A4CC;*/
}
a.button, 
body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type=submit] {
	color:#FFF;
	font-weight: bold;
	font-size:16px;
	font-family: 'Open Sans';
	background-color: #55a246;
	padding:10px 20px;
	border:1px solid #FFF;
	border-radius:5px;
	margin:1em 0;
	display: inline-block;
}
a.button:hover, 
body .gform_wrapper .gform_footer input.button:hover, 
body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #3b832d;
	-webkit-transition: background-color 300ms ease-in;
	-moz-transition: background-color 300ms ease-in;
	-o-transition: background-color 300ms ease-in;
	-ms-transition: background-color 300ms ease-in;
	transition: background-color 300ms ease-in;
}
a.button.blue {
	background-color: #488bc1;
}
a.button.blue:hover {
	background-color: #215d8d;
}
body .gform_wrapper .gf_step {
	opacity: .8;
	height:3em;
	font-size: 13px;
}
body .gform_wrapper .gf_step.gf_step_active {
	border:1px solid #FFF;
	border-radius: 5px;
	padding:.8em;
	opacity: 1.0;
}

/* Big Button Style */
 
a.big.button {
    padding: 20px 120px;
    font-weight: bold;
    font-size: 2.6em;
    max-width:600px;
    text-align:center;
    background-image: url(img/big-button-bg.png);
    background-position: center center;
}
a.big.button:hover {
	background-image: none;
}
a.big.button span {
    display: block;
    text-transform: none;
    font-size: .5em;
}
a.big.button h3 {
	font-size: 38px;
    display: inline;
    margin:0;
    padding:0;
    line-height: 42px;
}
a.big.button h4 {
	display: inline;
    text-transform: none;
    font-size: 20px;
    line-height: 24px
}

ul {
	padding: 0 0 0 1.5em;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	
}
/* logo */
.logo {
	float:left;
}
.logo-img {
	
}
.social {
	float:right;
	margin-top: 25px
}
.social ul li {
	float:left;
	margin-right:15px;
}
/* nav */
.nav {
	background-color: #dddacf;
	height:34px;
}
.nav ul {
}
.nav ul {
	margin:0;
	padding:0;
	float:left;
}
.nav li {
	float:left;
}
.nav li a, a.phone {
	font-size:16px;
	padding:5px 20px;
	display:inline-block;
	color:#222;
	height:34px;
	font-weight: 600;
}
.nav li a:hover, .nav li.current-menu-item a, .nav li.current_page_parent a {
	color:#488bc1;
	background:#f2f1ed;
}
.nav ul li ul {
	display: none;
	background-color: #dddacf;
	z-index: 100;
}
.nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 34px;
	padding-left: 0;
}
.nav li ul li, .nav li a:hover ul li {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0px none;
}
.nav li ul li a, .nav li:hover ul li a {
	border: 0px none;
	padding: 5px 20px;
	width:100%;
	margin: 0;
}
.nav li ul li a:hover, .nav li:hover ul li a:hover {
  	color: #3a7096;
  	text-decoration: none;
  	font-weight: 600;
}
.nav .phone {
	float:right;
}
/* mast */
.mast {
	background-color: #f2f1ed;
	text-align: center;
	height:170px;
}
.mast h1, .mast h2 {
	font-size:64px;
	font-weight: 300;
	color:#444;
	padding:35px 0;
	margin:0;
}
/* main */
section {
	background: url(img/content-bg.jpg) center top no-repeat #488bc1;
	color:#FFF;
	padding:30px 0;
}
section .content {
	width:75%;
	float:left;
	padding-right:20px;
}
section .content.fullwidth {
	width:100%;
	padding-right:0;
}
/* sidebar */
.sidebar {
	width:25%;
	min-width: 280px;
	float: right;
	padding-left:20px;
}
.sidebar h3 {
	font-size: 1.5em;
	font-weight: bold;
}
.sidebar .widget_recent_entries ul {
	list-style-type: none;
	padding:0;
}
.sidebar .widget_recent_entries ul li {
	margin-bottom: 1em;
}
.sidebar .widget_recent_entries ul li a {
	font-weight: bold;
}
/* footer */
.footer {
	background-color: #0f2334;
	padding:0 0 1em 0;
	color:#FFF;
}
.footerNav ul {
	list-style-type: none;
	padding:0;
}
.footerNav ul li {
	float:left;
	padding:0 10px;
	font-size: 12px;
	border-right:1px solid #FFF;
}
.footerNav ul li:last-child {
	border:none;
}
.footerNav a {
	color:#FFF;
}
.footerNav a:hover {
	color:#f1e87e;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* home */
.home .mast {
	height:300px;
}
.callouts {
	text-align: center;
	position: relative;
	top:-130px;
	margin-bottom: -130px;
}
.callouts ul {
	padding:0;
}
.callouts ul li {
	display: inline-block;
	background-color: #f1e87e;
	border-radius: 15px;
	border: 3px solid #fff;
	width:300px;
	height:175px;
	list-style-type: none;
	margin:0 50px 50px 0;
	box-shadow: 0 0 20px 1px #666;
}
.callouts ul li:hover {
	background-color: #fffabb;
	-webkit-transition: background-color 300ms ease-in;
	-moz-transition: background-color 300ms ease-in;
	-o-transition: background-color 300ms ease-in;
	-ms-transition: background-color 300ms ease-in;
	transition: background-color 300ms ease-in;
}
.callouts ul li a {
	display:inline-block; 
	width:100%; 
	height:100%:
}
.callouts h3 {
	font-size: 20px;
	color:#db8130;
	background-color: #FFF;
	border-radius: 10px 10px 0 0;
	width:100%;
	text-align:center;
	padding:5px 0;
	margin:0;
}
.callouts ul li img {
	float:left;
	margin:20px 20px 0 20px;
}
.callouts p {
	font-size: 14px;
	font-weight: bold;
	color:#db8130;
	margin:20px;
	text-align:left;
}
.home section {
	padding:0;
}
.home .recent-posts {
	background-color: #3d6c91;
	padding:20px 0 50px 0;
}
.home .recent-posts ul {
	list-style-type: none;
	padding:0;
}
.home .recent-posts ul li {
	float:left;
	width:33%;
	padding-right:50px;
	margin:0;
}
.home .recent-posts ul li:last-child {
	/*padding:0;*/
}
.home .recent-posts ul li h2 a {
	color:#FFF;
}
.home .recent-posts ul li h2 a:hover {
	color:#f1e87e;
}

/*our team */
.our-team .content img.headshot {
	border:5px solid #FFF;
	border-radius: 10px;
}
.our-team ul.social {
	list-style-type: none;
	float:none;
	margin-bottom: 50px;
}
.our-team ul.social li {
	float:left;
	margin-right:15px;
}

/* blog */
.post-details {
	font-style: italic;
}
.post-thumbnail {
	float:right;
	margin:1em 0 20px 20px;
}

/* landing pages */
.page-template-template-landing-php .nav ul,
.page-template-template-landing-php .nav .phone,
.page-template-template-landing-php nav.social,
.page-template-template-landing-php .footerNav .menu-item {
	display:none;
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

/*------------------------------------*\
    EN - 2013.10.05
\*------------------------------------*/

/* add some space below tagline and social buttons */
.sociable_tagline {
    padding: 20px 0;
    border-top: 1px solid #fff; /* DK 2014.04.16 */
	margin-top: 50px; /* DK 2014.04.16 */
}
.sociable {
    margin-bottom:5px;
    clear:both;
}
.sociable:first-of-type {
	margin-top:2em;
}
.sociable ul li {
    margin-right: 10px;
}

/* tighten up the line spacing */
h2 {
    line-height: 1.25em;
}

/* add padding */
section .content {
    padding-right: 60px;
}

/* remove padding */
.our-team ul.social {
    padding-left: 0;
}

/* fix weird positioning issue on home page */

/*
.callouts ul li,
.callouts ul li:hover {
	background-color: #fff;
}
.callouts ul li a {
    background-color: #f1e87e;
    border-radius: 15px;
    display: block;
    height: 169px;
    width: 294px;
}
.callouts ul li a:hover {
	background-color: #fffabb;
	-webkit-transition: background-color 300ms ease-in;
	-moz-transition: background-color 300ms ease-in;
	-o-transition: background-color 300ms ease-in;
	-ms-transition: background-color 300ms ease-in;
	transition: background-color 300ms ease-in;
}
*/

/* change color */
.footerNav ul li {
    border-right-color: #666;
}

/* adjust look of text inputs */
input, body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"], body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"], body .gform_wrapper .gform_body .gform_fields .gfield select, body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    background: #cee2f3;
    border: none;
}

/* change color of required asterisk */
.gform_wrapper .gfield_required {
    color: #f1ac8e !important;
}

/*------------------------------------*\
    EN - 2013.11.24
\*------------------------------------*/

/* add icons to services list */

.services {
	list-style-type: none;
	margin: 20px 0 0 0;
	overflow: auto;
	padding: 0;
}
.service {
	background-position: left 50%;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 1.3em;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	padding-left: 50px;
	width: 50%;
}
.service-seo {
	background-image: url(img/icon-seo-40x40.png);
}
.service-smo {
	background-image: url(img/icon-smo-40x40.png);
}
.service-strategy {
	background-image: url(img/icon-social-strategy-40x40.png);
}
.service-web-design {
	background-image: url(img/icon-web-design-40x40.png);
}
.service-web-dev {
	background-image: url(img/icon-web-dev-40x40.png);
}
.service-copywriting {
	background-image: url(img/icon-content-creation-40x40.png);
}
.service-video-prod {
	background-image: url(img/icon-video-prod-40x40.png);
}

/*------------------------------------*\
    DK - 2014.6.3
\*------------------------------------*/

/* add icons to starter services list */

.digirito .services {
	margin: 30px 0 0 0;
	overflow: auto;
}
.digirito .service {
	background-position: left 50%;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 1em;
	height: auto;
	min-height:40px;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-left: 50px;
	padding-right:10px;
	width: 50%;
}

.digirito .service-theme {
	background-image: url(img/icon-polaroid-40x40.png);
}
.digirito .digirito .service-seo {
	background-image: url(img/icon-graph-chart-40x40.png);
}
.digirito .service-cms {
	background-image: url(img/icon-settings-40x40.png);
}
.digirito .service-social {
	background-image: url(img/icon-speech-bubble-40x40.png);
}
.digirito .service-docs {
	background-image: url(img/icon-file-40x40.png);
}
.digirito .service-plugins {
	background-image: url(img/icon-download-40x40.png);
}
.digirito .service-newsletter {
	background-image: url(img/icon-browser-40x40.png);
}
.digirito .service-analytics {
	background-image: url(img/icon-graph-chart-2-40x40.png);
}
.digirito .service-alerts {
	background-image: url(img/icon-megaphone-40x40.png);
}
.digirito .service-hosting {
	background-image: url(img/icon-power-btn-40x40.png);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

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

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media only screen and (max-width:1024px) {
    section .content {
        width: 70%;
    }
    .footerNav ul li {
        font-size: 10px;
    }
}

@media only screen and (max-width:996px) {
    .nav li a, a.phone {
        font-size: 14px;
    }
}

@media only screen and (max-width:925px) {
    .nav li a, a.phone {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }
}

@media only screen and (max-width:768px) {
    .mast {
        height: auto;
    }
    .mast h1 {
        font-size: 48px;
        padding: 25px 0;
    }
    section .content,
    .sidebar {
        float: none;
        padding: 0;
        width: 100%;
    }
    .sidebar {
        overflow: auto;
    }
    .sidebar-widget {
        float: left;
        width: 48%;
    }
    .footerNav ul li {
        height: 25px;
        line-height: 25px;
    }
}

@media only screen and (max-width:750px) {
    .logo,
    .social,
    .nav ul,
    .nav li,
    .nav .phone,
    .home .recent-posts ul li,
    .sidebar-widget {
        float: none;
    }
    .nav ul,
    .nav li,
    .nav li a,
    .nav .phone,
    .sidebar-widget,
    .nav .wrapper,
    .home .recent-posts ul li {
        width: 100%;
    }
    .nav li,
    .nav .phone {
        text-align: center;
    }
    .logo-img {
        display: block;
        margin: 25px auto 0 auto;
    }
    .social {
        margin: 0 auto 25px auto;
        width: 300px;
    }
    .social ul {
        padding-left: 0;
    }
    .social ul li:last-child {
        margin-right: 0;
    }
    .social ul,
    .home .recent-posts {
        overflow: auto;
    }
    .nav {
        height: auto;
    }
    .nav ul li:hover ul {
        display: none;
    }
    .home .mast {
        height: auto;
    }
    .home .recent-posts ul li {
        padding: 0;
    }
    .callouts {
        margin-bottom: 0;
        top: auto;
    }
    .mast h1 {
        font-size: 24px;
    }
    .callouts ul li {
        display: block;
        margin: 0 auto 20px auto;
    }
    .gform_wrapper .right_label input.medium, 
    .gform_wrapper .right_label select.medium, 
    .gform_wrapper .left_label input.medium, 
    .gform_wrapper .left_label select.medium {
        width: 63% !important;
    }
    blockquote {
        margin: 0;
    }
    blockquote li {
        margin-bottom: 10px;
    }
    .sidebar-widget img {
        display: block;
        margin: 0 auto;
    }
    .home .sidebar-widget img {
        margin-bottom: 20px;
    }
    .service {
	    float: none;
	    width: 100%;
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/* accordian */

.accordian-container {
  width:80%;
  margin:30px auto 0 auto;
  overflow:hidden;
}
.accordian-button { 
  width:100%;
  margin:0 auto;
  cursor:pointer;
  text-align:center;
}
.accordian-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#3b6f9a;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -o-border-radius:8px;
  border-radius:8px;
}
.accordian-content-inner {
  padding:20px;
}
.accordian-container .open {
  height: auto;
}
.accordian-container .selected {
  color:#f1e87e;
}

/* packages */

.packages:after {
	clear:both;
	display:table;
	content:"";
}
.package {
	width:30%;
	float:left;
	margin-right:3%;
	margin-bottom:2em;
}
.package.foundation {
	float:none;
	margin-right:0;
	display:block;
}
.foun.package {
	width:22%;
	margin-top: 21px;
	text-align:center;
}
.monthly.packages {
	float:left;
	text-align:center;
	width:75%;
	border:1px solid #FFF;
	border-radius: 10px;
	position: relative;
	padding:20px;
	margin-bottom:20px;
}
.cons.package, .cont.package, .conv.package {
	width:31%;
	margin-right:3.5%;
	margin-bottom:0;
}
.foun.package h3 {
	background-color: #1a591c;
	border-radius: 10px 10px 0 0;
}
.cons.package h3 {
	background-color: #255580;
}
.cont.package h3 {
	background-color: #1a3c59;
}
.conv.package {

}
.package.last {
	margin-right:0;
}
.package h3:first-child {
	border-radius: 10px 10px 0 0;
}
.package h3:last-child {
	border-radius: 0 0 10px 10px;
}
.package h3 {
	background-color:#0f2334;
	color:#FFF;
	text-align:center;
	font-size:2em;
	padding:10px 0;
	margin:0;
}
.package h4 {
	background-color: #f2f1ed;
	color:#444;
	padding:10px 0;
	margin:0;
	text-align: center;
	font-size: 1.2em;
}
.package ul {
	background-color:#FFF;
	margin:0;
	padding:0;
}
.package ul li {
	padding:10px;
	text-align: center;
	color:#333;
	list-style-type: none;
	border-bottom:1px solid #eee;
}
.package a.button {
	padding:8px 10px;
}
  

/* HubSpot CTA */
.hs-cta {
	text-align:center;
	margin:3em 0;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    OVERRIDES
\*------------------------------------*/

.wp-caption {
	background: none;
	border: 0;
}
.gform_drop_instructions {
	color:#FFF;
}
.gform_wrapper .gsection_description li, 
.gform_wrapper form .gsection_description li {
	list-style: inherit !important;
	list-style-type: decimal !important;
}
