/*

 Theme Name:   Voice Child

 Description:  Voice Child Theme

 Author:       WebMogul

 Template:     voice

 Version:      1.0.0

*/
body {
        font-family: Open Sans,sans-serif;
}
.bSe {
     font-family: Open Sans,sans-serif;
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 10px; 0!important;
	    font-weight: 200;
}
.bSe p {
    margin-bottom: 15px!important;
	font-family: Open Sans,sans-serif!important;
}
header {
    background: #000;
}
header ul.menu > li > a {
    color: #FFF;
    font-family: Oswald,sans-serif;
    padding: 7px 10px;
    border: 2px solid #FFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:500;
}
header ul.menu > li > a:hover {
	color:#FFF;
	}
header nav ul>li {
    padding: 5px 25px 10px 00px;
}
.hru.tcbk {
    display: none;
}
#floating_menu header {
    -webkit-transition: all,.1s,ease-out;
    -moz-transition: all,.1s,ease-out;
    transition: all,.1s,ease-out;
    padding: 10px 0 5px;
}
.msd #logo, .msd #text_logo {
    margin: 5px 0 15px;
}
.msd .sb a.sbs:before {
    font-size: 20px;
    line-height: 20px;
}
.msd .sb a {
    color: #ea8355;
    float: left;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
}
.msd nav>ul>li>a {
    padding: 7px 17px;
    font-size: 15px;
    font-weight: 200;
   font-family: Oswald,sans-serif;
}
.msd nav>ul ul li a {
padding: 10px 17px;
font-size: 16px;
 font-family: Oswald,sans-serif;
 font-weight: 200;
}
.msd .msh input[type="text"] {
    font-family: Oswald,sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.msd .msh button:before {
    color: #f57e20;
    font-size: 16px;
}
.cnt .awr.lnd {
    padding-top: 0;
}
.bSe table tr:nth-child(odd) td {
    background: #FFF;
}
h1.entry-title {
	display:none;
}
.bSe article {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.bSe article .cnt {
    border:none;
    padding-bottom: 0px;
}
.sAsin .si {
	display:none;
}
.msd .sb a {
    color: #f57e20;
}
.msd nav>ul>li.current-menu-item>a, .msd nav>ul>li.current_page_item>a, .msd nav>ul>li.current-page-item>a {
    color: #f57e20;
}
.msd nav>ul>li:hover>a {
    color: #f57e20;
}
.msd nav>ul ul li:hover>a {
    color: #f57e20;
}
.phone-num {
	text-align: center;
    padding: 0 15px;
    margin-bottom: 10px;
}
.phone-num a {
	font-size: 18px;
    color: #f57e20;
    font-family: Oswald,sans-serif;
	font-weight: 200;
}
.phone-num a:hover {
	color:#f57e20;
}
.sAs section#text-4 {
	margin-top:20px;
}
.sAs section a {
    color: #fffef0;
    font-family: Oswald,sans-serif;
    font-weight: 200;
    font-size: 13px;
	text-transform:uppercase;
}
.sAs section p span {
    font-family: Oswald,sans-serif;
    font-weight: 200;
    font-size: 13px;
}
.bSe a:hover {
    text-decoration: none;
}
.msd.smh .scroll-wrapper {
	max-height: 370px!important;
	}
#scrollingWidgets .viewport {
	height:auto!important;
}
#scrollingWidgets .viewport .overview {
	position:relative!important;
	overflow: hidden !important;
	margin-right: 0 !important;
}
.msd.smh nav.menu-main-menu-container {
	height:320px!important;
	max-height:320px!important;
	}
.scrollbar-chrome > .scroll-element .scroll-bar {
    background: rgba(255,254,240,0);
    cursor: default;
    border-radius: 7px;

}
/*--------------------------Contact Page------------------------------------------------*/
.page-id-236 footer {
	display:none;
}

/*-------------------------Scroll Top----------------------------------*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Montserrat,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top:hover {
	color: #fff !important;
	background-color: #f57e20;
	text-decoration: none;
}
 #back-top:before {
	 content: "\f077";
	 font: normal normal normal 22px/1 FontAwesome;
	}
#back-top {
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.1em;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	z-index: 9;
}
/*-------------------------Post Section-------------------------------------*/
.single h1, .single h2, .single h3, .single h4, .single h5 {
	margin-bottom:15px!important;
	color:#000;
}
article#comments, .single #comment-bottom {
	display:none;
}
.single .cnt .awr.lnd {
    padding-top: 25px;
}
.cnt .awr.hfp .ifp {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.6em;
}
.alignleft {
    float: left;
    margin: 0px 20px 10px 0;
}
.single .cnt article p {
    margin-bottom: 20px!important;
}
.single .bSe article .awr ul li, .single .bSe article .awr ol li {
    margin-bottom: 10px!important;
}
.single .hru.fih {
	height:277px;
}
.single .hru.fih .hrui .wrp {
	background: rgba(0, 0, 0, 0.5);
    padding: 15px 10px;
    border-radius: 10px;
}
.single .hru.fih .hrui .wrp h1 {
	color: #FFF;
}
.page-numbers {
    -webkit-transition: all,.2s,linear;
    -moz-transition: all,.2s,linear;
    transition: all,.2s,linear;
    border-radius: 3px;
    box-shadow: 0px 2px 0px 0px #bf5f15;
    background: #f57d22;
    color: #fff !important;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1.3em;
    height: 50px;
    line-height: 50px;
    padding: 0 11px;
    margin-left: 20px;
    text-align: center;
    text-transform: uppercase;
}
.page-numbers:hover, .page-numbers.current {
    background: rgba(245, 126, 36, 0.8);
}
.tve-post-grid-title a, .tve_pg_more a {
	    font-family: Oswald,sans-serif;
		font-weight: 400!important;
	}
/*-----------------------------------------------------------*/
a .zoom-in:hover {
	    -ms-transform: scale(1.05)!important;
    -webkit-transform: scale(1.05)!important;
    transform: scale(1.05)!important;
    -o-transition: all .9s!important;
    -webkit-transition: all .9s!important;
    transition: all .9s!important;
}
/*---------------------------------------------------------*/
header #head_wrp {
    position: relative;
}
.top-left {
	position: absolute;
    left: -51px;
}
.mff.a60 button#responsive-menu-button {
    top: 2px!important;
}
#responsive-menu-button {
	background: #FFF!important;
    border-radius: 5px;
	    width: 48px!important;
    height: 40px!important;
	    top: 13px!important;

}
#responsive-menu-button.is-active {
	background:transparent!important;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    background-color: #42b6b3;
}
button#responsive-menu-button:hover .responsive-menu-inner, button#responsive-menu-button:hover .responsive-menu-inner::before, button#responsive-menu-button:hover .responsive-menu-inner::after, button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner, button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::before, button#responsive-menu-button:hover .responsive-menu-open .responsive-menu-inner::after, button#responsive-menu-button:focus .responsive-menu-inner, button#responsive-menu-button:focus .responsive-menu-inner::before, button#responsive-menu-button:focus .responsive-menu-inner::after, button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner, button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::before, button#responsive-menu-button:focus .responsive-menu-open .responsive-menu-inner::after {
     background-color: #42b6b3;
}
#responsive-menu {
    margin-top: 82px;
}
.logged-in #responsive-menu {
	margin-top:100px;
}
#responsive-menu li a {
	font-size:16px!important;
	text-transform:uppercase;
	font-family: Montserrat,sans-serif;
}
#responsive-menu li {
border-top: 1px solid rgba(255,255,255,.03);
}
#responsive-menu > li:last-child {
    border-bottom: 1px solid rgba(255,255,255,.03);
}
#responsive-menu li a:hover {
    background-color: transparent!important;
	    border-color: transparent!important;
}
/*----------------------Ninja Form Section--------------------------------*/
.nf-form-fields-required {
	display:none;
}
.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    padding: 15px 10px;
	border: 0!important;
	font-family: Open Sans,sans-serif;
	font-size: 14px;
}
.nf-error-msg, .ninja-forms-req-symbol {
    color: #FFF!important;
    font-size: 13px;
}
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 0px!important;
}
.textarea-container {
	margin-bottom: 0px!important;
	}
.nf-field-element textarea {
    height: 120px!important;
}
.label-above .nf-field-element{
	text-align:right;
}
.field-wrap input[type=button] {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    padding: 10px 20px;
    border: 1px solid #FFF!important;
    cursor: pointer;
}
.field-wrap input#nf-field-10[type=button] {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    background: #f57e20;
    padding: 7px 15px;
    border: 2px solid #f57e20!important;
    border-radius: 3px;
}
.label-above #nf-field-10-wrap .nf-field-element{
	text-align:left;
}
/*---------------------------------------------------------------*/
.section-2 .tcb-col {
	overflow:hidden;
}
.section-2 .tcb-col .mask {
   overflow:visible;
   box-sizing:border-box;
   transition: all 0.4s ease-in-out;
}
.section-2 .tcb-col .mask {
   opacity: 1;
   background-color: rgba(0, 0, 0, 0.40);
}
.section-2 .hover-half .tcb-col .mask {
	width:1000px;
	height:1000px;
}
.section-2 .hover-one-third .tcb-col .mask {
	width:1000px;
	height:1000px;
}

.section-2 .tcb-col:hover .mask {
   opacity: 0;
   cursor:pointer;
}

/*----------------------Footer Section-------------------------------*/
.spr {
    height: 0;
}
footer .fmn {
    display: none;
}
footer {
    background: #000;
    margin-top: 0px;
    text-align: center;
    padding: 30px 0 15px 0;
}
footer .fmc {
	display:none;
}
.footer-bottom .widget_text {
	width:48%;
	float:left;
	padding:10px;
	box-sizing: border-box;
}
.footer-bottom .widget_text:first-of-type {
	margin-right:2%;
}
.footer-bottom .widget_text h2.footer-bottom-section-h {
	text-align:left;
	font-size:28px;
	color:#FFF;
	}
#text-6 {
	text-align:center;
	border:1px solid #FFF;
	height: 335px;
    display: table;
}
#text-6 .textwidget {
	display:table-cell;
	vertical-align:middle;
}
.footer-bottom h1, .footer-bottom h2, .footer-bottom h3, .footer-bottom h4, .footer-bottom h5, .footer-bottom h6, .footer-bottom p {
	color:#FFF;
} 
.phone-footer-num a {
	font-size:32px;
}
/*------------------------------------------------------------------*/
@media only screen and (min-width: 769px) {
.thrv_wrapper.thrv-page-section.tcb-window-width {
	width: 1125px!important;
    left: -65px!important;
}
nav.menu-main-menu-container {
	display:block!important;
	text-align: left;
	margin-bottom:10px;
	}
a.sbm.hbd {
	display:none!important;
}
.msd .sb {
    height: 34px;
   margin: 0 0 10px 10px;
    
}
.msd .msh button {
    background: rgba(9,10,7,0.6);
    border: 0;
    cursor: pointer;
    float: right;
    height: 42px;
    line-height: 47px;
    width: 20%;
}
.msd .msh input[type="text"] {
    background: rgba(9,10,7,0.6);
    border: 0;
    color: #fffef0;
    float: left;
    font-style:normal;
    height: 22px;
    margin: 0px;
    padding: 10px 0 10px 5%;
    width: 75%;
}
.mobile-sb {
	display:none!important;
}
}
@media only screen and (max-width: 768px) {
	.sAs .msd .sb .sbm {
    background: #f57e20;
    color: #ffffff;
    display: block;
    height: 41px;
    line-height: 41px;
    margin-left: 15px;
}
.sAs .msd .sb .msh {
    width: 70%;
}
.msd .sb a.sbm::before {
    content: '\e622';
    font-size: 33px;
    line-height: 38px;
    margin-top: 1px;
}
.desktop-sb, .phone-desktop {
	display:none!important;
}
.phone-num {
    padding: 0 0px 0 15px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    height: 20px;

}
.phone-num a {
	float: right !important;
	color:#FFF!important;
}
}


