/*
Theme Name: Book More Brides
Author: Unique Blog Designs
Author URI: http://uniqueblogdesigns.com
Description: WordPress Theme designed and developed by Nate Whitehill of Unique Blog Designs.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
    font-family: 'Genericons';
    src: url('genericons/font/genericons-regular-webfont.eot');
    src: url('genericons/font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('genericons/font/genericons-regular-webfont.woff') format('woff'),
        url('genericons/font/genericons-regular-webfont.ttf') format('truetype'),
        url('genericons/font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* =Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
hr {
    background: #fff;
    border-top: 1px #DCDDE1 solid;
    border-bottom: 1px #DCDDE1 solid;
    border-left: none;
    border-right: none;
    height: 7px;
    margin: 30px auto;
    position: relative;
    width: 100%;
    clear: both;
}

/* Images */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft {
    margin: 5px 20px 15px 0 !important;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption.alignleft {
    margin: 5px 20px 15px 0;
}
img.alignright {
    margin: 5px 0 15px 20px !important;
}
.wp-caption.alignright {
    margin: 5px 0 15px 20px;
}
img.aligncenter {
    margin: 5px auto;
    clear: both;
}
img.alignnone {
    margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 15px !important;
    line-height: 19px !important;
    margin-top: 10px;
    font-style: italic;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    text-align: center;
    padding: 0 10px;
}
img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
    list-style-position: inside;
}
::selection {
    background: #CC1F69;
    color: #fff;
}
::-moz-selection {
    background: #CC1F69;
    color: #fff;
}


/* = Buttons
-------------------------------------------------------------- */
.read-btn {
    background: #28A9B0;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 48px;
    width: 100%;
    padding: 0;
    height: 48px;
    margin-top: 30px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    float: none;
    clear: both;
    box-sizing: content-box;
}
.read-btn:hover {
    background: #24999f;
}

/* = Basic Structure
-------------------------------------------------------------- */
body {
    font-family: 'Lato', sans-serif;
    line-height: 1;
    width: 100%;
    /*background: #54BBBF;*/
}
.container {
    width: 1000px;
    position: relative;
    margin: auto;
    clear: both;
}
#main {
    width: 100%;
    float: left;
    margin-top: 104px;
    background: #fff;
}
#main #content {
    float: left;
    width: 100%;
    background: #fff;
    z-index: 9;
    position: relative;
}
.single #main #content {
    margin-top: -255px;
    border-top: 5px #BCE5E6 solid;
}
.page #main #content,
.error404 #main #content,
.category #main #content,
.search #main #content {
    z-index: 1;
}
.single #main #content:before {
    content: "";
    display: block;
    height: 250px;
    width: 5px;
    background: #BDE5E6;
    position: absolute;
    left: 0;
}
.single #main #content:after {
    content: "";
    display: block;
    height: 250px;
    width: 5px;
    background: #BDE5E6;
    position: absolute;
    right: 0;
}
#main #content .articles {
    float: left;
    width: 63%;
}
#main #content .articles article {
    width: 100%;
}
*:hover,*:focus {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
input:hover,input:active {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.unhidden {
    display: block;
}
.hidden {
    display: none;
}

/* Clear Fix */
.clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* No Sidebar */
#content.no-sidebar article {
    float: none;
    width: auto;
}
#content.no-sidebar {
    width: 80% !important;
    float: none !important;
    margin: auto !important;
}

/* Inputs */

form input[type="text"],
form input[type="name"],
form input[type="email"],
form input[type="phone"],
form input[type="url"]{
    width: 100%;
    height: 56px;
    background-color: rgba(255,255,255,.9);
    margin-bottom: 10px;
    font: 300 18px/24px 'Lato', sans-serif;
    padding: 10px;
    border: 1px #C3C3C3 solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
textarea {
    width: 100%;
    background-color: rgba(255,255,255,.5);
    margin-bottom: 20px;
    font: 300 15px/22px 'Lato', sans-serif;
    padding: 10px;
    border: 1px #C3C3C3 solid;
}
input[type="name"] {
    background-image: url('images/input-name.png');
    background-repeat: no-repeat;
    background-position: 248px 12px;
}
input[type="email"] {
    background-image: url('images/input-email.png');
    background-repeat: no-repeat;
    background-position: 248px 17px;
}
input[type="phone"] {
    background-image: url('images/input-phone.png');
    background-repeat: no-repeat;
    background-position: 248px 12px;
}
input[type="url"] {
    background-image: url('images/input-url.png');
    background-repeat: no-repeat;
    background-position: 248px 12px;
}
input[type="text"]:focus,
input[type="name"]:focus,
input[type="email"]:focus,
input[type="phone"]:focus,
input[type="url"]:focus,
textarea:focus {
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.15);
    background: rgba(255,255,255,.7);
}

/* Moonray Forms Reset */

.moonray-form {
    /*margin-top:10px*/
}

.moonray-form-input {
    /*height:30px !important;*/
    line-height: inherit ;
    margin:0 !important;
}
.moonray-form-input-type-image input{
    height:inherit !important;
}

.moonray-form-element-paymentmethod {
    margin-top:-110px !important;
    margin-left:10px !important;
    padding-right:30px !important;
}

html body .bmb-optin .right input[type="submit"].moonray-form-input{
    width: 100% !important;
}

/* = Header
-------------------------------------------------------------- */
#header {
    width: 100%;
    height: 104px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 10px 0 0px rgba(28,170,177,.8);
    margin: auto;
    position: fixed;
    z-index: 9998;
}
#header h1 {
    float: left;
    position: relative;
}
#header h1:before {
    width: 139px;
    height: 119px;
    border: 1px solid #c9cbcb;
    border-top: 0;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.15);
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
}
#header h1 a  {
    width: 114px;
    height: 91px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url('images/logo.png') no-repeat;
    text-indent: -9999px;
    margin: 14px;
    position: relative;
    z-index: 9999;
}
#header p {
    width: 407px;
    font: italic 400 16px/22px 'Lato', sans-serif;
    color: #fff;
    float: left;
    margin-right: 40px;
    margin-top: 40px;
}
#tagline {
    background: #1E969C;
    width: 100%;
    height: 35px;
    border-top: 3px #23AAB1 solid;
    border-bottom: 2px #1B868B solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#tagline p {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    line-height: 32px;
    color: rgba(255,255,255,.9);
    margin: auto;
}

/* Nav */
#header #nav {
    width: 54%;
    height: 43px;
    float: left;
    position: relative;
    top: 0;
    margin-top: 40px;
    margin-left: 40px;
}
#header #mobile-nav {
    display: none;
}
#header #nav ul li {
    float: left;
    margin-right: 1.5%;
}
#header #nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 9px;
    line-height: 48px;
    position: relative;
}
#header #nav ul li:nth-child(3) {
    margin-right: 4.5%;
}
#header #nav ul li:nth-child(3) a {
    padding-right: 16px;
}
#header #nav ul li a:hover {
    background: #C1F1F3;
}
#header #nav ul li .sub-menu {
    display: none;
}
#header #nav li.menu-item-has-children {
    width: 63px;
    position: relative;
}
#header #nav li.menu-item-has-children:after {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    right: -6px;
    width: 5px;
    height: 4px;
    background: url('images/d-arrow.png');
}
#header #nav li.menu-item-has-children:hover .sub-menu {
    display: block;
    background: rgba(40,169,176,.9);
    width: 196px;
    box-shadow: 0 0 0 1px rgba(44,128,130,.7);
    margin: 0;
}
#header #nav li.menu-item-has-children .sub-menu li {
    float: none;
    margin: 0;
}
#header #nav li.menu-item-has-children .sub-menu li a {
    line-height: 30px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 10px;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
#header #nav li.menu-item-has-children .sub-menu li:nth-child(4) {
    margin-right: 0;
}
#header #nav li.menu-item-has-children .sub-menu li a:hover {
    background: rgba(44,128,130,.7);
    color: #fff;
}

/* Social */

#header #social {
    float: right;
    position: absolute;
    right: 0;
    top: 10px;
}

#copyright #social{
    right: 0;
    top: 10px;
    margin-left: 10px;
    margin-right: 23px;
}

#copyright #social li,
#header #social li {
    float: left;
    margin-left: 13px;
}
#copyright #social li a,
#header #social li a {
    text-indent: -9999px;
    display: block;
    background: url('images/bmb-sprite.png') no-repeat;
    position: relative;
    padding: 0;
    opacity: .7;
}
#copyright #social li a:hover,
#header #social li a:hover {
    opacity: 1.0;
}
#copyright #social li a.fb,
#header #social li a.fb {
    background-position: -1px -1px;
    width: 9px;
    height: 18px;
}
#copyright #social li a.yt,
#header #social li a.yt {
    background-position: -143px -1px;
    width: 18px;
    height: 18px;
}
#copyright #social li a.tw,
#header #social li a.tw {
    background-position: -25px -2px;
    width: 18px;
    height: 16px;
}
#copyright #social li a.pi,
#header #social li a.pi {
    background-position: -55px -0px;
    width: 14px;
    height: 19px;
}
#copyright #social li a.go,
#header #social li a.go {
    background-position: -84px -1px;
    width: 18px;
    height: 17px;
}
#copyright #social li a.li,
#header #social li a.li {
    background-position: -113px -1px;
    width: 17px;
    height: 18px;
}
#header #searchform #s {
    font-size: 14px;
    margin: 0;
    width: 24.5%;
    height: 40px;
    background: #1ba9b1 url('images/search.png') no-repeat 95% 10px;
    color: #fff;
    font-weight: 400;
    margin-top: 40px;
    float: right;
    border: none;
}
#header #searchform #s:focus {
    width: 27%;
    background-position: 95% 10px;
}
#header #searchform input::-webkit-input-placeholder {
    color: #fff;
}

#copyright .footer-block{
    display: table;
}
#copyright .footer-row{
    display: table-row;
}
#copyright .footer-left,
#copyright .footer-center,
#copyright .footer-right{
    display: table-cell;
    vertical-align: middle;
}

/* = Page Title
-------------------------------------------------------------- */
#page-title {
    width: 100%;
    height: 150px;
    background: url('images/page-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 5;
    margin-top: -103px;
    border-bottom: 5px #BBE5E6 solid;
}
#page-title h2 {
    padding-top: 143px;
    font-weight: 300;
    font-size: 54px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    z-index: 9;
}
#page-title:before {
    content: "";
    display: block;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    z-index: 0;
    /*background: url('images/bg-shadow.png') repeat-x;*/
}
#page-title:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 155px;
    height: 10px;
    background: url('images/flare-bg.png') repeat;
    opacity: .5;
}
.single #page-title:before {
    height: 309px;
}
.single #page-title {
    height: 395px;
}
.single #page-title:after {
    top: 400px;
}

/* = Blog / Archives
-------------------------------------------------------------- */
.blog article,
.category article,
.archive article {
    border-bottom: 4px double #DADBDF;
}
.browsing {
    display: block;
    margin-left: 40px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #978D8D;
}
.articles article {
    clear: both;
    float: left;
}
.articles article .wp-post-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.articles article h2 {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 10px;
}
.articles article h2 a {
    color: #000;
    text-decoration: none;
}
.articles article h2 a:hover {
    color: #1CAAB1;
    text-decoration: none;
}
.articles article .entry-meta {
    margin-bottom: 10px;
    color: #8D8D8D;
    display: block;
    font-size: 12px;
    line-height: 15px;
}
.articles article .entry-meta a {
    color: #29AAB1;
    text-decoration: none;
}
.articles article .entry-meta a:hover {
    text-decoration: underline;
}
.articles article p {
    font: 400 15px/24px 'Lato', sans-serif;
    margin-bottom: 20px;
}
.articles article p a {
    color: #28A9B0;
    text-decoration: none;
}
.articles article p a:hover {
    text-decoration: underline;
    color: #2C999E;
}

/* = Homepage
-------------------------------------------------------------- */
#homepage {
    margin: auto;
    width: 100%;
    padding-top: 114px;
    background: #fff;
}

#featuredin{
    text-align: center;
}
/* = Splash & Opt-In Defaults
-------------------------------------------------------------- */
#homepage #splash {
    width: 100%;
    background: no-repeat center center fixed;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 10px #28AAB0 solid;
    height:345px;
    position: relative;
}


#homepage #splash.clearfix{
    display: block;
}

#splasha{
    width: 50%;
    height: 100%;
    float: left;
    background-image: url("images/back-left.png");
    background-repeat: repeat-x;
}
#splashb{
    width: 50%;
    height: 100%;
    background-image: url("images/back-right.png");
    background-repeat: repeat-x;
    overflow: auto;
}
#splash2{
    background: url('images/padovani72.jpg');
    background-repeat: no-repeat;
    background-position: 40% 0;
    height: 100%;
    /*width: 1000px;    */
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#splash2 .container {
  max-width: 1300px;
  width: auto;
}
#splash #spash-text{
    /*margin-left: 470px;
    width: 650px;    */
    width: 60%;
    float: right;
}
#splash #spash-text p{
    /*width: 500px;*/
    padding: 0 20%;
}

#splash.img2 {
    background-image: url('images/hero-bg-2.jpg');
}
#splash h2 {
    text-align: center;
    padding-top: 40px;
    font-size: 50px;
    line-height: 55px;
    width: 90%;
    /*text-shadow: 0 0 5px rgba(0,0,0,.35);*/
    text-shadow: 0px 0px 3px #000, 2px 2px #000, 3px 3px #000;
    margin: auto;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
}
#splash h2 em {
    font-style: italic;
    font-weight: bold;
}
#splash p {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 5;
    font-size: 22px;
    line-height: 29px;
    margin: 0 auto 40px;
    /*text-shadow: 0 0 5px rgba(0,0,0,.35);*/
    text-shadow: 0px 0px 3px #000, 2px 2px #000, 3px 3px #000;
}
#splash #home-opt-in {
    margin: auto;
    margin-bottom: 50px;
    width: 1000px;
}
#splash .left {
    float: left;
    padding: 10px;
    position: relative;
    background: rgba(0,0,0,.3);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 25px;
}
#splash .left iframe {
    margin: auto;
}
#splash .right {
    float: right;
    width: 35%;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    background: rgba(0,0,0,.3);
}
#splash .right h3 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgba(0,0,0,.35);
}
#splash .right p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgba(0,0,0,.35);
}
.right input[type="text"],
.right input[type="email"] {
    border: 1px #E0E2E6 solid !important;
    padding: 5px 10px;
    width: 100% !important;
    font: 400 15px/24px 'Lato', sans-serif !important;
    height: 48px;
    font-weight: 500;
    border-radius: 0 !important;
    line-height: 20px;
    font-size: 15px;
    position: relative;
    background-color: rgba(255,255,255,.9) !important;
}
#splash .right label.moonray-form-label {
    color: #fff !important;
}
.right select {
    width: 100%;
    height: 39px;
    border: 1px #7F7F7F solid;
    font-size: 15px;
    padding-top: 9px;
    display: block;
    border: 1px solid #bdbdbd;
    background-color: #e3e3e3;
}
.right input[type="text"]::-webkit-input-placeholder,
.right input[type="email"]::-webkit-input-placeholder {
    color: #000;
}
.right input[type="text"].name {
    background-image: url('images/input-icons.png');
    background-position: 95% 10px;
    background-repeat: no-repeat;
}
.right input[type="email"].email {
    background: rgba(255,255,255,.9) url('images/input-icons.png') 95% -63px no-repeat;
}
.right input[type="text"]:focus,
.right input[type="email"]:focus  {
    background-color: #fff !important;
    transition: 0s !important;
    -webkit-transition: 0s !important;
    -moz-transition: 0s !important;
}
.right select {
    background-image: none !important;
}
.right input[type="submit"],
.right a.cta-btn {
    position: relative;
    z-index: 9;
    background-color: rgba(202,0,90,.9) !important;
    border: 3px solid #e92f7f !important;
    text-align: center;
    color: #fff !important;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    font-size: 16px !important;
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 27px;
    width: 100% !important;
    padding: 10px 20px;
    display: block !important;
    text-decoration: none;
    margin-top: 10px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.right input[type="submit"]:hover,
.right a.cta-btn:hover {
    background: rgba(202,0,90,1);
}
.right small {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    display: block;
}
.right small a {
    color: #fff;
    text-decoration: none;
}
.right small a:hover {
    text-decoration: underline
}

/* = Optin
-------------------------------------------------------------- */
.home #optin {
    display: block;
}

#optin {
    background: #1ba9b1;
    color: #fff;
    margin-bottom: 1em;
    padding: 1em 1em 1em 25%;
    position: relative;
}
#optin form{
    /*margin-left: 90px;*/
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
#optin #optin-text{
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    margin-left: 0;
}
#optin:before {
    background: url('images/book1.png') no-repeat center top;
    background-size: 100%;
    content: "";
    display: block;
    height: 230px;
    overflow: hidden;
    width: 149px;
    position: absolute;
    top: -83px;
    margin-left: -160px;
}

#optin input[name="firstname"], #optin input[name="email"] {
    height: 44px;
    border: 1px solid #ccc;
    border-radius: 0;
    float: left;
    display: inline;
    /*margin: 0 0.25em!important;*/
    padding: 0.5em 1em;
}

#optin .moonray-form-input-type-select{
    display: none;
}

#optin .moonray-form .moonray-form-element-wrapper {
  display: inline-block;
  float:none;
  width: auto;
  /*margin: 10px 0 0;*/
  padding: 10px 5px;

}

#optin .moonray-form .moonray-form-input-type-text,
#optin .moonray-form .moonray-form-input-type-email {
    /* margin: 0 !important; */
    width: 28%;
    /*font-size: 0;*/ /* Because of inline-block above */
  }

#optin input[type="submit"] {
    height: 44px!important;
    background: #ca005a;
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    color: #fff;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.2em;
    /*margin: 0 0.25em!important;*/
    padding: 0.5em 2em;
    text-shadow: none;
}

#optin h3 {
    font-size: 2em;
    font-weight: 100;
    line-height: 1.1em;
    text-align: center;
}

/* = Solutions
-------------------------------------------------------------- */
#solutions {
    width: 100%;
    padding-bottom: 80px;
    position: relative;
}
#solutions:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    height: 28px;
    background: url('images/flare-bg.png') repeat;
    opacity: .5;
}
#solutions h2 {
    text-align: center;
    padding-top: 60px;
    font-size: 84px;
    margin: auto;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
#solutions .sub-heading {
    color: #B8B8B8;
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 40px;
}
#solutions ul.circles {
    width: 72%;
    margin: auto;
    clear: both;
}
#solutions ul.circles li {
    float: left;
    margin-right: 6.1%;
    margin-bottom: 50px;
    width: 206px;
    height: 260px;
}
#solutions ul.circles li:nth-child(3n) {
    margin-right: 0;
}
#solutions ul.circles li h3 {
    font-size: 23px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}
#solutions ul.circles li a {
    color: #000;
    text-decoration: none;
}
#solutions ul.circles li a:hover {
    color: #28AAB0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
#solutions ul.circles li span {
    width: 188px;
    height: 188px;
    display: block;
    margin: auto;
    margin-bottom: 23px;
    border-radius: 150px;
    box-shadow: 0 0 0 5px #D7DFE4;
    background: url('images/solutions.jpg') no-repeat;
}
#solutions ul.circles li span:hover {
    box-shadow: 0 0 0 5px #31AAAF,0 0 7px 10px #f0f1ff;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
#solutions ul.circles li .freebies {
    background-position: left top;
}
#solutions ul.circles li .leads {
    background-position: center top;
}
#solutions ul.circles li .websites {
    background-position: right top;
}
#solutions ul.circles li .marketing {
    background-position: left -188px;
}
#solutions ul.circles li .social-media {
    background-position: center -188px;
}
#solutions ul.circles li .pricing {
    background-position: right -188px;
}
#solutions ul.circles li .sales {
    background-position: left -376px;
}
#solutions ul.circles li .tools {
    background-position: center bottom;
}
#solutions ul.circles li .trends {
    background-position: bottom right;
}
#solutions .industries {
    float: left;
}
#solutions .industries p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
    clear: both;
    border-top: 1px #52BABE dashed;
    padding-top: 30px;
}
#solutions .industries ul {
    margin: auto;
}
#solutions .industries li {
    width: 23.6%;
    height: 215px;
    border: 5px #D7DFE4 solid;
    float: left;
    margin-right: 1.8%;
    margin-bottom: 18px;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
#solutions .industries li:hover {
    border-color: #4DBABF;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
#solutions .industries li a {
    width: 100%;
    display: block;
    height: 51px;
    position: absolute;
    top: 0;
    padding-top: 150px;
    color: #000;
    text-decoration: none;
}
#solutions .industries li.venues-caterers {
    margin-right: 0;
}
#solutions .industries li.photographers:before {
    content: "";
    display: block;
    width: 112px;
    height: 87px;
    background: url('images/industries.png') top left;
    position: absolute;
    top: 35px;
    left: 60px;
}
#solutions .industries li.photographers:hover:before {
    background-position: left -87px;
}
#solutions .industries li.wedding-planners:before {
    content: "";
    display: block;
    width: 178px;
    height: 107px;
    background: url('images/industries.png') -112px top;
    position: absolute;
    top: 21px;
    left: 25px;
}
#solutions .industries li.wedding-planners:hover:before {
    background-position: -112px -107px;
}
#solutions .industries li.djs:before {
    content: "";
    display: block;
    width: 138px;
    height: 118px;
    background: url('images/industries.png') -290px 0;
    position: absolute;
    top: 16px;
    left: 56px;
}
#solutions .industries li.djs:hover:before {
    background-position: -290px -118px;
}
#solutions .industries li.venues-caterers:before {
    content: "";
    display: block;
    width: 162px;
    height: 100px;
    background: url('images/industries.png') right top;
    position: absolute;
    top: 26px;
    left: 30px;
}
#solutions .industries li.venues-caterers:hover:before {
    background-position: right -100px;
}

/* = Testimonials
-------------------------------------------------------------- */
#testimonials {
    background: #2C3E64 url('images/testimonials-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 70px;
    clear: both;
    border-bottom: 10px #E0E1E4 solid;
}
#testimonials h2 {
    text-align: center;
    padding-top: 60px;
    font-size: 73px;
    margin: auto;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 60px;
}
#testimonials .testimonial-v {
    width: 42%;
    height: auto;
    background: rgba(255,255,255,.7);
    border: 1px #C8C9CB solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    margin: 40px 39px;
    position: relative;
    padding-bottom: 30px;
}
#testimonials .testimonial-v blockquote,
#testimonials .testimonial-h blockquote {
    font-size: 22px;
    font-weight: 200;
    line-height: 34px;
    font-style: italic;
    padding: 40px 60px;
}
#testimonials blockquote strong {
    font-weight: 700;
}
#testimonials .testimonial-v cite,
#testimonials .testimonial-h cite {
    font-family: 'Euphoria Script', cursive;
    color: #29AAB0;
    font-size: 42px;
    margin-left: 30px;
    display: block;
    margin-bottom: 5px;
}
#testimonials .testimonial-v p,
#testimonials .testimonial-h p {
    font-size: 14px;
    font-weight: 200;
    margin-left: 30px;
}
#testimonials .testimonial-v span,
#testimonials .testimonial-h span {
    border-radius: 98px;
    width: 98px;
    height: 98px;
    margin-right: 35px;
    margin-bottom: 20px;
    float: left;
    position: absolute;
    top: -30px;
    left: -50px;
}
#testimonials .randall {
    background-image: url('images/testim-randall.jpg');
}
#testimonials .bri {
    background-image: url('images/testim-bri.jpg');
}
#testimonials .saku {
    background-image: url('images/testim-saku.jpg');
}
#testimonials .testimonial-h {
    background: rgba(255,255,255,.7);
    border: 1px #C8C9CB solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    margin: 40px 39px;
    position: relative;
    padding-bottom: 30px;
}
#testimonials .rmss {
    clear: both;
    width: 100%;
    margin-top: 60px;
    position: relative;
}
#testimonials .rmss:before {
    content: "";
    display: block;
    width: 78px;
    height: 38px;
    background: url('images/bmb-sprite.png') -267px -196px no-repeat;
    position: absolute;
    top: 12px;
    left: 617px;
}
#testimonials .rmss p {
    font-family: 'Euphoria Script', cursive;
    font-size: 59px;
    float: left;
}
#testimonials .rmss-btn {
    position: relative;
    background: rgba(202,0,90,.9);
    border: 3px solid #e92f7f;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    font-size: 17px;
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 50px;
    width: 290px;
    height: 55px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
}
#testimonials .rmss-btn:hover {
    background: rgba(202,0,90,1);
}


/* = BMB Blog
-------------------------------------------------------------- */
#bmb-blog {
    position: relative;
    background: rgba(255,255,255,.7);
    width: 100%;
}
#bmb-blog:before {
    content: "";
    display: block;
    position: absolute;
    top: 102px;
    background: #D8D7D4;
    height: 1px;
    width: 100%;
}
#bmb-blog .domtab {
    float: left;
    width: 100%;
}
#bmb-blog .domtabs {
    background: #fff;
    clear: both;
    margin-bottom: 60px;
    float: left;
    width: 100%;
    border-bottom: 1px #D8D7D4 solid;
}
#bmb-blog .domtabs li {
    float: left;
    text-align: center;
    border-right: 1px #D8D7D4 solid;
    width: 33.3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#bmb-blog .domtabs li a {
    font-size: 31px;
    line-height: 102px;
    color: #A99797;
    text-decoration: none;
    height: 102px;
    font-style: italic;
    width: 100%;
    background: #FFFFFF;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#bmb-blog .domtabs li:nth-child(3n) {
    border-right: none;
}
#bmb-blog .domtabs li a:hover {
    background: #eee;
    color: #938383;
}
#bmb-blog .domtabs li a:active,
#bmb-blog .domtabs li a.active,
#bmb-blog .domtabs li.active a {
    background: #C91D67;
    font-size: 40px;
    color: #fff;
    letter-spacing: 0;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    font-style: italic;
    font-weight: 600;
    position: relative;
}
#bmb-blog .domtabs li.active:after {
    content: "";
    display: block;
    background: url('images/bmb-blog-arrow.png') no-repeat;
    width: 33.3%;
    height: 27px;
    position: absolute;
    top: 100px;
}
#bmb-blog .domtab .div {
    width: 63%;
    float: left;
}
#bmb-blog .domtab article {
    clear: both;
    float: left;
    padding: 0 0 40px;
}
#bmb-blog .domtab hr {
    background: #fff;
    border-top: 1px #DCDDE1 solid;
    border-bottom: 1px #DCDDE1 solid;
    border-left: none;
    border-right: none;
    height: 7px;
    margin: 30px auto ;
    position: relative;
    width: 100%;
    clear: both;
}
#bmb-blog .domtab article .wp-post-image {
    margin: 20px 0px;
    width: 100%;
    height: auto;
    border: 3px #E5E5E5 solid;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#bmb-blog .domtab article .post-info {
    float: left;
    width: 81%;
}
#bmb-blog .domtab article h2 {
    font-size: 29px;
    line-height: 37px;
    margin-bottom: 10px;
}
#bmb-blog .domtab .avatar {
    float: left;
    border-radius: 87px;
    margin-right: 30px;
    width: 87px;
    height: 87px;
}
#bmb-blog .domtab article h2 a {
    color: #000;
    text-decoration: none;
}
#bmb-blog .domtab article h2 a:hover {
    color: #54BBC0;
}
#bmb-blog .domtab article .entry-meta {
    margin-bottom: 10px;
    color: #8D8D8D;
    display: block;
    font-size: 12px;
    line-height: 15px;
}
#bmb-blog .domtab article .entry-meta a {
    color: #29AAB1;
    text-decoration: none;
}
#bmb-blog .domtab article .entry-meta a:hover {
    text-decoration: underline;
}
#bmb-blog .domtab article p {
    font: 400 18px/26px 'Lato', sans-serif;
    margin-bottom: 30px;
}
#bmb-blog .domtab article p a {
    color: #28A9B0;
    text-decoration: none;
}
#bmb-blog .domtab article p a:hover {
    text-decoration: underline;
    color: #2C999E;
}
/* Sidebar */
#home-sidebar aside {
    clear: both;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
#bmb-blog #home-sidebar {
    float: right;
    width: 30%;
}
#bmb-blog #home-sidebar iframe {
    margin-bottom: 40px;
}

/* Shareaholic */
div.shareaholic-canvas {
    margin-top: -20px;
}
.single div.shareaholic-canvas {
    float: none;
    margin-left: 13px;
}

/* = BMB Optin
-------------------------------------------------------------- */
.bmb-optin {
    clear: both;
    border-top: 10px #EEEFF4 solid;
    border-bottom: 10px #E0E1E4 solid;
    width: 100%;
    float: left;
    background: #FBFBFD url('images/bmb-optin-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bmb-optin .left {
    width: 42%;
    border-left: 20px #EEEFF4 solid;
    border-right: 5px #EEEFF4 solid;
    background: rgba(255,255,255,.7);
    float: left;
    position: relative;
    padding: 40px 30px;
}
.bmb-optin .left h2 {
    font-size: 41px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
    color: #61ABAC;
    margin-bottom: 30px;
}
.bmb-optin .left h2 em {
    font-family: 'Euphoria Script', cursive;
    font-size: 60px;
    color: #C6165C;
    text-transform: capitalize;
}
.bmb-optin .left p {
    color: #3C7173;
    font-size: 18px;
    line-height: 27px;
}
.bmb-optin .right {
    float: left;
    width: 37%;
    padding: 30px;
}
.bmb-optin .right h3 {
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}
.bmb-optin .right p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.bmb-optin .right small a {
    color: #000;
    text-decoration: none;
}
.bmb-optin .right small a:hover {
    text-decoration: underline
}
.bmb-optin.sec {
    border-bottom: none;
}

/* = Post / Page
-------------------------------------------------------------- */


/* Content */
#content .articles hr {
    background: #fff;
    border-top: 1px #DCDDE1 solid;
    border-bottom: 1px #DCDDE1 solid;
    border-left: none;
    border-right: none;
    height: 7px;
    margin: 30px auto;
    position: relative;
    width: 100%;
    clear: both;
}
@-moz-document url-prefix() { #content .articles hr { float: left; margin-left: 15px; }}
#content article {
    padding: 30px 40px 20px;
    float: left;
    width: 66%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#content article h2.post-title {
    font-size: 40px;
    line-height: 47px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0!important;
}
#content .page-header {
    padding: 40px 40px 0 40px;
    color: #888888;
}
#content .page-header .post-title {
    font-size: 20px;
    line-height: 47px;
    margin-bottom: 0;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px dotted #888888;
    margin-top: 0!important;
}
#content .post-info {
    float: left;
    padding-left: 30px;
}
#content article .avatar {
    float: left;
    border-radius: 87px;
    margin-right: 30px;
    position: absolute;
    left: -40px;
    width: 87px;
    height: 87px;
}
#content article h2.post-title a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
#content article h2.post-title a:hover {
    color: #F91D29;
}
#content article .category {
    color: #8D8D8D;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}
#content article .category a {
    color: #8D8D8D;
    text-decoration: none;
}
#content article .entry-meta {
    color: #8D8D8D;
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 20px;
}
#content article .entry-meta a {
    color: #29AAB1;
    text-decoration: none;
}
#content article .entry-meta a:hover {
    text-decoration: underline;
}
#content article .entry-meta .edit-link a {
    color: #29AAB1;
    padding-left: 10px
}
#content article .entry-meta .edit-link a:hover {
    text-decoration: underline;
}
#content article .entry-content {
    font: 400 16px/24px 'Lato', sans-serif;
}
#content article .entry-content div {
    margin-bottom: 20px;
}
#content article .entry-content .social-share {
    margin-bottom: 20px;
    clear: both;
}
#content article .entry-content h1,
#content article .entry-content h2,
#content article .entry-content h3,
#content article .entry-content h4,
#content article .entry-content h5,
#content article .entry-content h6 {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
    font-family: 'Lato', sans-serif;
}
#content article .entry-content h1 {
    font-size: 31px;
    line-height: 37px;
}
#content article .entry-content h2 {
    font-size: 28px;
    line-height: 34px;
    color: #29AAB1;
}
#content article .entry-content h3 {
    font-size: 25px;
    line-height: 31px;
    font-weight: 900;
    color: #C80D5B;
}
#content article .entry-content h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 900;
}
#content article .entry-content h5 {
    font-size: 19px;
    line-height: 25px;
}
#content article .entry-content h6 {
    font-size: 16px;
    line-height: 22px;
}
#content article .entry-content h1:first-child,
#content article .entry-content h2:first-child,
#content article .entry-content h3:first-child,
#content article .entry-content h4:first-child,
#content article .entry-content h5:first-child,
#content article .entry-content h6:first-child {
    margin-top: 0;
}
#content article .entry-content .wp-post-image {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
}
#content article .entry-content p,
#content article .entry-content ol,
#content article .entry-content ul {
    font: 400 16px/24px 'Lato', sans-serif;
    margin-bottom: 20px;
}
#content article .entry-content strong {
    font-weight: 700;
}
#content article .entry-content ul {
    margin-left: 30px;
}
#content article .entry-content ul li {
    margin-bottom: 15px;
    list-style-type: square;
}
#content article .entry-content ol {
    margin-left: 30px;
}
#content article .entry-content ol li {
    margin-bottom: 15px;
    list-style-type: decimal;
}
.entry-content img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 3px 5px 0px rgba(0,0,0,.15);
}
.entry-content img.circle {
    border-radius: 100%;
}
#content article .entry-content blockquote {
    background: #F7F7F7;
    border: 1px #CACACA solid;
    border-left: 10px #CACACA solid;
    padding: 20px;
    font-style: italic;
    font-size: 17px;
    line-height: 27px;
    margin: 30px 0;
}
#content article .entry-content blockquote p {
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
#content article .entry-content blockquote p:first-child {
    margin-bottom: 0;
}
#content article .entry-content blockquote p:nth-child(2) {
    margin-top: 20px;
}
#content article .entry-content blockquote p:last-child {
    margin-bottom: 0;
}
#content article .entry-content a {
    color: #127CB7;
    text-decoration: underline;
}
#content article .entry-content a:hover {
    color: #29AAB1;
    text-decoration: none;
}
#content article .entry-content .testimonial-content-photo {
    float: left;
    margin-right: 30px;
}
#content article .entry-content .testimonial-content-photo img {
    border-radius: 100px;
}
#content article .entry-content em{
    font-style: italic;
}
.tags {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-bottom: 40px;
    clear: both;
}
.tags a {
    color: #323232;
    text-decoration: none;
}
.tags a:hover {
    text-decoration: underline;
    color: #FD0D1B;
}
/*.bot-opt-in {
        background: #f1feff;
        border: 1px #D8EEEF solid;
        border-bottom-width: 5px;
        padding: 10px 30px;
        margin-bottom: 20px;
}
.bot-opt-in p {
        margin-bottom: 0 !important;
        font-size: 18px !important;
        line-height: 27px !important;
        text-align: center;
}
/*.bot-opt-in a {
        position: relative;
        z-index: 9;
        background: rgba(202,0,90,.9);
        border: 3px solid #e92f7f;
        text-align: center;
        color: #fff !important;
        font-weight: 700;
        text-shadow: 0 2px 2px rgba(0,0,0,.3);
        font-size: 21px;
        margin-bottom: 16px;
        font-family: 'Lato', sans-serif;
        line-height: 27px;
        width: 100%;
        padding: 10px 20px;
        display: block;
        text-decoration: none !important;
        margin-top: 10px;
        cursor: pointer;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
}
.bot-opt-in a:hover {
        text-decoration: none !important;
}*/

.bot-opt-in img {
    box-shadow: none;
    max-width: 100%;
}

/* Standard Form Styles */

#content article .entry-content input[type="text"] {
    height: 45px;
}
#content article .entry-content label {
    margin-bottom: 8px;
}

.contact-form div {
    margin-bottom: 10px;
}
#content article input[type="submit"] {
    position: relative;
    z-index: 9;
    background: rgba(202,0,90,.9);
    border: 3px solid #e92f7f;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    font-size: 18px;
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 35px;
    padding: 0 20px;
    height: 45px;
    margin-top: 10px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#content article input[type="submit"]:hover {
    background: rgba(202,0,90,1);
}

/* Post Opt-In */
.post-optin {
    width: 100%;
    background: #FBFBFD url('images/post-optin-bg.jpg');
    background-size: cover;
    border-top: 10px #EEEFF4 solid;
    border-bottom: 10px #EEEFF4 solid;
    padding: 30px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 40px;
    clear: both;
}
.post-optin h2 {
    font-size: 43px;
    line-height: 53px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4E8E8F;
    margin-bottom: 30px;
    text-align: center;
}
.post-optin h2 em {
    font-family: 'Euphoria Script', cursive;
    font-size: 60px;
    color: #C6165C;
    text-transform: capitalize;
}
.post-optin p {
    color: #3C7173;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 40px;
}
.post-optin input[type="text"] {
    border: 1px #E0E2E6 solid;
    padding: 5px 10px;
    width: 48%;
    height: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 15px;
    position: relative;
    float: left;
}
.post-optin input[type="text"].email {
    float: right;
}
.post-optin select {
    width: 48%;
    float: left;
    height: 45px;
    border: 1px #E0E2E6 solid;
    border-radius: 0;
    font-size: 15px;
    text-indent: 5px;
    padding-top: 9px;
    display: block;
    border: 1px solid #bdbdbd;
    background-color: #e3e3e3;
}
.post-optin input[type="text"]::-webkit-input-placeholder {
    color: #000;
}
.post-optin input[type="text"].name {
    background: rgba(255,255,255,.9) url('images/input-icons.png') 95% 10px no-repeat;
}
.post-optin input[type="text"].email {
    background: rgba(255,255,255,.9) url('images/input-icons.png') 95% -63px no-repeat;
}
.post-optin input[type="text"]:focus {
    background-color: #fff;
}
.post-optin input[type="submit"] {
    position: relative;
    z-index: 9;
    float: right;
    background: rgba(202,0,90,.9);
    border: 3px solid #e92f7f;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    font-size: 22px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    line-height: 45px;
    width: 48%;
    height: 55px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 0 !important;
}
.post-optin input[type="submit"]:hover {
    background: rgba(202,0,90,1);
}
.post-optin small {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: block;
    clear: both;
    margin-top: 10px;
}
.post-optin small a {
    color: #000;
    text-decoration: none;
}
.post-optin small a:hover {
    text-decoration: underline
}

/* Related Posts */

#related-posts {
    padding: 40px 0;
    width: 100%;
    border-top: 10px #D8EEEF solid;
}
#related-posts h2 {
    font-size: 30px;
    color: #29AAB0;
    margin-bottom: 40px;
    font-weight: 400;
}
#related-posts h2 strong {
    font-weight: 700;
    color: #000;
}
#related-posts ul li {
    float: left;
    margin-right: 6.8%;
    margin-bottom: 15px;
    width: 115px;
}
#related-posts ul li:last-child {
    margin-right: 0;
}
#related-posts ul li img {
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
}
#related-posts ul li h3 {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 0 !important;
}
#related-posts ul li h3 a {
    text-decoration: none;
    font-weight: 400;
    color: #000;
}
#related-posts ul li h3 a:hover {
    color: #29AAB1;
}

/* = Search Form
-------------------------------------------------------------- */
#searchform {
    position: relative;
    width: 100%;
}
#searchform label {
    display: none;
}
#searchform #s {
    height: 40px;
    font-size: 14px;
    width: 100%;
    background: #fafafa;
    border: 1px rgba(255,255,255,.2);
    margin: 0;
}
#searchform input::-webkit-input-placeholder {
    color: #000;
}
#searchform input:-moz-placeholder {
    color: #000;
}
#searchform input:-ms-input-placeholder {
    /* IE10+ */
    color: #000;
}
#searchform #searchsubmit {
    width: 0;
    height: 0;
    display: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 0;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: .4;
}
#searchform #searchsubmit:hover {
    opacity: .7;
}
#searchform #searchsubmit:active {
    opacity: 1.0;
}
.search #content #searchform input#s,
.error404 #content #searchform input#s {
    width: 100%;
    border: 1px #CCCCCC solid;
    color: #000;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.search #content #searchform input[type="submit"],
.error404 #content #searchform input[type="submit"] {
    right: 10px;
}
.search #content #searchform,
.error404 #content #searchform {
    padding: 0;
}
.error404 #content article {
    width: 100%;
}

/* = Sidebar
-------------------------------------------------------------- */
#sidebar {
    width: 30%;
    float: right;
}
#sidebar aside.widget {
    margin-bottom: 40px;
    clear: both;
    float: left;
    width: 100%;
    color: #717d7e;
    position: relative;
    padding-bottom: 20px;
}
#sidebar aside:after {
    background: #fff;
    content: "";
    display: block;
    border-top: 1px #DCDDE1 solid;
    border-bottom: 1px #DCDDE1 solid;
    height: 7px;
    margin: 0 auto 40px;
    position: absolute;
    bottom: -60px;
    width: 100%;
    clear: both;
}
#sidebar aside.widget:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
#sidebar aside.widget .widget-title {
    color: #A3A3A3;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px;
}
#sidebar aside.widget a {
    color: #000;
}
#sidebar aside.widget ul,
#sidebar aside.widget ol,
#sidebar aside.widget .textwidget,
#sidebar aside.widget #searchform {
    padding: 20px 0;
    font-size: 15px;
    line-height: 22px;
}
#sidebar aside.widget ul {
    margin-bottom: 0;
    padding-bottom: 0;
}
#sidebar aside.widget a {
    color: #000;
    text-decoration: none;
}
#sidebar aside.widget a:hover {
    text-decoration: underline;
}
#sidebar aside.widget ul li,
#sidebar aside.widget ol li {
    margin-bottom: 10px;
}
aside h4 {
    color: #A3A3A3;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px;
}
aside.social ul {
    padding: 0 !important;
}
aside.social ul li {
    margin-bottom: 20px;
    float: left;
    padding-right: 7%;
}
aside.social ul li a {
    display: block;
    background-image: url('images/bmb-sprite.png');
    text-indent: -9999px;
    width: 59px;
    height: 59px;
}
aside.social ul li a.fb {
    background-position: 0 -19px;
}
aside.social ul li a.tw {
    background-position: -59px -19px;
}
aside.social ul li a.pi {
    background-position: -118px -78px;
}
aside.social ul li a.li {
    background-position: -59px -78px;
}
aside.social ul li a.go {
    background-position: 0 -78px;
}
aside.social ul li a.yt {
    background-position: -118px -19px;
}
aside.social ul li a:hover {
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
}
aside.social ul li a.fb:hover {
    background-position: 0 -137px;
}
aside.social ul li a.tw:hover {
    background-position: -59px -137px;
}
aside.social ul li a.pi:hover {
    background-position: -118px -196px;
}
aside.social ul li a.li:hover {
    background-position: -59px -196px;
}
aside.social ul li a.go:hover {
    background-position: 0 -196px;
}
aside.social ul li a.yt:hover {
    background-position: -118px -137px;
}
/* Sidebar Solutions */
aside.solutions ul {
    margin: 0;
    padding: 0 !important;
}
aside.solutions li {
    margin-bottom: 5px;
}
aside.solutions li a {
    width: 100%;
    border: 2px #D7DFE4 solid;
    height: 73px;
    line-height: 73px;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    text-indent: 15px;
    display: block;
    text-decoration: none;
    background: url('images/solutions-sb.jpg') no-repeat right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
aside.solutions li a:hover {
    border-color: #29AAB1;
    color: #29AAB1;
    text-decoration: none !important;
}
aside.solutions li a.fr {
    background-position: right 0;
}
aside.solutions li a.le {
    background-position: right -78px;
}
aside.solutions li a.we {
    background-position: right -156px;
}
aside.solutions li a.ma {
    background-position: right -233px;
}
aside.solutions li a.so {
    background-position: right -311px;
}
aside.solutions li a.pr {
    background-position: right -389px;
}
aside.solutions li a.sa {
    background-position: right -467px;
}
aside.solutions li a.to {
    background-position: right -544px;
}
aside.solutions li a.tr {
    background-position: right -622px;
}

/* Search */
#sidebar aside.widget .widget_search {
    padding-top: 10px;
}
#sidebar aside.widget #searchform {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
}
#sidebar aside.widget #searchform input#s {
    width: 100%;
    background: #fff;
    border: 1px #CBCBCB solid;
}
#sidebar aside.widget #searchform #searchsubmit {
    right: 10px;
}

/* Optin */
.sb-optin h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #61ABAC;
    padding-top: 35px;
    margin-bottom: 20px;
    width: 90%;
}
.sb-optin h2 em {
    font-family: 'Euphoria Script', cursive;
    font-size: 40px;
    color: #C6165C;
    text-transform: capitalize;
}
.sb-optin p {
    color: #3C7173;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}
.sb-optin input[type="text"] {
    border: 1px #E0E2E6 solid;
    padding: 5px 10px;
    width: 100%;
    height: 48px;
    font-weight: 500;
    line-height: 20px;
    font-size: 15px;
    position: relative;
}
.sb-optin select {
    width: 100%;
    height: 39px;
    border: 1px #E0E2E6 solid;
    border-radius: 0;
    font-size: 15px;
    text-indent: 6px;
    padding-top: 9px;
    display: block;
    border: 1px solid #bdbdbd;
    background-color: #e3e3e3;
}
.sb-optin input[type="text"]::-webkit-input-placeholder {
    color: #000;
}
.sb-optin input[type="text"].name {
    background: rgba(255,255,255,.9) url('images/input-icons.png') 95% 10px no-repeat;
}
.sb-optin input[type="text"].email {
    background: rgba(255,255,255,.9) url('images/input-icons.png') 95% -63px no-repeat;
}
.sb-optin input[type="text"]:focus {
    background-color: #fff;
}
.sb-optin input[type="submit"],
/*.sb-optin a {
        position: relative;
        z-index: 9;
        background: rgba(202,0,90,.9);
        border: 3px solid #e92f7f;
        text-align: center;
        color: #fff !important;
        display: block;
        font-weight: 700;
        text-shadow: 0 2px 2px rgba(0,0,0,.3);
        font-size: 17px;
        margin-bottom: 16px;
        font-family: 'Lato', sans-serif;
        line-height: 22px;
        padding: 10px 20px;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-top: 50px;
}*/

.sb-optin img {
    max-width: 100%;
}

.single .sb-optin a {
    width: 90%;
    margin-top: 20px;
}

.sb-optin input[type="submit"]:hover,
.sb-optin a:hover {
    text-decoration: none !important;
}
.sb-optin small {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000;
    display: block;
}
.sb-optin small a {
    color: #000;
    text-decoration: none;
}
.sb-optin small a:hover {
    text-decoration: underline;
}

/* Facebook */
#sidebar aside.widget#facebook .widget-title {
    margin-bottom: 20px;
}

/* Videos Sidebar */
#sidebar #videos {
    margin-left: 4px;
}
#sidebar #videos iframe {
    border: 1px #C8C8C8 solid;
}
#sidebar #videos .watch-more {
    position: relative;
    z-index: 9;
    background: #EEE9FE;
    border: 1px #D2CBEB solid;
    border-bottom-width: 2px;
    border-radius: 3px;
    text-align: center;
    color: #8F8C98;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 45px;
    width: 298px;
    padding: 0;
    display: block;
    text-decoration: none;
    height: 43px;
    margin-top: 10px;
    cursor: pointer;
    box-sizing: content-box;
    margin-bottom: 0;
}
#sidebar #videos .watch-more:hover {
    background: #f6f3ff;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
}
#sidebar #videos .watch-more:active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.25);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}


/* Must-Read */
#must-read article {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-bottom: none;
    padding: 0;
    position: relative;
}
#must-read h3 a {
    color: #fff!important;
    background: rgba(13,30,32,.7);
    font: 200 16px/21px 'Lato', Helvetica, sans-serif;
    text-align: left;
    padding: 10px;
    position: relative;
    clear: both;
    z-index: 3;
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 95%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#must-read h3 a:hover {
    background: rgba(71,97,116,.8);
    color: #fff!important;
    text-decoration: none !important;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
#must-read article {
    border: 1px #CBCBCB solid;
}
#must-read article a {
    display: block;
}
#must-read article img {
    width: 100%;
    height: auto;
    box-shadow: none;
    margin-bottom: 0!important;
}


/* Twitter */
iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered {
    width: 100%!important;
}

/* = Comments
-------------------------------------------------------------- */
#comments {
    font: 400 15px/25px 'Lato', sans-serif;
}
#comments textarea {
    margin-bottom: 0;
}
#comments .comment-body {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px #E0E2E6 solid;
}
#comments p {
    font: 400 15px/22px 'Lato', sans-serif;
    margin-top: 20px;
}
#comments .commentmetadata {
    font-size: 12px;
}
#comments a {
    color: #28A9B0;
    text-decoration: none;
}
#comments a:hover {
    text-decoration: underline;
}
.comment-reply-title,
.comments-title {
    font: 900 16px/1.5 Lato, sans-serif;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    margin: 0 0 48px 0;
}

.comment-author {
    font-size: 14px;
    line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}

.comment-list .reply {
    margin-top: 24px;
}

.comment-author .fn {
    font-weight: 900;
}

.comment-author a {
    color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
    color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
    color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}

.comment-author .avatar {
    height: 48px !important;
    padding: 2px;
    position: static !important;
    float: right !important;
    width: 48px !important;
    margin-right: 20px;
}

.bypostauthor > article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
}

.says {
    display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
    padding-left: 50px;
}

.comment-edit-link {
    margin-left: 10px;
}

.comment-edit-link:before {
    content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 2px;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 15px;
}

.comment-respond {
    margin-bottom: 24px;
    padding: 0;
}

.comment .comment-respond {
    margin-top: 24px;
}

.comment-respond h3 {
    margin-top: 0;
    margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
    color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
    margin-bottom: 20px;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form label {
    display: block;
    margin-bottom: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}
.comment-subscription-form {
    margin-bottom: 10px;
}
.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 24px;
    overflow: hidden;
    width: 24px;
}

.comment-reply-title small a:hover {
    color: #41a62a;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 24px !important;
}

.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    display: inline-block;
}

.comment-navigation .nav-previous a {
    margin-right: 10px;
}

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}

/* = Author Info
-------------------------------------------------------------- */

#author-info {
    background: #28AAB0;
    border-bottom: 10px solid #D7EEEF;
    width: 100%;
    padding: 30px 0px;
    clear: both;
    float: left;
    margin-bottom: 30px;
}
.archive #author-info {
    margin-top: 40px;
}
.archive #author-info .avatar {
    left: 20px !important;
}
#author-info .avatar {
    width: 64px !important;
    height: 64px !important;
    left: 64px !important;
    border-radius: 100%;
    position: relative;
}
#author-description {
    float: right;
    width: 75%;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin-right: 20px;
}
#author-description p {
    margin-bottom: 10px;
}
#author-description a {
    color: #fff;
    text-decoration: none;
}
#author-description a:hover {
    text-decoration: underline;
}
#author-description span {
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#author-description h2 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin: 5px 0 30px;
}
#author-description a:hover {
    text-decoration: underline;
}
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}

/* = Page Navigation
-------------------------------------------------------------- */
#page-navigation .go-to {
    background: #22585F;
    border: 1px #103237 solid;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    color: #fff;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
}
#page-navigation .go-to:hover {
    background: #103237;
}
.wp-pagenavi {
    width: 100%;
    background: #FFF;
    color: #999999;
    margin: 40px auto 60px;
    height: 40px;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.wp-pagenavi .pages{
    border: none;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    float: right;
    position: absolute;
    display: block;
    top: 40px;
}
.wp-pagenavi a {
    margin: 4px !important;
    border: 1px solid #DDD !important;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #879E9F;
    text-decoration: none;
    padding: 5px 10px!important;
    background: #F4F4F4;
}
.wp-pagenavi a:hover {
    background: #fff;
    text-decoration: none!important;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.wp-pagenavi span {
    border: none !important;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    background: transparent !important;
}
.wp-pagenavi span.current {
    border: 1px solid #188A90 !important;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
    color: #fff;
    background: #1FAFB6!important;
}
.wp-pagenavi > .extend {
    font-size: 11px;
    margin: 0;
    padding: 0;
}

/* = Footer - About Us
-------------------------------------------------------------- */
#footer-about-us {
    border-top: 10px #CEE6E7 solid;
    background: #D6EDEE;
    padding: 50px 20px;
    clear: both;
}
#footer-about-us h4 {
    font-size: 29px;
    line-height: 35px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 0 2%;
}
#footer-about-us p {
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 33px;
    padding-right: 6%;
}
#footer-about-us .fbu-btn {
    width: 142px;
    height: 37px;
    background: #95A6A7;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    line-height: 37px;
    float: right;
    display: block;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 10px;
}
#footer-about-us .fbu-btn:hover {
    background: #819293;
}
#footer-about-us span.img {
    border-radius: 162px;
    width: 162px;
    height: 162px;
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
    background-image: url('images/steph-jeff.jpg');
    display: block;
}
.page-id-680 #footer-about-us {
    display: none;
}

/* = Footer
-------------------------------------------------------------- */
#footer {
    width: 100%;
    margin: auto;
    background: #F1F3F7;
    padding: 80px 0 40px;
    position: relative;
    z-index: 9;
    clear: both;
}
#footer .container:before {
    width: 217px;
    height: 174px;
    display: block;
    content: "";
    background: url('images/bmb-sprite.png') -213px 0;
    position: absolute;
    top: 35px;
}
#footer .col {
    float: left;
    margin-bottom: 20px;
}
#footer .col h4 {
    color: #6D6E70;
    font-size: 27px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 30px;
}
#footer .col.solutions-f {
    margin-left: 36%;
    margin-right: 10%;
}
#footer .col ul {
    margin: 0;
}
#footer .col ul li {
    font-size: 15px;
    margin-bottom: 10px;
}
#footer .col ul li a {
    color: #6D6E70;
    text-decoration: none;
}
#footer .col ul li a:hover {
    text-decoration: underline;
    color: #000;
}
#footer .col.social {
    float: left;
    margin-left: 10%;
}
#footer .col.posts {
    float: none;
    clear: both;
}
#footer .col.posts ul li {
    float: left;
    margin-right: 2%;
    width: 22.3%;
    height: auto;
    border: 1px #CAD1DD solid;
    position: relative;
}
#footer .col.posts ul li:nth-child(4n) {
    margin-right: 0;
}
#footer .col.posts ul li img {
    width: 100%;
    height: auto;
}
#footer .col.posts ul li h5 a {
    width: 80%;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding: 10px
}
#footer .col.posts ul li h5 a:hover {
    text-decoration: none;
    background: rgba(71,97,116,.8);
}
#footer .social ul {
    width: 40px;
    margin: auto;
}
#footer .social ul li {
    margin-bottom: 20px;
}
#footer .social ul li a {
    display: block;
    background-image: url('images/bmb-sprite.png');
    text-indent: -9999px;
    opacity: .7;
}
#footer .social ul li a.fb {
    background-position: -183px 0;
    width: 14px;
    height: 30px;
}
#footer .social ul li a.tw {
    background-position: -179px -48px;
    width: 30px;
    height: 25px;
}
#footer .social ul li a.pi {
    background-position: -181px -91px;
    width: 23px;
    height: 29px;
}
#footer .social ul li a.li {
    background-position: -179px -136px;
    width: 29px;
    height: 29px;
}
#footer .social ul li a.go {
    background-position: -182px -182px;
    width: 29px;
    height: 26px;
}
#footer .social ul li a.yt {
    background-position: -177px -222px;
    width: 37px;
    height: 36px;
}
#footer .social ul li a:hover {
    opacity: 1.0;
}
#copyright {
    clear: both;
    background: #4FBBC0;
    margin: auto;
    width: 100%;
}
#copyright #footer-nav {
    float: right;
    color: #fff;
}
#copyright #footer-nav a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 66px;
}
#copyright #footer-nav a:hover{
    text-decoration: underline;
}
#copyright p {
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 66px;
}
#copyright p a {
    color: #fff;
    text-decoration: none;
}
#copyright p a:hover {
    text-decoration: underline;
}

/* = AES Template
-------------------------------------------------------------- */
.page-template-aes-template-php #header #nav,
.page-template-aes-template-php #header #searchform,
.page-template-aes-template-php #header #social,
.page-template-aes-template-php .bmb-optin,
.page-template-aes-template-php #footer-about-us,
.page-template-aes-template-php #footer {
    display: none;
}
.page-template-aes-template-php #content {
    width: 100% !important;
}
.page-template-aes-template-php #header {
    height: 55px;
    box-shadow: 0 5px 0 0px rgba(28,170,177,.8);
}
.page-template-aes-template-php #header h1 {
    margin-left: 5px;
}
.page-template-aes-template-php #header h1 a {
    width: 73px;
    height: 58px;
    background-size: 73px !important;
    margin: 8px;
}
.page-template-aes-template-php #header h1:before {
    width: 86px;
    height: 72px;
    display: block;
    position: absolute;
    z-index: 5;
}
.page-template-aes-template-php #main {
    margin-top: 55px;
}
.page-template-aes-template-php .aes-video {
    float: left;
    margin-right: 4%;
}
.page-template-aes-template-php .aes-optin {
    width: 30%;
    float: left;
    margin-bottom: 60px
}
.page-template-aes-template-php #page-title {
    display: none;
}
.page-template-aes-template-php input[type="submit"] {
    width: 100%;
}

/* Facebook Comments Fix */
#fbComments {
    margin-bottom: 20px !important;
    float: left;
    border-bottom: 10px #D8EEEF solid;
    padding-bottom: 20px;
}
#fbComments iframe {
    height: 40px;
}

/* = BMB Popup
-------------------------------------------------------------- */
#bmb-popup {
    width: 90%;
    background: #FBFBFD url('images/post-optin-bg.jpg');
    background-size: cover;
    border: 5px #24777B solid;
    padding: 30px 40px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    clear: both;
    position: relative;
    z-index: 99999;
    margin: 0 auto 40px;
    box-shadow: 0 0 45px rgba(0,0,0,.15), inset 0 0 0 3px #EEEFF4;
}
#bmb-popup strong {
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    display: block;
    text-align: center;
}
#bmb-popup strong em {
    color: #CC246B;
}
#bmb-popup strong span {
    font-style: italic;
}
#bmb-popup p {
    color: #3C7173;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 40px;
}
#bmb-popup input[type="text"] {
    border: 1px #E0E2E6 solid;
    padding: 5px 10px;
    width: 48%;
    height: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 15px;
    position: relative;
    float: left;
}
#bmb-popup input[type="text"].email {
    float: right;
}
#bmb-popup select {
    width: 48%;
    float: left;
    height: 45px;
    border: 1px #E0E2E6 solid;
    border-radius: 0;
    font-size: 15px;
    text-indent: 5px;
    padding-top: 9px;
    display: block;
    border: 1px solid #bdbdbd;
    background-color: #e3e3e3;
}
#bmb-popup input[type="text"]::-webkit-input-placeholder {
    color: #000;
}
#bmb-popup input[type="text"].name {
    background: rgba(255,255,255,.9) url('images/input-icons.png') 95% 10px no-repeat;
}
#bmb-popup input[type="text"].email {
    background: rgba(255,255,255,.9) url('images/input-icons.png') 95% -63px no-repeat;
}
#bmb-popup input[type="text"]:focus {
    background-color: #fff;
}
#bmb-popup input[type="submit"] {
    position: relative;
    z-index: 9;
    float: right;
    background: rgba(202,0,90,.9);
    border: 3px solid #e92f7f;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    font-size: 18px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    line-height: 18px;
    height: 45px;
    width:100% !important;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 10px;
}
#bmb-popup input[type="submit"]:hover {
    background: rgba(202,0,90,1);
}
#bmb-popup small {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    display: block;
    clear: both;
}
#bmb-popup small a {
    color: #000;
    text-decoration: none;
}
#bmb-popup .no-optin {
    margin: 20px -40px 0;
    padding: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#bmb-popup .no-optin a {
    background: #206A6E;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 10px 0;
}
#bmb-popup .no-optin a:hover {
    background: #1e5456;
}
#bmb-popup #close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #29777A;
    background-image: url('images/close.png');
    background-repeat: no-repeat;
    background-position: 8px 8px;
    cursor: pointer;
}
#bmb-popup #close:hover {
    background-color: #1e5456;
}
.simplemodal-overlay {
    background: rgba(22,134,140,.8);
    opacity: 1.0!important;
    z-index: 9998 !important;
}
div#simplemodal-container.simplemodal-container {
    z-index: 9999 !important;
    width: 90%;
}

/* = Moonray Forms
-------------------------------------------------------------- */
div.moonray-form.moonray-form-label-pos-stacked {
    background: transparent !important;
    border: none !important;
    width: auto !important;
}


/* = Mobile Styles
-------------------------------------------------------------- */

/* - Small Desktops (portrait) ----------- */

@media only screen and (max-width: 1200px) {
  #splash2 {
    background-position: 32% 0;
  }

  #splash h2 {
    width: 100%;
  }
} /* end media 1200px */

@media only screen and (max-width: 999px) {
    .container {
        width: 900px;
    }
    #optin .moonray-form .moonray-form-element-wrapper {
      width: 97%;
    }
    #optin .moonray-form .moonray-form-input-type-text,
    #optin .moonray-form .moonray-form-input-type-email {
        width: 48%;
    }


    #splash2{
        background: url('images/padovani72.jpg');
        background-repeat: no-repeat;
        background-position: 10% 0;
    }
    #header #nav {
        width: 58%
    }
    #header #searchform #s,
    #header #searchform #s:focus {
        width: 19.5%;
    }
    #splash h2 {
        font-size: 46px;
        width: 92%;
    }
    #splash #spash-text p {
        font-size: 22px;
        padding: 0px 15%;
    }
    #splash .right {
        padding: 20px;
    }
    #splash .right h3 {
        font-size: 30px;
    }
    #splash iframe {
        width: 540px;
        height: 304px
    }
    #solutions ul.circles {
        width: 80%;
    }
    #solutions .industries li {
        background-size: 50%;
    }
    #testimonials .testimonial-v {
        width: auto;
    }
    #bmb-blog .domtab article .post-info {
        width: 79%;
    }
    #solutions .industries li.photographers::before {
        left: 48px;
    }
    #solutions .industries li.wedding-planners::before {
        left: 14px;
    }
    #solutions .industries li.djs::before {
        left: 39px;
    }
    #solutions .industries li.venues-caterers:before {
        left: 19px;
    }
    .bmb-optin .left h2 {
        font-size: 38px;
        line-height: 47px;
    }
    #bmb-blog .domtabs li.active:after {
        display: none;
    }
    .page-template-aes-template-php .aes-optin {
        width: 100%;
    }
    .entry-content img {
        max-width: 100% !important;
    }
}

/* - Large Tablets (portrait) ----------- */

@media only screen and (max-width: 899px) {
    .container {
        width: 800px;
    }
    #header #searchform input::-webkit-input-placeholder {
        color: transparent;
    }
    #header #searchform input::-moz-placeholder {
        color: transparent;
    }
    #header #searchform #s {
        width: 5.5%;
        background-position: 54% 10px;
        position: absolute;
        right: 0;
    }
    #header #searchform #s:focus {
        width: 35%;
    }
    #header #nav {
        width: 66%;
    }
    #splash h2 {
        font-size: 40px;
        line-height: 50px;
    }
    #splash #spash-text p {
        font-size: 20px;
        padding: 0px 15%;
    }
    #splash iframe {
        width: 480px;
        height: 271px
    }
    #splash .left {
        margin-top: 66px;
    }
    #splash .right {
        width: 34%;
        padding: 20px;
    }
    #splash .right h3 {
        font-size: 28px;
    }
    #splash .right p {
        font-size: 15px;
        line-height: 18px
    }
    #solutions {
        padding-bottom: 30px;
    }
    #solutions .sub-heading {
        font-size: 22px;
        line-height: 30px;
        width: 90%;
        margin: 0 auto;
    }
    #solutions ul.circles {
        width: 90%;
    }
    #solutions .industries li {
        width: 49%;
        font-size: 21px;
    }
    #solutions .industries li.photographers::before {
        left: 131px;
    }
    #solutions .industries li.wedding-planners::before {
        left: 102px;
    }
    #solutions .industries li.djs::before {
        left: 132px;
    }
    #solutions .industries li.venues-caterers:before {
        left: 107px;
    }
    .bmb-optin .right {
        padding: 20px 30px;
    }
    .bmb-optin .right h3 {
        font-size: 29px;
    }
    .bmb-optin .right p {
        font-size: 16px;
        line-height: 21px;
    }
    .bmb-optin .left h2 {
        font-size: 33px;
        line-height: 48px;
    }
    #bmb-blog .domtab article .post-info {
        width: 76%;
    }
    aside h4 {
        font-size: 34px;
    }
    #solutions ul.circles {
        width: 90%;
    }
    #solutions .industries li:nth-child(even) {
        margin-right: 0;
    }
    #testimonials .rmss p {
        font-size: 47px;
    }
    .post-optin input[type="text"],
    .post-optin select,
    .post-optin input[type="submit"] {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* - Tablets ----------- */

@media only screen and (max-width: 799px) {
    #splash,
    .bmb-optin,
    #testimonials,
    #page-title {
        background-attachment: scroll;
    }
    .container {
        width: 700px;
    }

    #optin #optin-text {
      width: 100%;
      margin-left: 0;
    }
    #splash #spash-text{
        /*margin-left: 170px;
        width: auto;*/
    }
    #optin:before{
        display: none;
    }
    #optin{
        padding: 1em;
    }
    #optin form{
        margin-left: 0px;
    }
    #optin input[type="submit"]{
        /*margin: 5px 0.25em!important;*/
    }
    #optin .moonray-form .moonray-form-element-wrapper,
    #optin input[name="firstname"], #optin input[name="email"]{
        /*float: none;*/
    }
    #splash2{
        background-position: 0;
        /*width: auto;*/
    }
    #header #nav {
        width: 69%;
        margin-left: 25px;
    }
    #header #nav ul li {
        margin-right: 0;
    }
    #splash h2 {
        font-size: 38px;
        line-height: 42px;
    }
    #splash #spash-text p {
        font-size: 20px;
        /*width: 87%;*/
        padding: 0 10%;
    }
    #splash .left {
        margin-top: 0;
        margin: auto;
        float: none;
    }
    #splash .left iframe {
        width: 100%;
        height: 382px;
    }
    #splash .right {
        width: 100%;
    }
    #splash .right h3 {
        font-size: 32px;
    }
    #splash .right p {
        font-size: 19px;
        line-height: 25px;
    }
    #solutions ul.circles {
        width: 100%;
    }
    #solutions ul.circles li {
        margin-right: 5.1%;
    }
    #solutions .industries li.photographers::before {
        left: 110px;
    }
    #solutions .industries li.wedding-planners::before {
        left: 88px;
    }
    #solutions .industries li.djs::before {
        left: 112px;
    }
    #solutions .industries li.venues-caterers:before {
        left: 86px;
    }
    .bmb-optin .left h2 {
        font-size: 29px;
        line-height: 42px;
    }
    .bmb-optin .right h3 {
        font-size: 28px;
    }
    #testimonials .rmss p {
        font-size: 39px;
    }
    #bmb-blog .domtab .div {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #bmb-blog .domtab article .post-info {
        width: 82%;
    }
    #bmb-blog #home-sidebar {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #footer {
        padding: 40px 0;
    }
    #footer .col.solutions-f {
        margin-left: 37%;
    }
    #footer .col.posts ul li {
        width: 48.6%;
    }
    #footer .col.posts ul li:nth-child(even) {
        margin-right: 0;
    }
    #sidebar {
        float: none;
        width: auto;
        padding: 10px;
    }
    #content article {
        width: auto;
    }
    .single #main #content::after {
        top: 0;
    }
    #main #content .articles {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #must-read article {
        width: 48%;
        float: left;
        margin: 10px auto 0 2%;
        padding: 0 !important;
    }
    .single #sidebar .sb-optin {
        display: none;
    }
    #content iframe {
        width: 100%;
    }
    #copyright #social li{
        clear: both;
    }
}

/* - Small Tablet ----------- */

@media only screen and (max-width: 699px) {

    #homepage {
      padding-top: 60px;
    }
    .container {
        width: 100%;
    }
    #tagline p {
        font-size: 13px;
    }
    #header {
        height: 55px;
        box-shadow: 0 5px 0 0px rgba(28,170,177,.8);
    }
    #header h1 {
        margin-left: 5px;
    }
    #header h1 a {
        width: 73px;
        height: 58px;
        background-size: 73px !important;
        background-image: url('images/logo@2x.png') !important;
        margin: 8px;
    }
    #header h1:before {
        width: 86px;
        height: 72px;
        display: block;
        position: absolute;
        z-index: 5;
    }
    #header #searchform #s {
        margin-top: 6px;
        width: 43px;
        height: 43px;
        background-position: 53% 12px;
        margin-right: 59px;
    }
    #header #searchform #s:focus {
        background-position: 95% 12px;
    }
    #header h1:after,
    #header #nav,
    #header #social {
        display: none;
    }
    #mobile-nav {
        display: block !important;
        float: right !important;
        position: absolute !important;
        right: 0;
        margin-top: 6px;
        margin-right: 6px;
    }
    #mobile-nav .nav {
        width: 43px;
        height: 43px;
        background: #29AAB1 url('images/mobile-nav.png') no-repeat center;
        display: block;
        background-size: 33px auto;
    }
    #mobile-nav-menu {
        background: rgba(40,170,176,.9);
        position: absolute;
        width: 100%;
        float: right;
        top: 55px;
        right: 0;
    }
    #mobile-nav-menu li {
        float: none;
        clear: both;
        text-align: center;
    }
    #mobile-nav-menu li a {
        color: #fff;
        font-size: 17px;
        border-bottom: 1px rgba(255,255,255,.3) solid;
        font-weight: 700;
        display: block;
        padding: 8px;
        text-decoration: none;
    }
    #mobile-nav-menu li a:hover {
        background: rgba(0,0,0,.3);
    }
    #homepage {
        width: 100%;
        overflow: hidden;
    }
    #splash {
        width: 100%;
        /*padding-top: 55px;*/
    }
    #splash:before {
        top: 55px;
    }
    #splash h2 {
        padding-top: 30px;
        /*width: 88%;*/
        font-size: 33px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    #splash .left iframe {

    }
    #splash .right h3 {
        font-size: 30px;
    }
    #splash p {
        margin-bottom: 20px;
    }
    #solutions h2 {
        font-size: 48px;
    }
    #solutions .sub-heading {
        font-size: 18px;
        line-height: 24px;
    }
    #solutions ul.circles li {
        margin-right: 8.1%;
    }
    #solutions ul.circles li:nth-child(3n) {
        margin-right: 8.1%;
    }
    #solutions ul.circles li:nth-child(even) {
        margin-right: 0;
    }
    #solutions ul.circles li:nth-child(9n) {
        display: none;
    }
    #solutions .industries p {
        padding: 30px 10px;
        margin-bottom: 10px;
    }
    #solutions .industries li.photographers::before {
        left: 67px;
    }
    #solutions .industries li.wedding-planners::before {
        left: 46px;
    }
    #solutions .industries li.djs::before {
        left: 58px;
    }
    #solutions .industries li.venues-caterers:before {
        left: 48px;
    }
    .bmb-optin {
        clear: both;
        height: auto;
        padding-bottom: 30px;
    }
    .bmb-optin .left {
        float: none;
        margin: auto;
        width: auto;
        padding: 10px;
        border-left: 0;
        border-right: 0;
    }
    .bmb-optin .left h2 {
        text-align: center;
        margin: 20px auto;
    }
    .bmb-optin .left h2 em {
        font-size: 51px;
    }
    .bmb-optin .left p {
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .bmb-optin .right {
        float: none;
        width: auto;
    }
    .bmb-optin .right h3,
    .bmb-optin .right p {
        display: none;
    }
    #testimonials {
        padding-bottom: 30px;
    }
    #testimonials h2 {
        font-size: 57px;
    }
    #testimonials .rmss {
        margin-top: 0;
    }
    #testimonials .rmss p {
        font-size: 46px;
        text-align: center;
        margin: 20px auto;
        float: none;
    }
    #testimonials .rmss::before {
        display: none;
    }
    #testimonials .rmss .rmss-btn {
        float: none;
        margin: auto;
    }
    #bmb-blog .domtabs {
        display: block;
        margin-bottom: 10px;
    }
    #bmb-blog .domtabs li a {
        font-size: 20px;
        line-height: 25px;
        padding: 26px 10px;
    }
    #bmb-blog .domtabs li a:active,
    #bmb-blog .domtabs li a.active,
    #bmb-blog .domtabs li.active a {
        font-size: 20px;
    }
    #bmb-blog::before {
        display: none;
    }
    #bmb-blog .domtab .avatar {
        display: none;
    }
    #bmb-blog .domtab article .post-info {
        width: 100%;
    }
    #bmb-blog .domtab article {
        padding: 20px;
    }
    #bmb-blog .domtab hr {
        margin-bottom: 10px;
    }
    .bmb-optin.sec {
        margin-top: 0;
    }
    #footer-about-us p {
        padding: 20px;
    }
    #footer {
        padding: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #footer .container::before {
        display: none;
    }
    #footer .col.solutions-f {
        margin-left: 0;
    }
    #footer .col h4 {
        margin-bottom: 20px;
    }
    #copyright {
        padding-top: 30px;
    }
    #copyright #footer-nav,
    #copyright p {
        float: none;
        margin: auto;
        text-align: center;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 22px;
    }
    #copyright #footer-nav {
        margin-top: 15px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    #copyright #footer-nav a {
        line-height: 16px;
        font-size: 14px;
    }
    #page-title {
        width: 100%;
        height: 137px;
        border-left: none;
        border-right: none;
        overflow: hidden;
        margin-top: 0;
    }
    .single #page-title {
        height: 304px;
    }
    .single #page-title::before {
        height: 135px;
    }
    #page-title h2 {
        padding-top: 81px;
        font-size: 43px;
    }
    #main {
        margin-top: 0;
    }
    #content .post-info {
        padding-left: 0;
    }
    #content article {
        padding: 20px;
    }
    #content article .avatar {
        display: none;
    }
    #content article #author-info .avatar {
        display: block;
    }
    .single #main #content::before,
    .single #main #content::after {
        display: none;
    }
    .search-results #page-title:after {
        right: -29px;
        bottom: 0;
    }
    #sidebar aside.widget .widget_search {
        padding-top: 10px;
    }
    #sidebar aside.widget #searchform #searchsubmit {
        right: 10px;
    }
    .blog article img, .category article img, .archive article img {
        margin-bottom: 10px;
    }
    #page-navigation {
        width: 100%;
        margin: auto;
        padding: 0;
    }
    #related-posts {
        width: 100%;
        display: none;
        padding: 50px 0;
    }
    #related-posts h2 {
        font-size: 36px;
        color: #000;
        margin-bottom: 40px;
        font-weight: 400;
    }
    #related-posts ul li {
        float: left;
        margin-right: 40px;
        width: 115px;
    }
    #related-posts ul li:last-child {
        margin-right: 0;
    }
    #related-posts ul li img {
        margin-bottom: 15px;
        border: 1px #CBCBCB solid;
    }
    #related-posts ul li h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }
    #related-posts ul li h3 a {
        text-decoration: none;
        font-weight: 400;
        color: #000;
    }
    #related-posts ul li h3 a:hover {
        color: #FD0D1B;
    }
    .browsing {
        margin-left: 20px;
    }
    .error404 #content article {
        width: auto;
    }
    .wp-pagenavi {
        height: auto;
    }
    .page-template-aes-template-php #page-title {
        height: 82px;
    }
    .page-template-aes-template-php #page-title h2 {
        padding-top: 19px;
    }
    .page-template-aes-template-php .aes-video {
        float: none;
        margin-right: 0;
        clear: both;
    }
    .page-template-aes-template-php .aes-video iframe {
        width: 100%;
    }
    .page-template-aes-template-php .aes-optin {
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 60px
    }
    .wp-caption {
        float: none;
        margin: 10px auto !important;
    }
    #bmb-popup input,
    #bmb-popup select {
        float: none !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
}

/* - iPhone ----------- */
@media only screen and (max-width: 480px) {
    #homepage {
        /*padding-top: 0px;*/
    }
    #splash #spash-text {
      width: 100%;
      float: none;
      padding-top: 120px;
    }

    #splash h2 {
      margin-bottom: 10px;
    }
    #splash #spash-text p {
      font-size: 18px;
      width: 98%;
      padding: 0;
    }
    #optin:before {
        display: none;
    }
    #optin{
        padding: 0;
    }
    #optin #optin-text {
        width: auto;
        margin-left: 5px;
        margin-right: 5px;
    }
    #splash #spash-text{
        /*margin-left: 5px;
        margin-right: 5px;
        width: auto;
        padding-top: 110px;*/
    }
    #splash #spash-text p{
        /*width: auto;*/
    }
    #splash2{
        /*width: auto;*/
    }
    #optin form{
        /*margin-left: 5px;
        margin-right: 5px;*/
        padding: 0 5px 10px
    }
    #optin .moonray-form .moonray-form-element-wrapper {
        width: 100%;
        /*margin: 1px !important;*/
    }
    #optin .moonray-form .moonray-form-element-wrapper input {
      margin: 0 !important;
    }
    .hide-phone,
    #tagline {
        display: none;
    }
    #header {
        top: 0 !important;
    }
    #header #searchform #s:focus {
        width: 55%;
    }
    #header h1 a {
        width: 63px;
        height: 50px;
        background-size: 57px !important;
        margin: 8px;
    }
    #header h1:before {
        width: 71px;
        height: 60px;
        display: block;
        position: absolute;
        z-index: 5;
    }
    #splash {
        background-attachment: scroll;
        background-position: -495px center;
    }
    #splash .left iframe {
        height: auto;
    }
    #splash h2 {
        font-size: 24px;
        margin-top: 10px;
        line-height: 29px;
    }
    #splash p {
        font-size: 18px;
        line-height: 22px;
    }
    #splash .right p {
        width: 98%;
        font-size: 18px;
        line-height: 22px;
    }
    #solutions ul.circles {
        padding: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #page-title h2 {
        font-size: 32px;
    }
    #solutions .industries p {
        font-size: 16px;
        line-height: 24px;
    }
    #solutions ul.circles li,
    #solutions ul.circles li:nth-child(3n),
    #solutions ul.circles li:nth-child(5n) {
        width: 140px;
        height: 180px;
        margin-right: 0;
    }
    #solutions ul.circles li:nth-child(even) {
        float: right;
    }
    #solutions ul.circles li h3 {
        font-size: 18px;
        line-height: 24px;
    }
    #solutions ul.circles li span {
        width: 130px;
        height: 130px;
    }
    #solutions .industries li {
        width: 90%;
        margin: 10px auto;
        float: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #solutions .industries li.photographers::before {
        left: 85px;
    }
    #solutions .industries li.djs::before {
        left: 75px;
    }
    #solutions .industries li:nth-child(even) {
        margin-right: auto;
    }
    #testimonials h2 {
        font-size: 38px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #testimonials .testimonial-v,
    #testimonials .testimonial-h {
        margin: 10px;
    }
    #testimonials .testimonial-v blockquote,
    #testimonials .testimonial-h blockquote {
        padding: 20px 30px;
        font-size: 18px;
        line-height: 26px;
    }
    #testimonials .testimonial-v span,
    #testimonials .testimonial-h span {
        position: relative;
        top: 20px;
        left: 20px;
        float: right;
    }
    .read-btn {
        font-size: 16px;
    }
    #footer-about-us {
        padding: 20px 10px;
    }
    #footer-about-us p {
        padding: 10px;
        font-size: 18px;
        line-height: 31px;
    }
    #footer-about-us span.img {
        width: 130px;
        height: 130px;
        background-size: 130px;
        margin-top: 10px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .post-optin {
        padding: 20px;
    }
    .post-optin h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .post-optin h2 em {
        font-size: 42px;
    }
    #content article {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #content article h2.post-title {
        font-size: 24px;
        line-height: 30px;
    }
    .bmb-optin .left h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .bmb-optin .left h2 em {
        font-size: 40px;
    }
    .bmb-optin .left p {
        font-size: 16px;
        line-height: 24px;
    }
    #footer-about-us h4 {
        margin-bottom: 20px;
    }
    #footer .col.social,
    #footer .col.social ul {
        width: 100%;
        margin-left: 0;
    }
    #footer .col.social li {
        float: left;
    }
    #footer .col.posts ul li {
        width: 100%;
    }
    #content,
    #content .article article,
    #main #content .articles {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0;
    }
    .wp-pagenavi .pages {
        position: absolute;
        top: -10px;
    }
    .wp-pagenavi {
        height: auto;
        padding: 10px;
    }
    .wp-pagenavi span.current,
    .wp-pagenavi a {
        padding: 5px 10px!important;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 50px;
        font-size: 18px;
        height: 55px;
        line-height: 45px;
        text-align: center;
        float: left;
        margin: 4px;
    }
    .wp-pagenavi .extend {
        display: none;
    }
    .entry-content img {
        float: none;
        clear: both;
        margin: 10px auto 20px;
        display: block;
    }
    #author-description {
        width: 69%;
    }
    #content.no-sidebar {
        width: 100% !important;
    }
    #author-info .avatar {
        position: static !important;
        display: block;
        float: none !important;
        width: 96px !important;
        height: 96px !important;
        margin: 0 auto 20px !important;
    }
    #author-info {
        padding: 30px 0 0;
    }
    #author-description {
        width: 100%;
        margin-right: 0;
        padding: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #bmb-popup {
        padding: 20px 20px 0;
        width: 100%;
    }
    #bmb-popup .no-optin {
        margin: 20px -20px 0;
    }
    #bmb-popup strong {
        font-size: 22px;
        line-height: 27px;
    }
}

/* Retina Images */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx)  {

    #testimonials .randall {
        background-image: url('images/testim-randall@2x.jpg');
        background-size: 96px;
    }
    #testimonials .bri {
        background-image: url('images/testim-bri@2x.jpg');
        background-size: 96px;
    }
    #testimonials .saku {
        background-image: url('images/testim-saku@2x.jpg');
        background-size: 96px;
    }
    #footer-about-us span.img {
        background-image: url('images/steph-jeff@2x.jpg');
        background-size: 162px;
    }
    #header #searchform #s {
        background-image: url('images/search@2x.png');
        background-size: 18px;
    }
    #header h1 a {
        background-image: url('images/logo@2x.png');
        background-size: 114px;
    }
    #header #social li a,
    aside.social ul li a,
    #footer .social ul li a,
    #footer .container:before {
        background-image: url('images/bmb-sprite@2x.png');
        background-size: 430px;
    }
    input[type="text"].name,
    input[type="text"].email {
        background-image: url('images/input-icons@2x.png') !important;
        background-size: 24px !important;
    }
    #contact-form-807 input.name {
        background-image: none !important;
    }
}
