/*-------------------------------- 
# Top bar menu
----------------------------------*/
.meet-ryan-text h2 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1e2859;
}



.header-top-area {
    padding: 15px 0;
    background: #444 none repeat scroll 0 0;
}

.top-bar-left-content a,
.header-info a {
    color: #fff;
}

.header-info span {
    position: relative;
    color: #fff;
}

.header-info>span:first-child {
    position: relative;
    background: #ea000d;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
}

.header-info>span:first-child a:hover {
    color: #fff;
}

.header-info span+span {
    margin-left: 8px;
    padding-left: 8px;
}


/*-------------------------------- 
# Top bar left side menu
----------------------------------*/

.top-bar-left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar-left-menu ul li {
    display: inline-block;
}

.top-bar-left-menu ul li a {
    padding: 5px 10px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
}

.top-bar-left-content a:hover,
.header-info a:hover,
.header-social ul li a:hover,
.top-bar-left-menu ul li a:hover {
    color: #ea000d;
}

.top-bar-left-content {
    color: #fff;
}

.top-bar-left-content p {
    margin-bottom: 0;
}


/*-------------------------------- 
# Header Top Social icons
----------------------------------*/

.header-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
}

.header-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-social ul li {
    display: inline-block;
}

.header-social ul li a {
    color: #fff;
    font-size: 16px;
}

.header-social.text-white>a {
    color: #fff;
}

.menu-middle-area {
    border-top: 1px solid #ddd;
}

.header-social ul li+li {
    margin-left: 15px;
}


/*-------------------------------- 
# Header Search
----------------------------------*/

.header-search {
    margin: 29px 0;
}

.header-search form {
    display: block;
    position: relative;
}

.header-search form input {
    border: 1px solid #ddd;
    height: 40px;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    width: 250px;
}

.header-search form button {
    background-color: transparent;
    border: 0 none;
    color: #999;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.header-search form button i {
    display: block;
    line-height: 38px;
}

.header-search form button:hover {
    color: #26c7cc;
}

.header-default {
    background: #fff;
    padding: 0 73px;
}


/**
* Header Transparent Enable
*/

header.header-transparent {
    background: transparent none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0);
}

.logged-in.admin-bar header.is-sticky {
    margin-top: 30px;
}

.is-sticky .header-menu-wrap .site-title {
    padding-top: 5px;
    padding-bottom: 5px;
}

.is-sticky a.meanmenu-reveal {
    top: -39.5px;
}

.logged-in.admin-bar header.is-sticky.header-transparent {
    top: 32px!important;
}

.logged-in.admin-bar header.header-transparent {
    top: 64px!important;
}


/**
* Header Sticky 
*/

header.is-sticky {
    position: fixed;
    left: 0;
    top: 0 !important;
    right: 0;
    background-color: #fff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    z-index: 99;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

body.logged-in.admin-bar .is-sticky {
    padding-top: 0px!important;
}

header.is-sticky .default-menu nav>ul>li>a {
    padding: 20px 20px;
}

header.is-sticky .default-menu nav>ul>li:last-child>a {
    padding-right: 0;
}

.default-style-one,
.primary-nav-one-page {
    display: flex;
}

.buy__now__btn {
    align-self: center;
    display: flex;
    height: auto;
    margin-left: 21px;
}

.buy__now__btn a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: #ea000d none repeat scroll 0 0;
    color: #fff;
    padding: 8px 14px;
    border-radius: 5px;
    min-width: 93px;
}

.buy__now__btn a:hover {
    background-color: #333;
    color: #fff;
}


/**
* Default Menu Style
*/

.default-menu nav>ul>li.menu-item-has-children>a::after,
.default-menu div>ul>li.menu-item-has-children>a::after {
    font-family: fontawesome;
    content: "\f107";
    margin-left: 5px;
}

.default-menu li a {
    color: #333;
}

.default-menu a:hover,
.default-menu li.current-page-item>a,
.default-menu li.current-page-parent>a,
.default-menu li.current-page-ancestor>a,
.default-menu li.current-menu-item>a,
.default-menu li.current-menu-parent>a,
.default-menu li.current-menu-ancestor>a {
    color: #ea000d;
}

.default-menu nav>ul,
.default-menu div>ul {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
}

.default-menu nav>ul>li,
.default-menu div>ul>li {
    position: relative;
}

.default-menu nav>ul>li>a,
.default-menu div>ul>li>a {
    display: flex;
    font-size: 16px;
    line-height: 30px;
    padding: 30px 18px;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.default-menu nav>ul>li:last-child>a,
.default-menu div>ul>li:last-child>a {
    padding-right: 0;
}

.default-menu .sub-menu,
.default-menu .children {
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    left: 0;
    list-style: none;
    padding: 20px 20px;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: -999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    border-top: 1px solid #ea000d;
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 238px;
    z-index: -99;
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.default-menu nav>ul>li:hover>.sub-menu,
.default-menu div>ul>li:hover>.children {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.default-menu .sub-menu li,
.default-menu .children li {
    position: relative;
}

.default-menu .sub-menu li a,
.default-menu .children li a {
    line-height: 25px;
    padding: 4px 0px;
    font-size: 13px;
    display: flex;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}

.default-menu .sub-menu li:last-child a,
.default-menu .children li:last-child a {
    border-bottom: none;
}

.default-menu .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
    right: auto;
}

.default-menu .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}

.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
}

.default-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    left: 100%;
    right: auto;
}


/* Last 2 Element drop-down position */

.last-elements .sub-menu {
    left: auto;
    right: 0;
}

.last-elements .sub-menu li .sub-menu {
    top: 0;
    left: auto;
    right: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: auto;
    left: 100%;
}

.last-elements .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu {
    right: 100%;
    left: auto;
}


/**
* Hover Animation 
*/

.header-menu-wrap .sub-menu li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    left: 100%;
    visibility: visible;
    z-index: 999;
    transform: rotateX(0deg);
}


/**
* Mobile Menu 
*/

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    z-index: 9;
}


/**
* Menu Open/Close Button
*/

a.meanmenu-reveal {
    height: auto;
    line-height: 1;
    padding: 0;
    top: -51.5px;
    width: auto;
    transform: translateY(-50%);
    color: #333;
}

a.meanmenu-reveal:hover,
a.meanmenu-reveal:focus {
    color: #ea000d;
    outline: medium none;
}

a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
}


/**
* Mobile Menu Nav
*/

.mean-nav {
    background-color: #000;
    margin: 0;
}

.mean-nav a.mean-expand {
    border: medium none !important;
    color: #ddd !important;
    font-size: 18px !important;
    height: 36px;
    line-height: 36px;
    padding: 0 !important;
    text-align: center;
    width: 30px !important;
}

.mean-nav a.mean-expand:hover {
    color: #ea000d;
}

.mean-nav a.mean-clicked {
    font-size: 22px !important;
}

.mean-nav>ul {
    float: left;
    padding: 29px 29px 15px;
    display: none;
    max-height: 290px;
    overflow-y: scroll;
    position: absolute;
    background: #000;
}

.mean-nav>ul>li>a {
    color: #ddd;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 30px 6px 0;
}

.mean-nav>ul>li>a:hover,
.mean-nav>ul>li.current_page_item>a {
    color: #ea000d;
}


/**
* Mobile Sub & Mega menu
*/

.mean-nav .sub-menu,
.mean-nav .mega-menu {
    box-shadow: none;
    float: left;
    opacity: 1;
    position: static;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    visibility: visible;
    z-index: 1;
}

.mean-nav ul li li {
    margin: 0;
    padding: 0;
}

.mean-nav ul li li a {
    color: #ddd;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    opacity: 1;
    padding: 6px 30px 6px 15px;
    text-transform: uppercase;
    width: 100% !important;
    border-bottom: none;
}

.mean-nav .sub-menu li:hover>a {
    color: #ea000d;
}

.mean-nav .sub-menu li.current_page_item:hover>a {
    color: #ea000d;
}

.mean-nav ul li li.current_page_item>a,
.mean-nav ul li li>a:hover,
.mean-nav .sub-menu li>a:hover {
    color: #ea000d;
}

.mean-nav ul li li li a {
    padding: 6px 30px 6px 25px;
}

.mean-nav ul li li li li a {
    padding: 6px 30px 6px 35px;
}

.mean-nav ul li li li li li a {
    padding: 6px 30px 6px 45px;
}

.mean-nav ul li li li li li li a {
    padding: 6px 30px 6px 55px;
}


/**
* Text Logo Style 
*/

.site-title h3,
.site-title p {
    margin: 0;
    color: #333;
}

.site-title a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
}


/**
* Logo Position
*/

.header-menu-wrap {
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.header-menu-wrap .site-title {
    min-width: 150px;
    flex-shrink: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-menu-wrap.logo-left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.header-menu-wrap.logo-center {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.header-menu-wrap.logo-right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.header-menu-wrap.logo-left-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.header-menu-wrap.logo-center-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}

.header-menu-wrap.logo-right-top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.header-menu-wrap.logo-center,
.header-menu-wrap.logo-left-top,
.header-menu-wrap.logo-center-top,
.header-menu-wrap.logo-right-top {
    padding-top: 15px;
}


/**
* Search Option
*/

.page-title-search-box input {
    background: transparent;
    border-radius: 0;
    padding: 10px 20px;
}

.page-title-search-box input:focus {
    outline: none;
}

.page-title-search-box button {
    display: none;
}

.page__title__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: wrap column;
}

.page__title__inner.breadcrumbs-title-left {
    justify-content: flex-start;
    align-items: flex-start;
}

.page__title__inner.breadcrumbs-title-center {
    justify-content: center;
    align-items: center;
}

.page__title__inner.breadcrumbs-title-right {
    justify-content: flex-end;
    align-items: flex-end;
}


/**
* Page Title and Breadcrumbs
*/

.page__title__wrapper {
    background: #333;
}

.page__title__inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page__title__inner>h1 {
    padding-bottom: 10px;
    margin: 0;
    word-break: break-all;
    color: #fff;
}

.page__title__inner>p {
    margin-bottom: 0.80em;
}

.page__title__inner .page-subtitle {
    margin-bottom: 0;
}

.breadcrumbs_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}

.breadcrumbs_wrap ul li {
    display: inline-block;
}

.breadcrumbs_wrap ul li {
    padding: 0 5px;
    font-size: 16px;
}

section.page__title__wrapper {
    position: relative;
}

section.page__title__wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
}

section.page__title__wrapper.text-center {
    justify-content: center;
    align-items: center;
}

section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container,
section.page__title__wrapper.full-height .container .row,
section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height,
section.page__title__wrapper.full-height .container-fluid,
section.page__title__wrapper.full-height .container-fluid .row,
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    height: 100vh;
}

section.page__title__wrapper.full-height .container .row div[class*="col-"],
section.page__title__wrapper.full-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}

section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container,
section.page__title__wrapper.half-height .container .row,
section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height,
section.page__title__wrapper.half-height .container-fluid,
section.page__title__wrapper.half-height .container-fluid .row,
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    height: 50vh;
}

section.page__title__wrapper.half-height .container .row div[class*="col-"],
section.page__title__wrapper.half-height .container-fluid .row div[class*="col-"] {
    display: flex;
    align-items: center;
}

section.page__title__wrapper .page__title__inner {
    width: 100%;
    color: #fff;
}

.breadcrumbs_wrap ul,
.breadcrumbs_wrap ul li,
.breadcrumbs_wrap ul li a {
    transition: 0.3s !important;
    color: #fff;
}

.breadcrumbs_wrap ul li a:hover,
.breadcrumbs_wrap ul li.item-current {
    color: #ea000d;
}

header.page-header .page-title {
    margin-top: 0;
}


/**
* Page Wrapper
*/

.page-wrapper {
    padding: 100px 0;
}

.page-sub-title p {
    margin-bottom: 10px;
}


/**
* Default Footer
*/

footer .default-footer {
    background: #333;
    padding: 20px 0;
    color: #fff;
    position: relative;
}

footer .default-footer:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0, 0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer-social a {
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    margin-left: 8px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
    display: inline-block;
}

.footer-social a:hover {
    color: #555555;
    background: #fff;
}

.footer-social {
    text-align: right;
}

.default-footer-content-wrap.footer-bottom {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 15px;
}

.footer-bottom-area {
    border-top: 1px solid #ccc;
}

.footer-social p {
    margin-bottom: 0;
}

.footer-single ul {
    list-style: none;
}

.footer-top-section {
    padding-bottom: 60px;
}

.mc4wp-form-fields input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

.mc4wp-form-fields input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.mc4wp-form-fields input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.mc4wp-form-fields input::-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

.footer-single h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}

.mc4wp-form-fields p {
    position: relative;
}

.mc4wp-form-fields input {
    background: transparent none repeat scroll 0 0;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    padding: 5px 0px;
    position: relative;
    color: #fff;
    border-radius: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.mc4wp-form-fields input:focus {
    color: #fff;
}

.mc4wp-error p {
    color: red !important;
}

.mc4wp-form-fields input[type="submit"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #555;
    font-weight: 400;
    padding: 1px 42px;
    line-height: 35px;
    border-radius: 0;
    height: auto;
    width: auto;
    letter-spacing: 1px;
}

.mc4wp-form-fields input[type=submit]:hover {
    background: #ea000d;
    color: #fff;
}

.footer-single ul.menu {
    padding: 0;
}

.footer-single ul.menu>li+li {
    margin-top: 12px;
}

.footer-single:not(.widget_recent_comments) li>a:hover {
    padding-left: 5px;
}

.footer-single a:hover,
.footer-single .sidebar-blog .content .title:hover {
    color: #ea000d;
}

.footer-single ul.menu li a::before {
    content: "\eb27";
    font-family: icofont;
    margin-right: 5px;
}

.footer-single .sidebar-blog .content .title {
    color: inherit;
}


/**
* Footer fixed enable effect
*/

footer.fixed-footer-enable {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}


/**
* Not found / 404 page 
*/

.page-not-found-wrap {
    height: 700px;
    width: 100%;
    background: #f6f6f6;
    padding-top: 62px;
}

.page-not-found-wrap .container,
.page-not-found-wrap .container .row,
.page-not-found-wrap .container .pnf-inner-wrap,
.page-not-found-wrap .container [class*="col-"] {
    height: 100%;
}

.page-not-found-wrap .container .pnf-inner-wrap {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.pnf-inner img {
    max-height: 350px;
    margin-bottom: 30px;
}

.pnf-inner>h1 {
    color: #333;
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.pnf-inner>h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
}

.pnf-inner>p {
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
}

.pnf-inner a.btn {
    background-color: #ea000d;
    border: 1px solid #ea000d;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}

.pnf-inner a.btn:hover {
    background-color: #ea000d;
}

.align-center {
    align-items: center;
    display: flex;
}


/* Breadcrumb */

.breadcrumb-wrapper .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrapper .breadcrumb li a {
    color: #fff;
    font-size: 16px;
}

.breadcrumb-wrapper .breadcrumb.black-text li a {
    color: #444
}

.breadcrumb-wrapper .breadcrumb.black-text li.active {
    color: #888
}

.breadcrumb-wrapper .breadcrumb li.active {
    color: #ccc;
}


/*contact form*/

.all-contact-text input,
.all-contact-text textarea {
    border: none;
}

.subscribe-section form {
    display: block;
    position: relative;
}

.subscribe-section input[type="email"] {
    border: 1px solid #fff;
    border-radius: 18px;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 40px;
    margin-top: 6px;
    padding: 11px 174px 11px 30px;
    width: 100%;
    background: #fff;
}

.subscribe-section input[type="email"]:focus {
    border: 1px solid #ea000d;
}

.subscribe-section form p {
    margin-bottom: 0px;
}

.subscribe-section input[type="submit"] {
    background: #ea000d none repeat scroll 0 0;
    border: inherit;
    border-radius: 0 18px 18px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    margin-top: 6px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.subscribe-section input[type="email"] input::-moz-placeholder {
    color: #333;
    font-size: 14px;
    opacity: 1;
}

.subscribe-section input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
}

.subscribe-section input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    opacity: 1;
}

.subscribe-section input[type="email"]::-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
    opacity: 1;
}

i.fa {
    font-family: FontAwesome;
    font-weight: 400;
}