/*
Theme Name: Bellevue beauty
Author: Dynamic Dreamz
Text Domain: bellevuebeauty
*/


body {
    /*background: #000 url('assets/images/new-bellevue-background.jpg') no-repeat top right;*/
    font-size: 12px;
    font-family:'LucidaGrande-Regular';
    margin: 0px;
    /*line-height: 18px;*/
    color: #000;
}

a,
a:active,
a:visited {
    text-decoration: none;
    color: #e84986;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
}

a:hover,
li.active a,
a.active {
    text-decoration: underline;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1, .h1 {
    color: #e64884;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

h2 {
    color: #e64884;
    font-size: 12px;
    margin: 10px 0 10px 0;
    font-weight: bold;
}

h3 {
    font-size: 120%
}

h4 {
    font-size: 110%
}

h5 {
    font-size: 100%
}

p {
    margin: 0 0 15px;
}

::selection {
    background: #e33778;
    color: #ffffff;
}

/*--------Header---------*/

a.logo {
    float: left;
}

.header-right {
    float: right;
    margin: 69px 0;
}

.header-right a {
    display: inline-block;
    vertical-align: middle;
}

.header-right a:first-child {
    margin-right: 20px;
    background: #d93c78;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'News Cycle', sans-serif;
    font-weight: bold;
    padding: 0px 4px;
    text-decoration: none;
}

/*--------Nav---------*/

.main-menu {
    height: 50px;
    color: #ffffff;
    padding-left: 15px;
    background: #000000 url('assets/images/nav-background.gif') repeat-x;
}

.main-menu > ul {
    display: table;
    height: 100%;
}

.main-menu > ul > li {
    font-size: 12px;
    padding: 0px 7px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.main-menu > ul > li > a {
    color: #fff;
    text-decoration: none;
}

.main-menu > ul > li:hover > a,
.main-menu > ul > li.active > a {
    color: #000000;
}

.main-menu > ul > li > ul {
    position: absolute;
    top: 50px;
    background: black;
    color: #ffffff;
    font-size: 11px;
    min-width: 190px;
    display: none;
}

.main-menu > ul > li:hover > ul {
    display: block;
}

.main-menu > ul > li > ul > li {
    position: relative;
}

.main-menu > ul > li > ul > li > a,
.main-menu > ul > li > ul > li > ul > li > a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    color: #ffffff;
}

.main-menu > ul > li > ul > li:hover > a,
.main-menu > ul > li > ul > li.active > a,
.main-menu > ul > li > ul > li > ul > li:hover > a,
.main-menu > ul > li > ul > li > ul > li.active > a {
    background: #c1225d;
}

.main-menu > ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: black;
    color: #ffffff;
    font-size: 11px;
    min-width: 190px;
    display: none;
}

.main-menu > ul > li > ul > li:hover > ul {
    display: block;
}

.page-info-img {
    margin: 30px 0;

    background-color: #c42964;
    background-repeat: repeat-y;

    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, left top, right top, from(#e54682), to(#c42964));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #e54682, #c42964);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #e54682, #c42964);

    /* IE 10 */
    background: -ms-linear-gradient(left, #e54682, #c42964);

    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #e54682, #c42964);
}

.page-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 65px;
    font-family: 'News Cycle', sans-serif;
    padding: 15px;
    line-height: 57px;
}

.page-title > p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: normal;
    margin-top: 8px;
    font-weight: normal;
}

.page-info-img.hp {
    margin-bottom: 0;
    margin-top: 50px;
}

.page-info-img.hp .page-title {
    font-weight: bold;
    font-size: 80px;
    line-height: 70px;
}

.page-info-img > div {
    padding-bottom: 15px;
}

.page-info-img h2 {
    font-size: 18px;
    color: #e64683;
    text-transform: uppercase;
    font-weight: normal;
    background: #000;
    margin: 0 20px;
    padding: 9px 16px;
}

.page-info-img h2:after {
    content: '';
    display: table;
    clear: both;
}

.page-info-img h2  span {
    color: #ffffff;
}

.clr-pink {
    color: #e64683 !important;
}

/*------footer-------*/

.footer {
    background: #000;
    padding: 45px 0 15px;
    margin-top: 25px;
}

.footer-block h3 {
    font-size: 10px;
    font-weight: bold;
    color: #e33778;
    margin: 0 0 3px;
}
.footer-block .textwidget{
        font-size: 9px;
        line-height: 14px;
        color: #a3a3a3;
        margin-bottom: 0;
}
.footer-block p {
    font-size: 9px;
    line-height: 14px;
    color: #a3a3a3;
    margin-bottom: 0;
}

.footer-block a {
    color: #a3a3a3;
    text-decoration: underline;
}

.footer-block a:hover {
    color: #fff;
}
.text-widget{
    color: #a3a3a3 !important;
}
.footer-top {
    margin-bottom: 20px;
}

.footer-bottom {
    font-size: 9px;
    line-height: 14px;
    color: #fff;
}

.footer-bottom a {
    color: #a3a3a3;
}

.footer-bottom a:hover {
    color: #55575a;
}

.footer-service-img {
    text-align: right;
}

/*---content-wrapper--------*/

.content-wrapper {
    padding: 25px 0;
    background: #fff;
}

.left-menu {
    padding-left: 15px;
}

.left-menu-title {
    margin-bottom: 20px;
    color: #e64884;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif;
    font-weight: 500;
}

.left-menu-title img {
    max-width: 100%;
}

.left-menu ul {
    border-top: solid 1px #e5e5e5;
}

.left-menu ul li a {
    padding: 5px 0px 5px 12px;
    border-bottom: solid 1px #e5e5e5;
    display: block;
    color: #000000;
    background: url('assets/images/nav-arrow.png') no-repeat left center;
}

.left-menu ul li.active a {
    color: #dc3e7a;
    text-decoration: none;
    background: url('assets/images/nav-arrow-hi.png') no-repeat left center;
}

.content-txt ul {
    margin-bottom: 15px;
}

.content-txt .font-small {
    font-size: smaller;
    margin-bottom: 15px;
}

.content-txt ul li,
.square-box li {
    background: url('assets/images/bullet.jpg') no-repeat 0 5px;
    padding-left: 14px;
}

.content-txt ul li a,
.square-box li a {
    text-decoration: underline;
}

.content-txt p:last-child {
    margin-bottom: 0;
}

.content-txt a {
    text-decoration: underline;
}

.content-txt span {
    display: block;
}

.register-form-link {
    background: #d83b76;
    padding: 15px 15px 15px 10px;
    margin-right: 15px;
    border-radius: 10px;
    position: relative;
}

.register-form-link a {
    display: block;
    text-decoration: none;
    padding-right: 25px;
}

.register-form-link a .register-form-link-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #f5e208;
    display: block;
    font-weight: bold;
}

.register-form-link a .register-form-link-txt {
    display: block;
    color: #ffffff;
    line-height: 14px;
}


.register-form-link a .right-arrow {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #da6e97;
    border-radius: 50%;
}

.register-form-link a .right-arrow img {
    vertical-align: middle;
    width: 12px;
}

.content-txt em {
    display: block;
    margin-top: 15px;
}

.content-txt em:first-child {
    margin-top: 0;
}

table {
    width: 100%;
}

table tr th {
    font-weight: normal;
    padding: 6px 20px;
    color: #fff;
    background-color: #cd326d;
    font-size: 11px;
    text-align: left;
}

table tr td {
    border-bottom: solid 1px #f1c5d6;
    color: #cd326d;
    padding: 6px 20px;
    background-color: #faeaf0;
    vertical-align: middle;
}

.form {
    max-width: 300px;
}

.form-input,
.form-checkbox {
    margin-bottom: 15px;
}

.form-input label {
    display: block;
    color: #cd326d;
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: normal;
}

.wpcf7 label {
    display: block;
    color: #cd326d;
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: normal;
}

.wpcf7-form .wpcf7-list-item-label{
	display: inline;
	color: #cd326d;
    font-size: 11px;
    font-weight: normal;
}
.wpcf7-form input[type="checkbox"]{
	display: inline;
	float: right;
}
.wpcf7{
	max-width: 300px;
}

.form-checkbox label {
    color: #cd326d;
    font-size: 11px;
    margin-bottom: 10px;
    font-weight: normal;
}

input[type="text"],
input[type="email"],
input[type="number"] {
    width: 100%;
    color: #d03470;
    background-color: #f7d8e4;
    height: 24px;
    border: solid 1px #e179a1;
    padding: 5px;
}

.form-checkbox input[type="checkbox"] {
    float: right;
}

.form-input textarea {
    width: 100%;
    color: #d03470;
    background-color: #f7d8e4;
    height: 100px;
    border: solid 1px #e179a1;
    padding: 5px;
}

.wpcf7 textarea {
    width: 100%;
    color: #d03470;
    background-color: #f7d8e4;
    height: 100px;
    border: solid 1px #e179a1;
    padding: 5px;
}

.form-input input:focus,
.form-input textarea:focus {
    outline: none;
}

/*-----img-block-container--*/

.img-block {
    height: 350px;
    margin-bottom: 25px;
}


.short-course-img-container .img-block {
    height: auto;
}

.img-block-container {
    padding: 0 20px;
}

.img-block img {
    width: 100%;
}

.makeup-course-img-block .img-block p {
    margin-bottom: 2px;
}

.link-block a {
    display: block;
    text-decoration: underline;
}

.link-block a:hover {
    color: #000000;
}

.breadcrumbs {
    background: url('assets/images/breadcrumb-background.png') repeat;
    padding: 5px 5px 5px 20px;
    color: #aaaaaa;
    font-size: 10px;
}

.breadcrumbs a {
    color: #aaaaaa;
    text-decoration: underline;
}

.breadcrumbs a:hover {
    color: #ffffff;
}

.inner-content {
    max-width: 627px;
    padding-left: 25px;
}

.course-name > li {
    border-bottom: solid 1px #f1c5d6;
    color: #cd326d;
    padding: 5px 20px 6px;
    background-color: #faeaf0;
}

.course-name > li > a {
    font-size: 11px;
    text-decoration: underline;
}

.inner-content p a {
    text-decoration: underline;
}

.pr15 {
    padding-right: 15px;
}

.pl25 {
    padding-left: 25px;
}

/*------home page--------*/

.hp-submenu > ul {
    background: #000;
    margin: 0 20px;
}

.hp-submenu > ul > li {
    float: left;
    position: relative;
}

.hp-submenu > ul > li > a {
    display: inline-block;
    vertical-align: top;
    font-family: 'News Cycle', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    padding: 9px 15px;
    color: #fff;
    text-decoration: none;
}

.hp-submenu > ul > li > a > span {
    display: inline-block;
    margin-left: 10px;
    background: #000;
    width: 20px;
    height: 20px;
    vertical-align: top;
    padding: 8px 0;
    text-align: center;
    margin-top: 12px;
    border-radius: 50%;
    transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
}

.hp-submenu > ul > li:hover > a > span {
    background: #901845;
    opacity: 0.9;
}

.hp-submenu > ul > li > a > span > img {
    vertical-align: top;
    width: 10px;
}

.hp-submenu > ul > li.clr-pink > a,
.hp-submenu > ul > li.clr-pink:hover > a {
    color: #c1225d;
    background: transparent;
}

.hp-submenu > ul > li.active > a,
.hp-submenu > ul > li:hover > a {
    background: #c1225d;
}

.hp-submenu > ul > li > ul {
    width: 305px;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0px;
    margin: 0px;
    background: #c1225d;
    border-bottom: 1px solid #cd4e7d;
    z-index: 10;
    display: none;
}

.hp-submenu > ul > li:hover > ul {
    display: block;
}

.hp-submenu > ul > li > ul > li {
    padding: 10px;
    border-bottom: 1px solid #cd4e7d;
    position: relative;
}

.hp-submenu > ul > li > ul > li:after {
    content: '';
    display: table;
    clear: both;
}

.hp-submenu > ul > li > ul > li img {
    left: 10px;
    border: solid 3px #fff;
    width: 53px;
    float: left;
}

.hp-submenu > ul > li > ul > li .hp-menu-right {
    margin-left: 63px;
}

.hp-submenu > ul > li > ul > li h3 {
    font-size: 11px;
    margin: 0px;
    padding: 0px 0 3px;
}

.hp-submenu > ul > li > ul > li h3 a {
    color: #ffadcc;
    font-weight: bold;
}

.hp-submenu > ul > li > ul > li p {
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: 14px;
}

.hp-submenu > ul > li > ul > li p a {
    color: #ffffff;
}

.hp-submenu > ul > li > ul > li p a:hover {
    color: #000000;
    text-decoration: none;
}

.hp-aboutus-container {
    padding: 40px 0 50px 25px;
    max-width: 425px;
}

.hp-aboutus-block p {
    color: #ffffff;
    margin-bottom: 0;
}

.hp-aboutus-block p a:hover {
    color: #ffffff;
}

.hp-aboutus-block {
    margin-bottom: 25px;
}

.hp-aboutus-block:last-child {
    margin-bottom: 0;
}

.offcenvas-menu {
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: none;
}

.mm-menu {
    background: #c32864;
}

.mm-menu .mm-list > li:after,
.mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgb(202, 46, 106);
}

.mm-list a.mm-subclose:before {
    margin-bottom: -14px;
}
