/*
Theme Name: Inigo Media
Theme URI: http://www.inigo.net
Description: The Inigo Media Theme
Author: Team Inigo!
Author URI: https://www.inigo.net
Version: 1.2.1
*/

.container {
    max-width: 1200px !important;
}
body {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
	background: #fff !important;
}

h4 {
    font-size: 22px;
}

.row-offcanvas {
    background: #fff
}
.orangebar {
    background-color: #333333 !important;
    width: 100%;
    float: left
}
.orangebar ul {
    margin: 0;
    padding: 0
}
.orangebar ul li {
    list-style-type: none;
    display: block;
    float: left;
    margin: 0 23px 0 0;
    position: relative
}
.orangebar ul li>ul {
    display: none
}
.orangebar ul li a {
    color: #fff;
    text-decoration: none;
    font-family: lato, sans-serif;
    font-weight: 400;
    padding: 13px 0 10px;
    display: block;
    font-size: 16px
}
.orangebar ul li a:hover,
.orangebar ul li.current-page-ancestor a,
.orangebar ul li.current_page_item a,
.orangebar ul li.current_page_parent a {
    background-image: url(images/a-active.png);
    background-repeat: no-repeat;
    background-position: center bottom
}
.menu-item-has-children>a:hover {
    background: none!important
}
.sub-menu {
    border-radius: 0 0 8px 8px
}
.orangebar ul>li:hover ul {
    display: block;
    position: absolute;
    top: 45px;
    left: -30px;
    background-color: #000;
    z-index: 500;
    width: 240px
}
.orangebar ul>li>ul {
    padding: 0 0 10px
}
.orangebar ul>li>ul li {
    width: 100%;
    display: block
}
.orangebar ul>li>ul li a {
    text-transform: none;
    background-image: none!important;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #000
}
.orangebar ul>li>ul li:hover a {
    background-color: #333333;
    border-bottom: 1px solid #232323;
    background-image: none!important;
    text-transform: none
}
.telephone {
    text-align: right
}
.telephone p {
    margin: 13px 0 0;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff
}
.logo {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 20px 0
}
.logo a {
    background-image: url(images/inigo-logo-portrait-333-sm.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 100px;
    height: 120px;
    display: block;
    margin: 0px;
    text-indent: -999999px
}
.header {
    background-color: #b8dbea;
    width: 100%;
    float: left;
    min-height: 390px;
    border-bottom: 12px solid #e0e0e0
}
.logo .container {
    position: relative
}
span.request-a-quote {
    background-image: url(images/press-me-oh-please-press-me.png);
    background-repeat: no-repeat;
    width: 136px;
    height: 43px;
    display: block;
    text-indent: -999999px;
    position: absolute;
    top: -20px;
    right: 10px;
    cursor: pointer
}
.imac-container {
    margin: 52px 0 0
}
.imac-container img {
    max-width: 100%
}
.client-cta {
    text-align: center;
    margin-top: 105px
}
.client-cta h1 {
    font-family: lato, sans-serif;
    font-size: 44px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 40px
}
.client-cta a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 24px
}
.body {
    background-color: #fff;
    float: left;
    width: 100%;
    min-height: 300px;
    padding: 25px 0;
    font-size: 18px;
}
.body p a {
    color: #333333;
    text-decoration: none
}
.body p a:hover {
    text-decoration: underline
}
.body h2 {
    font-size: 25px;
    font-weight: 300
}
.footer {
    background-color: #e8e5db;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    float: left
}
.footer h3 {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 0 0 10px;
    display: inline-block;
    text-transform: lowercase
}
.footer p a {
    color: #000;
    text-decoration: none
}
.footer p a:hover {
    text-decoration: underline
}
.footer ul {
    margin: 0;
    padding: 0
}
.footer ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
    display: block
}
.footer ul li a {
    color: #000;
    text-decoration: none
}
.footer ul li a:hover {
    text-decoration: underline
}
.copyright {
    font-size: 14px;
    color: #000;
    padding: 20px 0 0
}
.copyright a {
    color: #000
}
.copyright a:hover {
    text-decoration: underline
}
.footer-img {
    width: 100%;
    float: left
}




.gform_fields {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.gform_fields li {
    padding: 0 0 10px;
}

.gform_fields .gfield_label {
	font-weight: 500;  
	font-size: 18px;
}

.gform_fields input,
.gform_fieldsselect,
.gform_fields textarea {
    border: solid 1px #222;
    padding: 10px 10px;
    width: 100%;
	margin-bottom: 10px;
}

.gform_fields select {
    height: 34px;
    border: 0 !important;
	background: none;
	width: 98%;
}

.gform_fields .field_description_above .gfield_description {
	width: 80%;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 16px;
}

.gform_fields .field_description_below .gfield_description {
	width: 80%;
	margin-top: 10px;
	font-weight: 300;
	font-size: 16px;
}

#field_12_5 .ginput_container  {
    border: solid 1px #222;
	width: 100%;    
	padding: 5px 5px;
}

.gform_fields .ginput_container_select {
	margin-bottom: 10px;
}

#field_12_7 label {
	display: none;
}


.gform_fields .gform_footer  {
    width: 80%;
    margin: 0;
}

.gform_footer input {
    background: #78a300;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
	margin-top: 10px;
}

.gform_footer input.gform_image_button {
	padding: 0;
}


#gform_submit_button_2 {
	margin-top: 0;
}

#gform_fields_2 input {
	margin-bottom: 0;
}


.callback-form .gform_footer {
    margin: 0;
    padding: 0;
    float: right;
}



.quote-div {
    width: 100%;
    float: left;
    background-color: #f7f6f3;
    padding: 20px 0;
    text-align: center
}
.quote-div .quote-text,
.quote-div h3 {
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #2d2d2d;
    line-height: 28px;
    padding: 0 13%
}
.quote-div p {
    color: #2d2d2d;
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 0 13%
}
.client-div {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 20px 0;
    text-align: center
}
.client-div h2 {
    text-align: center;
    display: inline-block;
    margin: 20px 0 10px;
    padding: 0 100px 10px;
    border-bottom: 1px solid #000;
    color: #2d2d2d;
    font-family: lato, sans-serif;
    font-weight: 200;
    font-size: 30px;
    text-transform: lowercase
}
.client-div ul {
    margin: 0 0 60px;
    padding: 0;
    width: 100%;
    float: left
}
.client-div ul li {
    list-style-type: none;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding: 40px 0;
    min-height: 160px;
    position: relative
}
.client-div ul li>* {
    vertical-align: middle
}
.grid-sep {
    background-image: url(images/cross.jpg);
    background-repeat: no-repeat;
    position: absolute;
    height: 20px;
    width: 20px;
    bottom: -10px;
    right: -10px
}
.client-logo {
    height: 100%;
    display: table-cell;
    vertical-align: middle
}
.client-logo img {
    max-width: 90%
}
.client-div ul li#client-logo-4 .grid-sep,
.client-div ul li#client-logo-8 .grid-sep {
    display: none
}
@media (max-width: 767px) {
    .client-div ul {
        width: 90%;
        margin: 0 5% 20px
    }
}
@media (max-width: 700px) {
    .client-div ul li {
        width: 50%
    }
    .client-div ul li#client-logo-2 .grid-sep,
    .client-div ul li#client-logo-6 .grid-sep,
    .client-div ul li#client-logo-7 .grid-sep,
    .client-div ul li#client-logo-8 .grid-sep {
        display: none
    }
}
.alt-rows {
    margin: 40px 0
}
.alt-rows .col-sm-4 {
    text-align: center
}
.alt-rows img {
    max-width: 100%
}
.alt-rows h2 {
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 30px;
    border-bottom: 1px solid #000;
    margin: 0 0 10px;
    padding: 0 0 5px
}
.alt-rows p a {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600
}
.alt-rows p a:hover {
    text-decoration: underline
}
.titlebar {
    width: 100%;
    float: left;
    background-color: #b8dbea;
    padding: 25px 0 0
}
.titlebar h1 {
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 30px;
    border-bottom: 2px solid #333;
    margin: 30px 0 10px;
    padding: 0 0 10px;
    display: inline-block
}
.titlebar h2 {
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 20px
}
#breadcrumbs {
    float: left;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #000;
    display: block;
    padding: 0 0 20px;
    margin: 0 0 20px
}
#breadcrumbs a {
    font-size: 15px;
    color: #d35d10
}
.sidebar_menu {
    width: 100%;
    float: left;
    margin: 0 0 20px
}
.sidebar_menu h3 {
    border-bottom: 1px solid #000;
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 20px
}
.sidebar_menu h3 span {
    padding: 10px 20px;
    background-image: url(images/h3back.png);
    background-repeat: repeat;
    display: inline-block;
    float: left;
    margin: 0
}
.sidebar_menu ul {
    margin: 0;
    padding: 0
}
.sidebar_menu ul li {
    list-style-type: none;
    display: block;
    margin: 0 0 20px
}
.sidebar_menu ul li a {
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #333 !important;
    text-decoration: none
}
.sidebar_menu ul li.current_page_item a:before {
    content: "( "
}
.sidebar_menu ul li.current_page_item a:after {
    content: " )"
}
.sidebar_menu ul li a:hover {
    text-decoration: underline
}
.title-img {
    min-height: 130px;
    position: relative
}
.title-img img {
    position: absolute;
    bottom: 0;
    right: 15px;
    max-width: 100%
}
.showcase-item {
    width: 100%;
    float: left;
    padding-top: 35px;
    border-bottom: 1px solid #333;
    overflow: hidden
}
@media (min-width: 768px) {
    .showcase-wrapper {
        position: relative
    }
    .slide-wrapper {
        position: absolute;
        right: 0;
        bottom: 0
    }
    .showcase-item .bx-loading {
        max-width: 100%;
        margin-top: 50px
    }
}
.showcase-item p {
    font-size: 17px;
    margin: 0 0 20px;
    line-height: 20px;
    font-weight: 300
}
.showcase-item p.showcase-cta a {
    padding: 10px 60px 10px 20px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 2px solid #000
}
.showcase-item h2 {
    color: #030303;
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 36px;
    border-bottom: 1px solid #030303;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: lowercase
}

.title-area {
	clear: both;
}

.title-area h1 {
    font-weight: 300
}
.page-template-template-ourwork-php .title-area {
    text-align: center;
    margin-bottom: 40px
}

@media (max-width:767px){
	.page-template-template-ourwork-php .title-area h1 {
		border-top: solid 1px #999999;
		border-bottom: solid 1px #999999;
	}
}
.about-inigo {
    text-align: left
}
.callback ul {
    margin: 0;
    padding: 0;
    width: 100%
}
.callback ul li {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
    display: block;
    width: 48%;
    float: left
}
#field_2_4 {
    float: right
}
.callback ul li label {
    display: none
}
.callback ul li input[type=email],
.callback ul li input[type=tel],
.callback ul li input[type=text],
.callback ul li textarea {
    border: 1px solid #000;
    padding: 10px;
    width: 100%;
    float: left
}
.callback ul li textarea {
    height: 108px;
    margin: 0
}
.callback-form {
    display: none;
    width: 100%;
    float: left;
    padding: 40px 0;
    border-bottom: 2px solid #525a5c
}
.callback ul li input[type=email]::-webkit-input-placeholder,
.callback ul li input[type=tel]::-webkit-input-placeholder,
.callback ul li input[type=text]::-webkit-input-placeholder,
.callback ul li textarea::-webkit-input-placeholder {
    color: #000;
    font-size: 18px
}
.callback ul li input[type=email]:-moz-placeholder,
.callback ul li input[type=tel]:-moz-placeholder,
.callback ul li input[type=text]:-moz-placeholder,
.callback ul li textarea:-moz-placeholder {
    color: #000;
    font-size: 18px
}
.callback ul li input[type=email]::-moz-placeholder,
.callback ul li input[type=tel]::-moz-placeholder,
.callback ul li input[type=text]::-moz-placeholder,
.callback ul li textarea::-moz-placeholder {
    color: #000;
    font-size: 18px
}
.callback ul li input[type=email]:-ms-input-placeholder,
.callback ul li input[type=tel]:-ms-input-placeholder,
.callback ul li input[type=text]:-ms-input-placeholder,
.callback ul li textarea:-ms-input-placeholder {
    color: #000;
    font-size: 18px
}
.callback-form .gform_footer {
    margin: 0;
    padding: 0;
    float: right
}
.callback-form .col-sm-4 p {
    color: #111;
    font-size: 16px
}
.callback-form h3 {
    color: #030303;
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #111;
    display: block;
    text-transform: lowercase
}
.callback-form .gfield_description.validation_message,
.callback-form .validation_error {
    display: none
}
.callback-form .gfield_error input[type=email],
.callback-form .gfield_error input[type=tel],
.callback-form .gfield_error input[type=text],
.callback-form .gfield_error textarea {
    border: 1px solid red
}

.contact_h2 {
	margin-top: 0;
}

.contact-right ul {
    margin: 0;
    padding: 0
}
.contact-right ul li {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    float: left;
    display: block
}
.contact-right ul li label {
    font-size: 18px;
    color: #111;
    font-family: lato, sans-serif;
    font-weight: 300;
    float: left;
    width: 35%
}
.contact-right ul li div.ginput_container {
    width: 65%;
    float: left
}
.contact-right ul li div.ginput_container input[type=email],
.contact-right ul li div.ginput_container input[type=text] {
    width: 100%;
    border: 1px solid #111;
    padding: 2%
}
.contact-right ul li div.ginput_container textarea {
    width: 100%;
    padding: 2%;
    border: 1px solid #111
}
.contact-right input[type=image] {
    float: right
}
.contact-right ul li#field_1_14 div.ginput_container,
.contact-right ul li#field_1_9 div.ginput_container {
    border: 1px solid #111
}
.contact-right ul li#field_1_14 div.ginput_container select,
.contact-right ul li#field_1_9 div.ginput_container select {
    background-image: url(images/down.jpg);
    background-repeat: no-repeat;
    background-position: 98% center;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 2%;
    background-color: transparent
}
.contact-right ul li .gfield_description {
    width: 65%;
    float: right;
    font-size: 14px
}
.contact-right #input_1_11 {
    margin-bottom: 10px
}
.map {
    width: 100%;
    float: left
}
#map {
    width: 100%;
    float: left;
    height: 430px
}
.contact-left p {
    font-size: 18px;
    margin: 0 0 20px
}
.contact-left p a {
    color: #333333;
    text-decoration: none;
    font-size: 24px;
    font-weight: 300
}
.contact-left p span {
    font-size: 24px;
    font-weight: 300
}
a.twitter {
    background-image: url(images/twitter.png);
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
    font-size: 18px!important;
    color: #111!important;
    margin: 0 0 20px;
    display: block
}
a.linkedin {
    background-image: url(images/linkedin.png);
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
    font-size: 18px!important;
    color: #111!important;
    margin: 40px 0 20px;
    display: block
}
.page-template-template-alt-rows-php h1 {
    text-align: center
}
.gform_validation_container {
    display: none!important
}
.viewourwork-containe {
    width: 100%;
    float: left;
    display: block
}
.viewourwork {
    display: inline-block;
    border: 1px solid #111;
    text-align: center;
    margin: 0 auto 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    clear: both;
    font-size: 18px
}
.side-widget {
    width: 100%;
    float: left;
    margin: 0 0 20px
}
.side-widget ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}
.side-widget ul li {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none
}
.side-widget ul li label.gfield_label {
    display: none
}
.side-widget ul li input[type=email],
.side-widget ul li input[type=tel],
.side-widget ul li input[type=text],
.side-widget ul li textarea {
    width: 100%;
    float: left;
    padding: 5px;
    margin: 0;
    border: 1px solid #747b7e
}
.side-widget p {
    font-size: 20px
}
.side-widget p a {
    color: #333333
}
.side-widget h3 {
    color: #030303;
    font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 10px;
    padding: 8px 0 11px;
    border-bottom: 1px solid #111
}
#gform_wrapper_3 {
    background-color: #e3f1f7;
    width: 100%;
    float: left;
    padding: 15px
}
#gform_submit_button_3 {
    float: right;
    border: 1px solid #747b7e;
    color: #747b7e;
    background-color: #fff;
    padding: 5px 10px
}

.side-no-form #gform_widget-2 {
	display: none;
}

.gform_fields, .gform_fields li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#gform_5 .gfield input, #gform_5 .gfield textarea, #gform_5 .ginput_container_select  {
	width: 100%;
	border: 1px solid #111;
	margin-bottom: 10px;
	padding: 7px 10px;
}

#gform_5 .ginput_container_select  {
	padding: 0 10px;
}

#gform_5 li {
	clear: both;
}

#gform_5 .gsection_description {
	margin-bottom: 10px;
}

#gform_5 .gfield_description {
	font-size: 15px;
	font-weight: 100;
    margin-bottom: 10px;
    font-family: lato, sans-serif;
	color: #D24B01;
}


#gform_5 li label {
    font-size: 18px;
    color: #111;
    font-family: lato, sans-serif;
    font-weight: 300;
	margin-bottom: 5px;
}

#gform_5 li div.ginput_container {
}

#gform_5 .button {
	float: right;
    margin-top: 10px;
    background: #4C4C4C;
    border: 0;
    color: #fff;
    font-weight: 100;
    padding: 8px 30px;
}

.gform_previous_button {
	float: left !important;
}


#gform_page_5_1 div.ginput_container select {
    background-image: url(images/down.jpg);
    background-repeat: no-repeat;
    background-position: 98% center;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 5px 2%;
    background-color: transparent;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


#gform_widget-2 h3 {
    background-color: #eaf4f9;
    background-image: url(images/getaquotebg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    border-bottom: 0;
    margin: 0;
    padding: 10px 15px;
    height: 46px
}
#gform_wrapper_3 .validation_error {
    color: red;
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 10px
}
#gform_wrapper_3 .validation_message {
    color: red;
    font-size: 13px
}
.gallImg img {
    width: 100%;
}
/**** blog ****/

.post-meta h5 {
    font-size: 14px;
    color: #373832;
    font-weight: 500;
    margin: 0;
}
.post-meta a {
    font-size: 14px;
    color: #373832;
    font-weight: 300;
}

.post-meta, .post-meta a {
	font-size: 13px;
}

.post-date, .post-date {
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

.headline .post-meta {
	margin-bottom: 10px;
}

.item-inner .post-meta, .headline .post-meta {
	margin-top: 10px;
}

.chicklets {
    text-indent: -999px;
}
.stButton {
    margin: 0 !important;
}

.item-inner img {
	margin-bottom: 10px;
}

.our-cust-f-info .item-inner {
    border-bottom: dotted 1px;
    margin-bottom: 10px;
}
.our-cust-f-info h2,
.blog h2 {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    overflow: hidden;
}
.our-cust-f-info a {
    color: #222222;
    font-weight: 400;
}
.our-cust-f-info .continue_reading {
    display: none;
}
.our-cust-f-info a.readmore_black {
    color: #fff;
    font-weight: 400;
}
.our-cust-f-info h2 a,
.blog h2 a {
    color: #222222;
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
}

.our-cust-f-info h1 a, .blog h1 a {
    color: #222222;
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
}

.our-cust-f-info h1 {
	line-height: 24px;
}

.blog .cust-grid .col-sm-6 div {
    min-height: 520px;
}
#nav-below {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 15px 0;
}
#nav-below .nav-previous {
    float: left;
    width: 50%;
    text-align: left;
}
#nav-below .nav-next {
    float: right;
    width: 50%;
    text-align: right;
}
#nav-below a {
    color: #555555;
    font-weight: 300;
}
.blog .headline h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    color: #00512f;
    font-weight: 400;
    text-transform: uppercase;
}
.blog .headline h2 a, .blog .headline h1 a {
    font-size: 28px;
    color: #555555;
    font-weight: 300;
    text-transform: none;
}

.blog .headline h1 {
	margin-top: 0;
}

.blog .headline h2 a:hover, .blog .headline h1 a:hover {
	text-decoration: none;
}
.subjects h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #373832;
    border-bottom: 1px solid #222;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    display: inline-block;
    text-align: center;
}
.subjects {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
}
.subjects p {
    color: #555555;
    font-size: 15px;
    font-weight: 600;
}
.subjects p a {
    color: #555555;
    font-size: 15px;
    font-weight: 300;
}
.blog .follow {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    text-align: center;
}
.searchcol img {
    max-width: 100%;
}
.question {
    font-family: Arial;
}
.blog-img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.readmore_black {
    color: #111 !important;
    font-size: 18px;
    background: #fff;
    display: inline-block;
    padding: 15px 25px;
    margin: auto;
    border: 1px solid #333;
}
.sub_content .readmore_black {
    color: #fff;
    font-size: 18px;
    background: #000;
    display: inline-block;
    padding: 10px 20px;
    float: left;
}
.readmore_black:hover,
.testimonial_more_link:hover {
    color: #111;
    background: #fff;
}
.our-cust-f-img,
.responsimg {
    max-width: 100%;
    height: auto;
}
@media (max-width: 450px) {
    .col-xxs-12 {
        width: 100%;
    }
    .latest-news img {
        width: 100%;
    }
}
.col-xxs-12 .latest-news {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #ccc;
}
.side h3 {
    margin-bottom: 22px;
}
.follow img {
    margin-left: 20px;
}
.blackhr {
    clear: both;
    border: none;
    border-bottom: 1px solid #000;
    padding-top: 15px;
}
/***** plans ******/

.plans a.btn-contact {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: 100;
    background-color: #333333;
    color: #fff;
    padding: 0.75em 3em;
    display: inline-block;
    margin: 0 auto 10px !important;
}

.body p a.btn-hosting-link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: 100;
    background-color: #333333 !important;
    color: #fff !important;
    padding: 0.75em 3em;
    display: inline-block;
	margin: 10px auto 30px;
}


.plans a.btn-contact:hover {
    background: #000;
    text-decoration: none;
}
.plans .plan {
    text-align: center;
    margin-top: 30px;
}
#plans-footer .plan {
    margin-top: 15px;
}
.plans .head {
    background: #F3E3D8;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.plans #plan2 .head {
    background: #EECFBA;
    box-shadow: 0px 5px 8px #D6D3D3;
}

.plans_full .plans #plan2 .head {
    background: #F3E3D8;
    box-shadow: none;
}
.plan.col h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    background: #F1F1F1;
    margin: 0;
    padding: 0.65em 0;
    text-align: center;
    font-weight: 400;
}
.plan-intro {
    padding: 0 25px;
    min-height: 80px;
}
#plan2 h3,
#pricing-table .well h3 {
    background: #E4E4E4 !important;
    color: #222;
}

.plans_full h3,
.plans_full #pricing-table .well h3 {
    background: #EBEBEB !important;
    color: #222;
}

#plan_form h3 {
	background: none !important;
}

.plan.col .head .plan-price .currency {
    font-size: 60px;
    text-align: center;
    font-weight: 300;
}
.main-plan-select {
    border-radius: 30px;
    font-size: 1.1em;
    background-color: #EECFBA;
    color: #000 !important;
    padding: 0.75em 3em;
    display: inline-block;
    margin: 0 auto;
}
.plan-select {
    clear: both;
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.more-info-wrapper {
    text-align: center;
    margin: 30px auto;
    border-top: solid 1px #ddd;
    padding-top: 30px;
}
.well .service-row {
    padding: 20px 45px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    position: relative;
}
.well .main_type.service-row {
    border-bottom: solid 3px #ccc;
    font-weight: bold;
}
.well .service-row:last-child {
    border-bottom: 0 !important;
}
.well small {
    display: block;
    margin-top: 5px;
    color: #222;
}
.well .plan-close {
    background-color: #333333;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    margin-top: -20px;
}
.well .plan-close:hover {
    background: #000;
    text-decoration: none;
}
/**** comparison tables ******/

.tableFloatingHeaderOriginal {
    border-bottom: solid 3px #333333 !important;
}
.comparison {
    width: 100%;
}
.service-row td {
    text-align: center;
}
.service-row .title {
    text-align: left;
}
.monthly-price td {
    border-bottom: solid 1px #888;
}
tr.monthly-price td.title .wrap {
    line-height: 1.3;
    font-size: 20px;
}
tr.monthly-price .symbol,
tr.monthly-price .value {
    font-size: 1.5em;
}
table.comparison td {
    border-top: 1px solid #ddd;
    height: 50px;
    vertical-align: middle;
}
table.comparison tr.separator td {
    border-top: 3px solid #333333;
}
table.comparison tr.main_type td {
    border-bottom: 3px solid #E4B392;
    color: #D95E0B;
}
table.comparison tr td.title {
    font-size: 15px;
}
.comparison .small {
    font-size: 12px;
    color: #333333;
    display: inline-block;
    max-width: 80%;
    line-height: 12px;
    margin-bottom: 5px;
}
table.comparison tr.main_type td.title {
    font-weight: 700;
    font-size: 17px;
}
.plan1,
.plan2,
.plan3 {
    text-align: center;
    width: 20%;
}
.plan2 {
    background: #F5E5DB;
}

.plans_full .plan1 {
    background: #F7F3F0;
}

.plans_full .plan2 {
    background: #F6ECE7;
}

.plans_full .plan3 {
    background: #F5E5DB;
}

.tooltip-info {
    width: 24px;
    height: 24px;
    line-height: 19px;
    border-radius: 50%;
    background: #fff;
    text-shadow: none !important;
    border: solid 1px;
    margin-left: 10px;
    font-weight: 600;
    color: #888;
    padding: 0;
    z-index: 500;
}
.well .tooltip-info {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 300;
}
.tooltip-info:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.tooltip {
    background: #c00 !important;
}
.comparison {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .comparison {
        display: none;
    }
}
table.comparison tr.main_type td {
    text-align: left !important;
    color: #000;
    padding-bottom: 15px;
}
.type-title h3 {
    color: #D95E0B;
}
.service-row .type-title td {
    text-align: left;
}
.service-row:hover {
    background: #FAF3EE;
}
.service-row:hover td {
    border-bottom: solid 1px #333333;
}
#compare-link {
    top: -100px;
    position: relative;
}
.plan-description {
    line-height: 28px;
}
#gform_wrapper_1 {
    display: block !important;
}
.btn-clean {
    width: 100%;
    border: none;
    background-color: transparent;
}
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}
#plan_form {
    margin: -20px 0 30px;
    position: relative;
}
#plan_contact {
    position: absolute;
    top: -200px;
}
#gform_fields_4, #gform_fields_6 {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 50%;
}
#gform_fields_4 li, #gform_fields_6 li, #gform_fields_7 li {
    padding: 0 0 10px;
}
#gform_fields_4 .gfield_label, #gform_fields_6 .gfield_label, #gform_fields_7 .gfield_label {
	font-weight: 300;
    
}
#gform_fields_4 input,
#gform_fields_4 select,
#gform_fields_4 textarea,
#gform_fields_6 input,
#gform_fields_6 select,
#gform_fields_6 textarea,
#gform_fields_7 input,
#gform_fields_7 select,
#gform_fields_7 textarea {
    border: solid 1px #222;
    padding: 5px 10px;
    width: 100%;
}
#gform_fields_4 select, #gform_fields_6 select, #gform_fields_7 select {
    height: 34px;
    border: 0 !important;
}
#field_4_5 .ginput_container, #field_6_5 .ginput_container {
    border: solid 1px #222;
}
#plan_form h3,
#gform_wrapper_4 .gform_footer,
#gform_wrapper_6 .gform_footer {
    width: 50%;
    margin: auto;
}
@media (max-width: 767px) {
    #plan_form h3,
    #gform_wrapper_4 .gform_footer,
    #gform_fields_4,
	#gform_wrapper_6 .gform_footer,
    #gform_fields_6 {
        width: 100%;
        margin: auto;
    }
}
#plan_form h3 {
    margin-bottom: 20px;
}
#gform_wrapper_4 .gform_footer input, 
#gform_wrapper_6 .gform_footer input,
#gform_wrapper_7 .gform_footer input {
    background: #78a300;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    font-weight: 400;
}
.blog .title-area h2 {
	text-transform: none;
	font-family: lato, sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 20px;
}
.blog .our-cust-f-info p {
	font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.single-post .main p {
	font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.single-post .main ul li  {
	font-family: lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.single-post .main {
    margin-bottom: 100px;
}


.single-post h1 {
	font-weight: 800;
	margin-bottom: 30px;
}
.single-post .follow {
	text-align: center;
}
.stButton .chicklets {
	color: #fff !important;
}
.single-post .body h2 {
	margin: 50px 0 30px 0;
	font-weight: 400;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-bottom: 51.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single .body ul {
    margin-top: 30px;
}

ol {
   list-style: none;
   margin-bottom: 30px;
    padding-left: 15px;
    counter-reset: item;  
 }

ol ol {
    padding-left: 30px;
    margin: 10px 0;
 }


ol ul {
    padding-left: 50px;
    margin: 10px 0;
 }


 ol > li {
   counter-increment: item;
   margin-bottom: 5px;
   font-size: 18px;
     margin-left: 20px;
     position: relative;
 }
 ol > li:before {
     
  content: counter(item); 
   margin-right: 10px;
   background: #333333;
   border-radius: 100%;
   color: white;
   width: 20px;
   height: 20px;
   padding-top: 1px;
   font-size: 14px;
   text-align: center;
   display: inline-block;
     position: absolute;
     left: -30px;
     top: 5px;
 }



ol ul > li:before {
  counter-reset: section;
}









.woocommerce-checkout .col2-set {
	width: 50% !important;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
	width: 100% !important;
	float: left;
}
.woocommerce-checkout #order_review_heading {
	width: 50% !important;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.woocommerce-checkout #order_review {
	width: 50% !important;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.ipaddress {
	width: 100%;
	float: left;
	text-align: center;
}
.ipaddress h2 {
	font-size: 32px;
}
.ipaddress p {
	font-size: 22px;
}


#mob-menu-wrapper {
	clear: both;
}

img.aligncenter {
	margin: auto;
    text-align: center;
    display: inherit;
}



#gform_fields_10 .medium {
	width: 100%;
    float: left;
    padding: 5px;
    margin: 0;
    border: 1px solid #747b7e;
}

#gform_fields_10 li {
	margin-bottom: 10px;
	overflow: hidden;
}

#gform_fields_10 input[type=radio],
#gform_fields_10  input[type=checkbox] {
	margin-left: 1px;
	margin-right: 10px;
	
}

#gform_fields_10  input[type=checkbox] {
	margin-right: 5px;
	
}

#input_10_10 li {
	width: inherit;
	float: left;
	margin-right: 20px;
}



#gform_fields_10 .gfield_description {
	margin-bottom: 10px;
}
#gform_submit_button_10 {
    border: 1px solid #747b7e;
    color: #747b7e;
    background-color: #fff;
    padding: 5px 10px;
}

#slider .row {
	overflow: hidden;
}








.black-fri-actions .fl-callout-photo-left .fl-callout-content {
    vertical-align: top;
}

#field_21_7 .ginput_container_select {
    border: 1px solid #333333;
    background: #ffffff !important;
    position: relative;
    height: 44px;
    padding: 0 5px;
}

#field_21_7 .ginput_container_select:before {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    right: 1px;
    top: 1px;
    pointer-events: none;
}

#field_21_7 .ginput_container_select:after {
    position: absolute;
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #333333;
    right: 10px;
    top: 15px;
    pointer-events: none;
}

#field_21_7 .ginput_container_select select {
    margin-bottom: 0 !important;
}


select {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

@media (max-width:991px) {
	.fl-node-wamzxis8j6p0 {
		width: 100% !important;
	}
}

.video-short .videoWrapper {
	padding-bottom: 171.25% !important;
}

.video-short .fluid-width-video-wrapper {
	padding-top: 179.15% !important;
}