@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&amp;family=Montserrat:wght@600;700&amp;display=swap');
body {
	font-family: 'Lato', sans-serif;
	color:#ffffff;
	background-color:#1F2833;
	font-weight:300;
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color: #fff;
}
/*HEADING_SECTION*/
h1 , h2 , h3 , h4 , h5 , h6 {
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 26px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
h1.site-title{
	font-weight: 700;
}
.site-inner{
	margin-top:0;
}
/*MENU_SECTION*/
.menu li:first-child {
    padding-left: 0;
}
.menu a span {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.menu li {
	padding: 0 25px;
}
.genesis-nav-menu li.page_item.current-menu-item > a span{
	color: #45A29E;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #d9d9d8;
	padding-bottom:15px;
	border:0;
	text-align: left;
}
.menu li .sub-menu li a span{
	line-height: 23px;
}
.menu li .sub-menu li{
	padding: 10px 10px 0 10px;
	margin:0;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	background:#45A29E;
	color:#fff;
	border-radius:0px;
	padding: 6px 3.5em;
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:    #45a29e;
	opacity:  1;
}
:-moz-placeholder { 
	color:    #45a29e;
	opacity:  1;
}
::-moz-placeholder {
	color:    #45a29e;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #45a29e;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: #04191a;
	border: 0;
	color: #45a29e;
	font-size: 14px !important;
	font-weight: 400;
	padding: 9px 12px !important;
	border:1px solid #45a29e!important;
	border-radius:0px !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gf_left_half {
	padding-right: 8px;
}
.gform_wrapper ul.gform_fields li.gf_right_half {
	padding-left: 8px;
}
.vc_row .gform_wrapper .gform_footer input[type=submit]{
	margin: 0;
	background: #45a29e;
	font-size: 20px !important;
	font-weight: 600;
	width:100%;
	padding: 5px 2.3em!important;
}
.vc_row .gform_wrapper .gform_footer{
	text-align:center;
	margin: 0;
	padding: 7px 0 21px;
}
.vc_row .gform_confirmation_message{
	padding:2em 0;
}
.vc_row .gform_wrapper textarea.medium {
	height: 90px;
}
.vc_row .gform_wrapper {
	width: 60%;
	margin: 0 auto;
}
/*ICON_SECTION*/
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	font-size: 16px !important;
}
.vc_row .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
	width: 35px;
	height: 36px;
}
.vc_row .vc_icon_element.vc_icon_element-outer {
	vertical-align: middle;
}
.vc_row.banner-row .mpc-icon-column__heading {
font-size: 16px!important;
}
/*AUDIO_SECTION*/
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content, .vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float,.mejs-time.mejs-duration-container,.mejs-time.mejs-currenttime-container,audio  {
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .vc_row .mejs-time-float-corner, .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #fff;
	top: 4px;
	height: 10px;
	left: 8px;
}
body .mejs-time-current {
	background:#45A29E!important;
	height: 10px;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
}
.mejs-play:before, .mejs-replay:before{
	content: "\f04b";
	color:#45A29E;
}
.mejs-pause:before {
	content: "\f04c";
	color:#45A29E;
}
.download-audio .fa-download:before{
	content: "\f063";
	color: #21283D; 
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before, .download-audio .fa-download:before{
	position: absolute;
	font-family: fontawesome;
	font-size: 15px;
	top: 9px;
}
.mejs-play:before, .mejs-replay:before, .mejs-pause:before{
	left: 10px;
}
.download-audio .fa-download:before{
	left: 4px;
}
.customaudioplayer .mejs-button {
	width: 25px;
	height: 24px;
}
.customaudioplayer .mejs-controls {
	height: 28px;
	padding: 0;
}
.vc_row .mejs-time-rail{
	margin: 0;
	height: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 43px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 82%;
	background: #CECECE;
	margin-bottom: 30px;
}
.custom-audio-title {
	position: absolute;
	top: -29px;
	left: 0px;
	color:#45A29E;
	font-size: 18px;
	width: calc(100% - 82px);
	overflow: hidden;
	font-weight:400;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.download-audio a{
	position: absolute;
	right: -6px;
	bottom: 7px;
	height: 24px;
	width: 32px;
}
.download-audio {
	position: relative;
}
body .mejs-button button{
	transition: none !important;
	top: 4px;
}
:focus{
	outline:none !important
}
/*HEADER_SECTION*/
.vc_row h3.mpc-icon-column__heading{
	font-weight:400;
}
/*BANNER SECTION*/
.vc_row.banner-row h2{
	font-family: 'Lato', sans-serif;
	font-weight:300;
}
/*BIO_SECTION*/
.about-row h2 {
	font-weight: 600;
}
.about-row p{
 line-height: 31px;
}
/*FOOTER_SECTION*/
.vc_row.footer_row p{
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:14px;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1200px){
.menu li {
    padding: 0 15px;
}
	.vc_row.banner-row h1{
font-size: 95px !important;
}
}
@media only screen and (max-width: 1023px){
	body .vc_row .vc_row .wpb_column a.mpc-icon-column h3.mpc-icon-column__heading {
		margin:0 !important;
	}
	body .vc_row .vc_row .wpb_column a.mpc-icon-column .mpc-icon{
		margin:0 5px 0 0!important;
	}  
	.vc_row.banner-row h1 {
    font-size: 80px !important;
}
.vc_row.banner-row {
    background-position: 57% 100% !important;
}
	.vc_row.banner-row .wpb_text_column {
margin-right: 5em !important;
}
	.vc_row.banner-row h2 {
    font-size: 30px;
}
}
@media only screen and (max-width: 959px){
	.menu-toggle,.menu {
display:none;
	}
	.vc_row.banner-row h1 {
    font-size: 47px !important;
	}
	.vc_row.banner-row {
		padding:1em 0 !important;
}
	.vc_row.banner-row p{
		font-size:16px;
	}
		.vc_row.contact_row a.mpc-icon-column {
margin-right: 1em !important;
}
	h2.site-tagline {
    font-size: 30px;
}
.vc_row.header-row{
overflow: visible!important;
}
.menu_title  a:hover  {
    color: #fff!important;
}
	.menu_title{
text-align: right!important;
right: 4px;
    top: -12px!important;
}
	html body div.wprm-wrapper {
    overflow: auto;
}
	.vc_row.banner-row h2 {
    font-size: 22px;
}
}
@media only screen and (max-width: 767px){
	h1, h5, h2, .vc_row .wpb_single_image, .blog-row p, .vc_row .vc_btn3-container, .footer-widget .text-right, .footer-widget p, .footer-widget .vc_row, .mpc-testimonial .mpc-testimonial__signature,.vc_row.contact_row .wpb_column,.header-widget .vc_column-inner,.vc_row.banner-row .wpb_column {
		text-align:center !important;
	}
	.header-widget .vc_row a.mpc-icon-column {
		display: flex;
		margin-bottom: 10px !important;
	}
	.vc_row.parentrower .innercontainer, .vc_row.parentrower {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex!important;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mobilefirst {
		-webkit-order: 1;
		order: 1;
	}
	.mobilesecond {
		-webkit-order: 2;
		order: 2;
	}
	.customaudioplayer {
    margin:0 auto;
}
	.vc_row.banner-row ,.vc_row.header-row{
padding-top:10px !important;
}
		.vc_row.banner-row ,.vc_row.banner-row h1,.vc_row.demos-row{
padding-bottom: 0px !important;
}
	.vc_row.header-row {
padding-bottom: 20px !important;
}
	.vc_row .gform_wrapper {
    width: 100%;
}
.vc_row.banner-row .wpb_text_column {
margin-right:0 !important;
}
	.vc_row.banner-row {
    background-position: bottom !important;
}
	.vc_row.banner-row {
background-image: url(https://www.amykyba.com/wp-content/uploads/2020/06/banner.png) !important;
}
.banner-row .caricature-img {
    position: relative;
    top: 40px;
}
}
@media only screen and (max-width: 640px){
	.gform_wrapper .gform_body ul.gform_fields li.gf_left_half ,.gform_wrapper ul.gform_fields li.gf_right_half {
		padding:0px;
	}
	.vc_row.contact_row a.mpc-icon-column {
    display:flex;
margin-right: 0 !important;
}
}
@media only screen and (max-width: 639px){
	.vc_row.banner-row h2 {
    font-size: 25px;
}
}
@media only screen and (max-width: 479px){
.vc_row .gform_wrapper .gform_footer input[type="submit"] {
    padding: 5px 0 !important;
}
	.vc_row.banner-row h1 {
    font-size: 50px !important;
		padding-bottom: 0px !important;
}
h2.site-tagline ,.vc_row.banner-row h2{
    font-size: 23px;
}
.banner-row .mpc-icon-column{
margin-right: 0em!important;
}
a.mpc-icon-column {
    display: flex;
}
	.about-row h2{
  font-size: 29px;
}
.custom-audio-title {
top: -21px;
font-size: 15px;
}
	.banner-row .caricature-img {
    position: relative;
    top: 50px;
}
}