/*
 Theme Name:     Baseline Child Theme
 Theme URI:      https://preview.arraythemes.com/baseline/
 Description:    Baseline Child Theme
 Author:         Rocky Holiday Beck
 Author URI:     http://aspectcreatio.com
 Template:       baseline
 Version:        1.0.0
*/
 
@import url("../baseline/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
/* FONTS AND GLOBAL STYLES  ------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
* {
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 100;
	color: #62707C;
}
i {
    font-family: FontAwesome !important;
    color: #b9c1c4;
}
 #single-tabs .single-tab-nav li.active i, #single-tabs .single-tab-nav li a:hover i {
    color: #36d4b5 !important;
 }
 a {
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
 }
h1, h2  {
	font-weight: 200;
}
h3, h4, h5, h6 {
	font-weight: 300;
}
h4 { 
 line-height: 1.7;
}
a, a:active, a:focus {
outline: none !important;
}
.entry-content a {
border-bottom: none;
color: #21bd9e;
}

/*------------------------------------------------------------------ NAV BAR ----*/
header {
	position: fixed;
	z-index: 99;
	top: 0;
	width: 100%;
}
div#page {
	position: relative;
	margin-top: 80px;
}

div#site-title-wrap {
    background-color: #394144;
}

div#inner-wrapper {
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 5% 0 5%;
}

.site-logo {
	display: inline;
	float: left;
	margin: 14px 0;
}
.site-logo:empty {
	margin: 14px 0;
}

.menu-category-widget-container{
    float: right;
    padding-right: 50px;
}

#menu-item-5860, #menu-item-5862, #menu-item-5863 {
	display: none;
}

.main-navigation {
	background: #394144;
	padding: 15px 0;
	font-family: 'Roboto', sans-serif !important;
}
.main-navigation li a {
	color: #959DA5;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 1px;
}
.main-navigation li a:hover {
	background: #394144;
}
	
li.current-menu-item-original a{
	color: #fff;
}

nav form {
	float: right;
	margin: 12px 0;
}
nav input[type="text"], nav input[type="text"]:focus{
	color: #959DA5;
	background: #394144;
	padding: 10px;
	border: solid 2px #959DA5;
	border-radius: 5px;
	font-size: 16px;
	vertical-align: middle;
}
nav input[type="text"]:focus{ 
 	color: #fff;
 }
nav input[type="submit"]{
	font-family: FontAwesome !important;
	background: #3AE0BD;
	padding: 3px 14px;
	font-size: 24px;
	color: #394144;
	border-radius: 5px;
	vertical-align: middle;
	margin-left: 5px;
}

nav input[type="submit"]:hover, nav input[type="submit"]:active{
	background: #21BD9E;
}
.toggle-nav {
    display:none;
}
 
/*------------------------------------------------------------------ Responsive NAV BAR ----*/
@media screen and (max-width: 1150px) {
	.menu-category-widget-container{
		padding-right: 8px;
	}
	.main-navigation li a{
		font-size: 14px;
	}
}

@media screen and (max-width: 1050px) {
	.site-logo:empty, .site-logo {
		width: 150px;
		margin: 19px 0;
	}
}

@media screen and (max-width: 1050px) {
	nav form {
		max-width: 200px;
	}
	nav input[type="text"], nav input[type="text"]:focus {
		width: 70%;
		font-size: 14px;
	}
	nav input[type="submit"] {
		font-size: 22px;
		padding: 4px 13px;
	}
}
@media screen and (max-width: 900px) {
	.main-navigation li a{
		padding: 25px 13px;
	}
}
@media screen and (max-width: 860px) {
	.site-logo:empty, .site-logo {
		margin-left: 0;
	}
	nav form {
		margin-right: 35px;
	}	
    header .menu {
        position:fixed;
        display:inline-block;
        z-index: 99;
    }
 
    header .menu ul.active {
        display:none;
    }
 
    header .menu ul {
        width:100%;
        position:absolute;
        top:99%;
        left:0px;
        padding: 0 5% 5% 5%;
        border-radius:3px;
        background:#394144;
        z-index: 99;
        text-align: left;
    }
 	.main-navigation li a {
 		padding: 8px 0;
 		color: 500;
 		letter-spacing: 1px;
 		font-size: 15px;
 	}
    header .menu li {
        float:none;
        display:block;
    }
 
    header .menu a {
        display:block;
    }
 
    .toggle-nav {
        float:right;
        display:inline-block;
        background:#394144;
        color:#959da5;
        font-size:18px;
        transition:color linear 0.15s;
        border: solid 2px #959DA5;
        margin-right: 20px;
        width: 50px;
        height: 40px;
        margin-top: 17px;
        border-radius: 5px;
    }
 
    .toggle-nav:hover, .toggle-nav.active {
        text-decoration:none;
        color:#36d4b5;
    }
 
}
@media screen and (max-width: 860px) { 
	.toggle-nav {
		margin-right: 0;
		margin-top: 12px;
		width: 44px;		
	}
	nav form {
		margin-right: 15px;
		max-width: 185px;
	}
	nav input[type="text"], nav input[type="text"]:focus {
		padding: 6px;		
	}
	nav input[type="submit"] {
		font-size: 21px;
		padding: 1px 10px;
	}
	.site-logo:empty, .site-logo {
		width: 130px;
		margin: 16px 0;
	}
}
@media screen and (max-width: 430px) { 
	div#inner-wrapper {
		padding: 0 2% 0% 2%;
	}
	nav form {
		margin-right: 6px;
	}
	.toggle-nav {
		width: 39px;
		height: 38px;
		margin-top: 13px;
	}
	.site-logo:empty, .site-logo {
		width: 110px;
		margin-right: 20px 0;
	}
	header .menu ul { 
	 	padding: 0 2% 0% 2%;
	 }
}	
@media screen and (max-width: 370px) { 
	.site-logo:empty, .site-logo {
		width: 100px;
		margin: 19px 0;
	}
	nav form {
		max-width: 135px;
	}
	nav input[type="text"], nav input[type="text"]:focus{
		width: 59%;
	}
	nav input[type="submit"]{
		padding: 1px 9px;
	}
}


/*------------------------------------------------------------------ CTA NAV BAR ----*/

.cta-bar {
  width: 100%;
  height: 109px; 
  background: rgba(30,37,40, 1);
  position: fixed;
  top: -120px;
  left: 0px;
  display: block;
  transition: all 0.5s;
}
.inner-wrap {
  padding: 36px; 5% 5% 5%;
  margin: 0 auto;
  max-width: 1700px;

}
.show-cta-bar {
  top: 0px;
  z-index: 100;

}
.nav-hide {
 top: -120px;
 z-index: 98;
}

p.cta {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 18px;
    color: #99a6b1;
    display: inline;
    margin-bottom: 0;
  text-transform: uppercase;
}
.word-hide {
	color: #fff;
}
#learn-more-button {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    float: right;
    color: #fff;
    border-radius: 5px;
    padding: 8px 18px 8px 18px;
    background-color: rgba(30,37,40, 1);
    border: 2px solid #36d4b5;
    transition: all 0.2s;
    margin-top: -10px;
}
#learn-more-button:hover {
	color: #fff;
	background: #3AE0BD;
}

/*------------------------------------------------------------------ Responsive CTA BAR ----*/
@media screen and (max-width: 820px) {
span.word-hide {
display: none;
}
}
@media screen and (max-width: 690px) {
p.cta {
    letter-spacing: 3px;
    font-size: 14px;
}
#learn-more-button {
    font-size: 15px;
    padding: 5px 14px 5px 14px;
    margin-top: -3px;
}
}
@media screen and (max-width: 580px) { 
.cta-bar {
  height: 96px; 
}
.inner-wrap {
padding: 32px 26px;
}
p.cta {
font-size: 12px;
}
#learn-more-button {
margin-top: -5px;
}
}
@media screen and (max-width: 500px) {
p.cta {
display: none;
}
#learn-more-button {
float: none;
display: inline-block;
padding: 6px 16px 6px 16px;
font-size: 15px;
}
.inner-wrap {
text-align: center;
}
} 


/*------------------------------------------------------------------ POST FEED  ----*/
.featured-content-header .entry-title {
	font-weight: 100;
}
#page .excerpt-more-link, #page .more-link {
	color: #36D4B5;
	font-weight: 400;
}
.byline{
	font-weight: 400;
}
.featured-text header.entry-header {
	padding: 0;
}
.inside-body {
	margin-top: 75px;
}
#content .gallery-thumb .container {
	padding: 0;
	margin: 0 0 60px 0;
	max-width: 100%;
}
#content .gallery-thumb .container header.entry-header{
	padding-top: 30px;
	padding-left: 0;
}
/*------------------------------------------------------------------ RESPONSIVE POST FEED  ----*/
@media screen and (max-width: 799px) {
#content .gallery-thumb .container {
	margin-left: 5%;
	padding-right: 10%;
}
}
/*------------------------------------------------------------------ AFTER POST FEED ----*/
#page #infinite-handle span {
	background: #36D4B5;
}
#page #infinite-handle span:hover {
	background: #21bd9e;
}

/*------------------------------------------------------------------ MISC. FEED STYLES  ----*/
header.archive-header .container{
	padding-left: 0;
}
.archive-header .entry-title {
    font-weight: 200;
    font-size: 58px;
    text-align: left;
}
.taxonomy-description {
	text-align: left;
}
.author header.archive-header .container .entry-content {
	margin-left: 0;
	width: 100%;
	font-style: italic;
}
header.archive-header, .author header.archive-header {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/*------------------------------------------------------------------ SINGLE POST STYLING STYLES ----*/

header.entry-header {
    padding: 3% 5% 0 5%;
    position: relative;
    z-index: 60;
    max-width: 1202px;
    margin: 0 auto 60px;
}
.entry-meta {
    display: none;
}
.sans-serif .entry-large .entry-title {
    font-family: 'Roboto';
    color: #283037;
    font-weight: 200;
    font-size: 58px;
}
.byline {
    color: #63707C;
    font-size: 15px;
    font-weight: 300;
}
.byline span:first-child {
    font-weight: 400;
}
.featured-image {
max-height: 550px !important;
max-width: 1400px !important;
}
#content .with-featured-image .container {
    margin-top: 0;
    padding-top: 0;
}
.content-area .container {
    max-width: 100%;
}
.entry-content  {
    font-weight: 300;
    font-size: 17px;
    color: #62707C;
    line-height: 34px;
    max-width: 1024px;
    margin: 0 auto;
}
.entry-content li {
	margin-bottom: 0;
}
.fluid-width-video-wrapper iframe {
    position: absolute !important;
    left: 15% !important;
    width: 70% !important;
    height: 70% !important;
 }
.comment-form-url {
	display: none;
}
.fa-user {
	padding-left: 10px;
}
.author-profile #author-avatar {
	float: left;
    width: 100px;
    margin-left: 0;
    margin-right: 40px;
}
#author-description h2 {
    padding-top: 15px !important;
    font-size: 30px !important;
width: 100% !important;
}
p.author-bio-par {
margin-top: 4rem;
padding-left: 122px;
}
/* = -----------------------------------------------  Comments */

#comments .comments {
    background: #fff;
    float: left;
    width: 100%;
}
.comment-wrap {
    padding-left: 3%;
}
#comments-title {
    margin: 0 0 4% 0;
    padding-bottom: 3%;
    border-bottom: solid 1px #e6e6e6;
    text-align: left;
}

#comments-title span {
    text-align: right;
    float: right;
}

#comments #respond { padding: 0; }

#comments .comment #respond {
    margin-top: 0px;
    padding-bottom: 10px;
}

#reply-title {
    margin: 0 0 2% 0;
    width: 100%;
    font-size: 24px;
    line-height: 1;
}

#comments .commentlist #reply-title {
    padding-top: 3%;
    margin-top: 3%;
}

#comments .commentlist #respond #reply-title { padding-top: 2% }

#respond label {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#respond .comment-subscription-form { margin-bottom: 5px }

#respond .comment-subscription-form label {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}

#respond p { position: relative }

#respond .required { color: #36d4b5 }

#respond p { margin-bottom: 15px }

#commentform p { width: 100% }

#comments .form-submit { margin: 10px 0 0 0 !important }

#respond input[type="text"], #respond input[type="email"], #respond textarea {
    color: #777;
    border: none;
    background: #fff;
    font: 16px/24px 'Helvetica', sans-serif;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: rgba(0,0,0, 0.2) 0px 0px 1px;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

#respond .comment-form-comment {
    width: 100%;
    display: inline-block;
}

#respond input:focus, #respond input[type="email"]:focus, #respond textarea:focus {
    outline: none;
    box-shadow: rgba(0,0,0, 0.22) 0px 0px 2px;
}

#respond textarea {
    line-height: 1.4;
    width: 100%;
}

#commentform #submit {
    background: #36d4b5;
    color: #fff;
    font-family: 'Helvetica', sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0 0 18px 0;
    border: none;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#commentform #submit:hover {
    background: #555;
    cursor: pointer;
}

.form-allowed-tags {
    font-size: 12px;
    line-height: 1.4;
    color: #999;
    float: left;
    margin: 10px 0 25px 0;
    width: 100% !important;
    display: none;
}

#comments .commentlist {
    list-style-type: none;
    counter-reset: li;
    margin: 0;
}

#comments .commentlist li {
    position: relative;
    float: left;
    width: 100%;
    padding: 2% 0 3% 0;
    margin: 0 0 3% 0;
    border-bottom: solid 1px #e6e6e6;
    position: relative;
    list-style: none;
}

#comments .commentlist li:last-child {
    margin-bottom: 8%;
}

#comments .commentlist .children {
    margin: 3% 0 0 0;
    border-top: solid 1px #eee;
    padding: 3% 0 0 0;
}

#comments .commentlist .children li { padding-left: 5% }

#comments .commentlist .children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#comments .comment-block {
    padding: 0;
    position: relative;
}

#comments .comment-edit-link { color: #ccc }

#comments .comment-edit-link:hover { color: #36d4b5 }

#comments .comment-edit-link i {
    font-size: 11px;
    margin-left: 5px;
    vertical-align: middle;
}

#comments .comment-text {
    position: relative;
    display: inline-block;
    width: 80%;
    float: left;
    padding-top: 2px;
}

#comments .comment-text p {
    font-size: 15px;
    line-height: 1.6;
}

#comments .comment-reply-link {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

#cancel-comment-reply-link {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 8px;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

#cancel-comment-reply-link:before {
    content: "\f057";
    font-family: "FontAwesome";
    margin-right: 3px;
}

#cancel-comment-reply-link:hover {
    color: #555;
}

#cancel-comment-reply-link i {
    font-size: 18px;
    color: #f74f4f;
}

#cancel-comment-reply-link i:hover {
    color: #555;
    cursor: pointer;
}

#comments .logged-in-as {
    float: left;
    color: #bbb;
    margin-bottom: 5%;
}

#comments .commentlist .logged-in-as {
    padding-bottom: 3%;
    margin-bottom: 4%;
}

#comments .logged-in-as a { color: #777 }

#comments .logged-in-as a:hover { color: #555 }

#comments .comment-notes, #comments .logged-in-as {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    color: #bbb;
    margin-bottom: 2%;
    padding-bottom: 2%;
}

#comments .commentlist .comment-notes {
    padding-bottom: 3%;
    margin-bottom: 20px !important;
    border-bottom: none;
}

#comments .comment-notes .required {
    position: relative !important;
    top: auto !important;
    right: auto !important;
}

#comments .comment-awaiting-moderation {
    background: #8ACF9B;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    margin-top: 15px;
    color: #FFF;
}

#comments .comment-awaiting-moderation:before {
    content: "\f058";
    font-family: "FontAwesome";
    margin-right: 10px;
}

#comments .vcard-wrap {
    width: 100%;
    display: inline-block;
}

#comments .vcard {
    display: inline-block;
    width: 10%;
    float: left;
    margin-right: 5%;
    margin-top: 5px;
}

#comments .vcard img {
    float: left;
    height: 35px;
    width: 35px;
    border-radius: 50px;
}

#comments .fn {
    float: left;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    margin-top: 0;
    width: 100%;
}

#comments .fn a { color: #555 }

#comments .fn a:hover {
    background: none;
    color: #777;
}

#comments .comment-info {
    display: inline-block;
    position: relative;
    width: 100%;
}

#comments .comment-meta {
    float: left;
    line-height: 1;
    width: 100%;
    margin-bottom: 3%;
}

#comments .comment-time a {
    text-transform: uppercase;
    font-size: 11px;
    color: #ccc;
    display: inline-block;
    padding-top: 5px;
}

#comments .comment-time a:hover { color: #555 }

#comments .comment-time:hover { color: #999 }

#comment-nav-below {
    display: inline-block;
    width: 100%;
    padding: 2.5% 0 4% 0;
}

#comment-nav-below a {
    background: #36d4b5;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 10px;
}

#comment-nav-below a:hover { background: #555 }

#comment-nav-below .nav-previous { float: left }

#comment-nav-below .nav-next { float: right }

.no-comments {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.attachment #nav-below {
    width: 100%;
    display: inline-block;
    background: #f7f7f7;
    margin-bottom: 15px;
}

.attachment #nav-below a {
    font-weight: bold;
    color: #999;
}

.attachment #nav-below a:hover { color: #555 }

.attachment #nav-below .nav-previous, .attachment #nav-below .nav-next {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 10px;
}

.attachment #nav-below .nav-next { border-left: solid 1px #eee }

/* Tab Interface */

    #single-tabs .single-tab-nav li { padding: 1.5% 4% }

    #single-tabs .single-tab-nav li span { display: none }

    .post-tab { padding: 7% }

    .author-profile {
        padding-bottom: 6%;
        margin-bottom: 6%;
    }

    #author-avatar {
        margin-left: 15px;
        display: inline-block;
    }

    #author-avatar img {
        width: 60px;
        height: auto;
        float: right;
    }

    #author-description {
        font-size: 14px;
        line-height: 2.0;
        font-weight: 300;
    }

    #author-description h2 { width: 50% }

    .author-posts li a {
        font-size: 14px;
        float: left;
        width: 100%;
    }

    .author-posts li span { float: left }

    .post-navigation { width: 100% }

    .post-detail-col {
        float: left;
        padding-left: 0;
        width: 100%;
        border-top: solid 1px #e6e6e6;
        border-left: none;
        padding-top: 10px;
        margin-top: 10px;
    }

    .post-tab .sd-social, .post-tab .sd-like { padding: 5% 0 }

/* -----------------------------------------------   Comment Tabs*/

#single-tabs {
    margin: 5% 0 0 0;
    float: left;
    width: 100%;
}

#single-tabs .single-tab-nav {
    width: 100%;
    margin: 0;
    float: left;
    display: inline-block;
    border-bottom: solid 1px #e3e3e3;
    text-align: center;
}

#single-tabs .single-tab-nav li {
    display: inline-block;
    border: solid 1px #e3e3e3;
    border-bottom: none;
    margin-bottom: -1px;
    margin-right: 10px;
    padding: 1.5% 2%;
}

#single-tabs .single-tab-nav li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ADB5BB;
}

#single-tabs .single-tab-nav li a:hover { color: #555 }

#single-tabs .single-tab-nav li.active { background: #fafafa }

#single-tabs .single-tab-nav li.active a { color: #555 }

#single-tabs .single-tab-nav li.active i, #single-tabs .single-tab-nav li a:hover i {
    color: #36d4b5;
    -webkit-transition: .07s ease-in;
    transition: .07s ease-in;
}

.post-tab {
    float: left;
    width: 100%;
    background: #fafafa;
    padding: 7% 12%;
}

.page .post-tab {
    border-top: solid 1px #E3E3E3;
}

/* ----------------------------------------------- Author Tab */

#author-info {
    position: relative;
    display: inline-block;
}

#author-avatar {
    float: right;
    width: 100px;
    margin-left: 40px;
}

#author-avatar img { border-radius: 100px }

#author-info .avatar:hover {
    border: none !important;
    background: none !important;
    cursor: pointer;
}

#author-info .grav-grav img {
    width: 100px;
    height: auto;
}

.grav-hijack, .grav-hijack:hover {
    border: none !important;
    background: none !important;
    height: auto !important;
    margin: 0 !important;
}

.gcard { margin: 11px 0 0 -4px !important }

.author-profile {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 4%;
    margin-bottom: 4%;
}

#author-description {
    width: 100%;
    margin-top: -6px;
    font-size: 16px;
    line-height: 1.6;
}

#author-description h2 {
    clear: none;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0;
}

#content .author-posts ul, .author-posts li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.author-posts li {
    width: 100%;
    display: inline-block;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 2%;
    padding-bottom: 2%;
}

.author-posts li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.author-posts li a {
    color: #555;
    font-size: 16px;
}

.author-posts li a:hover { color: #36d4b5 }

.author-posts li span {
    display: inline-block;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.8;
    text-transform: uppercase;
    background: #36d4b5;
    padding: 0 4px;
    margin: 0 8px 5px 0;
    color: #fff;
}

.bypostauthor {

}

.post-navigation {
    width: 75%;
    float: left;
    padding-right: 5%;
}

.post-navigation a { color: #555 }

.post-navigation a:hover { color: #36d4b5 }

.post-navigation .nav-previous, .post-navigation .nav-next {
    float: left;
    width: 100%;
}

.post-navigation .nav-next {
    border-top: solid 1px #e6e6e6;
    padding-top: 10px;
    margin-top: 10px;
}

.post-navigation i { font-size: 11px }

.post-navigation .meta-nav {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
    float: left;
    clear: both;
}

.post-detail-col {
    float: right;
    width: 25%;
    padding-left: 5%;
    border-left: solid 1px #e6e6e6;
}

.post-detail-col h3 {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
}

.post-detail-cat { margin-bottom: 10px }


/*------------------------------------------------------------------ CTA ABOVE FOOTER ----*/

#cta-footer {
	width: 100%;
	background: #394144;
	text-align: center;
}
#cta-footer-wrapper {
	padding: 80px 2% 80px 2%;
}
#cta-footer-wrapper h4 {
	padding-bottom: 0;
}
#cta-footer-wrapper h2 {
	font-weight: 100;
	font-size: 53px;
	line-height: 65px;
	color: #fff;
	margin-bottom: 30px;
}
#cta-footer-wrapper h3 {
	font-style: italic !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 21px;
	color: #B1BCC0;
	margin-bottom: 90px;
}
#cta-footer-wrapper h4 a{
	font-weight: 900px;
	font-size: 16px;
	color: #3AE0BD;
	letter-spacing: 3px;
	border-radius: 5px;
	border: 3px solid #3AE0BD;
	padding: 24px 30px;
        font-weight: 500;
}
#cta-footer-wrapper h4 a:hover {
	color: #fff;
	background: #3AE0BD;
}
/*------------------------------------------------------------------ CTA ABOVE FOOTER RESPONSIVE STYLES ----*/
@media screen and (max-width: 510px) { 
	#cta-footer-wrapper h2 {
		font-size: 43px;
	}
	#cta-footer-wrapper h3 {
		font-size: 17px;
	}	
}
@media screen and (max-width: 380px) { 
	#cta-footer-wrapper h4 a{
		font-size: 14px;
		padding: 19px 20px;
	}
	#cta-footer-wrapper h3 {
		margin-bottom: 71px;
	}
}
/*------------------------------------------------------------------ FOOTER ----*/
.site-footer {
	 background: #dee1e3;   
	 margin-top: 0;
	 margin-bottom: -13px;
}
.footer-navigation {
	float: left;
	display: inline-block;
}
.footer-navigation ul li a{
	font-family: FontAwesome !important;
	font-size: 44px;
	color: #5A5F62;
}
.footer-bottom {
    display: block; 
    width: 100%;
    max-width: 1800px;
    padding: 0 5% 5% 5%;
    margin: 0 auto;
}
#subscribe-form {
	float: right;
	padding-top: 15px;
	display: inline-block;
}
#subscribe-blog-blog_subscription-3 p{
	display: inline-block;
}
#subscribe-email input {
	width: 332px !important;
	border-radius: 5px;
	border: 2px solid #959da5;
	font-size: 16px;
	background: #dee1e3;
	color: #6b6f73;
	padding: 7px 15px;
}
#subscribe-submit input {
	background: #36D4B5;
	letter-spacing: 3px;
	font-size: 16px;
	border-radius: 5px;
	margin-left: 15px;
	padding: 8px 15px;
	font-weight: 500;
}
#subscribe-submit input:hover {
	background: #21bd9e;
}
#subscribe-form h3, #subscribe-text {
display: none !important;
}
/*------------------------------------------------------------------ FOOTER RESPONSIVE STYLES ----*/
@media screen and (max-width: 950px) { 
	.footer-navigation ul li a{
	font-size: 34px;
	}
	#subscribe-form {
		padding-top: 4px;
	}
}

@media screen and (max-width: 860px) {
	.footer-navigation li:last-child {
    margin-right: 0;
	}
	.footer-navigation {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 44px;
	}
	#subscribe-form {
    float: none;
    padding-top: 35px;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	.footer-navigation ul li a{
	font-size: 44px;
	}
}
@media screen and (max-width: 540px) {
	#subscribe-form {
		padding-top: 18px;
	}
	#subscribe-email input {
		width: 300px !important;
	}
	#subscribe-blog-blog_subscription-3 p{
		width: 98%;
	}
	#subscribe-submit input {
		margin-left: 0;
		width: 300px;
	}
}
@media screen and (max-width: 370px) { 
	.footer-navigation ul li a{
	font-size: 34px;
	}
}

/*------------------------------------------------------------------ TABLE STYLES ----*/

.rpt_style_basic .freetable .rpt_title {
	background: #ddd !important;
	color: #62707C !important;
}
.rpt_style_basic .freetable .rpt_head {
	border-top: #ddd solid 2px !important;
}
.rpt_style_basic .premiumtable .rpt_title {
	background: rgba(30,37,40, 1) !important;
	color: #36d4b5 !important;
}
.rpt_style_basic .premiumtable .rpt_head {
	border-top: rgba(30,37,40, 1) solid 2px !important;
}
.rpt_feature_0-1, .rpt_feature_0-2, .rpt_feature_0-3 {
	text-decoration: line-through !important;
}
.rpt_style_basic .rpt_plan .rpt_head, .rpt_style_basic .rpt_plan .rpt_title {
	border: none !important;
}
.rpt_feature_0-4, .rpt_feature_1-4 {
    font-size: 30px;
    padding: 20px 16px 10px 16px;
    border: none;
}
.postid-6847 td{
	font-size: 11px;
}
.postid-6847 td h7{
	font-size: 17px;
}
.postid-6847 .fa-check {
	color: #36d4b5;
	font-size: 15px;
}
.postid-6847 .fa-times {
	color: #fa5f68;
	font-size: 15px;
}

/*------------------------------------------------------------------ REMOVE THE DOTS ----*/

.huge_it_slideshow_dots_5, .huge_it_slideshow_dots_6, .huge_it_slideshow_dots_7, .huge_it_slideshow_dots_8, .huge_it_slideshow_dots_14, .huge_it_slideshow_dots_15, .huge_it_slideshow_dots_16, .huge_it_slideshow_dots_17,  .huge_it_slideshow_dots_thumbnails_21, .huge_it_slideshow_dots_thumbnails_20, .huge_it_slideshow_dots_thumbnails_18, .huge_it_slideshow_dots_thumbnails_19, .huge_it_slideshow_dots_thumbnails_22, .huge_it_slideshow_dots_active_22, .huge_it_slideshow_dots_active_23, .huge_it_slideshow_dots_thumbnails_23,  .huge_it_slideshow_dots_thumbnails_24, .huge_it_slideshow_dots_thumbnails_25, .huge_it_slideshow_dots_thumbnails_26,.huge_it_slideshow_dots_thumbnails_27, .huge_it_slideshow_dots_thumbnails_29, .huge_it_slideshow_dots_thumbnails_30, .huge_it_slideshow_dots_thumbnails_31, .huge_it_slideshow_dots_thumbnails_32, .huge_it_slideshow_dots_34, .huge_it_slideshow_dots_35, .huge_it_slideshow_dots_36, .huge_it_slideshow_dots_37, .huge_it_slideshow_dots_38, .huge_it_slideshow_dots_39, .huge_it_slideshow_dots_40, .huge_it_slideshow_dots_40, .huge_it_slideshow_dots_41, .huge_it_slideshow_dots_42, .huge_it_slideshow_dots_43, .huge_it_slideshow_dots_44, .huge_it_slideshow_dots_45, .huge_it_slideshow_dots_46, .huge_it_slideshow_dots_47, .huge_it_slideshow_dots_48, .huge_it_slideshow_dots_49, .huge_it_slideshow_dots_50, .huge_it_slideshow_dots_51, .huge_it_slideshow_dots_52, .huge_it_slideshow_dots_53, .huge_it_slideshow_dots_54, .huge_it_slideshow_dots_55, .huge_it_slideshow_dots_56, .huge_it_slideshow_dots_57, .huge_it_slideshow_dots_58, .huge_it_slideshow_dots_59, .huge_it_slideshow_dots_60, .huge_it_slideshow_dots_61, .huge_it_slideshow_dots_62{
display: none !important;
z-index: 1 !important;
}
.huge_it_slideshow_dots_thumbnails_17, .huge_it_slideshow_dots_thumbnails_16, .huge_it_slideshow_dots_thumbnails_15, .huge_it_slideshow_dots_thumbnails_14 {
	display: none;
}
.huge_it_slideshow_image_wrap_17, .huge_it_slideshow_image_wrap_16, .huge_it_slideshow_image_wrap_15, .huge_it_slideshow_image_wrap_14,{
	margin-right: 50px;
	margin-bottom: 40px;
	margin-left: 20px;
}
 .huge_it_slideshow_image_wrap_26, .huge_it_slideshow_image_wrap_27, .huge_it_slideshow_image_wrap_13, .huge_it_slideshow_image_wrap_14, .huge_it_slideshow_image_wrap_15, .huge_it_slideshow_image_wrap_16, .huge_it_slideshow_image_wrap_17, .huge_it_slideshow_image_wrap_33 {
	margin-right: 40px;
}

/*------------------------------------------------------------------ MENU FOR FAQ'S ----*/ 
#cssmenu {
    background: #36d3b4;
    width: 100%;
    margin: 0 auto;
text-align: center;
}
#cssmenu i {
 color: #fff !important;
}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#cssmenu ul:after {
display: none;
  clear: both;
}
#cssmenu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
#cssmenu ul li a:hover {
  color: #333333;
}
#cssmenu ul li a:hover:before {
  width: 100%;
}
#cssmenu ul li a:after {
display: none;
  clear: both;
}
#cssmenu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #333333;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}
#cssmenu ul li.active a {
  color: #333333;
}
#cssmenu ul li.active a:before {
  width: 100%;
}
#cssmenu.align-right li.last > a:after,
#cssmenu.align-right li:last-child > a:after {
  display: block;
}
#cssmenu.align-right li:first-child a:after {
  display: none;
}
@media screen and (max-width: 768px) {
  #cssmenu ul li {
    float: none;
    display: block;
  }
  #cssmenu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #2d3437;
  }
  #cssmenu ul li.last > a,
  #cssmenu ul li:last-child > a {
    border: 0;
  }
  #cssmenu ul li a:after {
    display: none;
  }
  #cssmenu ul li a:before {
    display: none;
  }
}
/*------------------------------------------------------------------ THREE COLUMN GRID----*/
.thirty {
width: 32%;
float: left;
text-align: center;
margin:  0 auto;
padding-right: 1%;
}


/*------------------------------------------------------------------ YOUTUBE 100% ----*/
.fluid-width-video-wrapper iframe {
    position: absolute !important;
     left: 0 !important;
     width: 100% !important;
     height: 100% !important; 
}

/*------------------------------------------------------------------ GIMME SPACE MAN ----*/
.dblock {
display: block;
clear: both;
margin-bottom: 40px;
}
.dblock-small {
display: block;
clear: both;
margin-bottom: 20px;
}