* {
	margin: 0;
	padding: 0;
}

body {
	background: #F8F8F8;
	position: relative;
	min-height: 100vh;
	padding-bottom: 175px;
}

body:hover a {
	text-decoration: none;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
span,
input,
button,
textarea,
select,
label {
	font-family: 'open sans', sans-serif;
}

.horizontal_spacing {
	width: 100%;
	display: inline-block;
}

/*
UPDATE BANNER
*/

.update_banner {
	width: 100%;
	background: #1BC6B4;
}

.update_banner p {
	margin-bottom: 0;
	color: #fff;
}

.update_banner a {
	color: #fff;
}

.up_ban_text {
	width: 99%;
	position: relative;
	margin: auto;
	text-align: center;
	padding: 18.5px 0;
}

.up_ban_text p,
.up_ban_text a {
	display: inline-block;
	font-size: 18px;
}

.up_ban_text,
.up_ban_ex {
	display: inline-block;
}

.up_ban_text a {
	font-weight: 600;
	text-decoration: none;
	margin-left: 10px;
}

.up_ban_text a:hover {
	color: #EAEAEA;
}

.up_ban_ex {
    right: 0;
    margin-right: 18px;
    margin-top: 12px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding: 0 12px 1.8px;
}

.up_ban_ex:hover {
	background: #00A99D;
}

.up_ban_ex p {
	font-size: 25px;
	font-weight: 100;
}

/*
END UPDATE BANNER
*/

.max_width {
	width: 920px;
	position: relative;
	margin: auto;
}

.header {
	width: 100%;
	height: 62px;
	background: #41444C;
}

.header_nav {
	height: 100%;
}

.header_nav:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.header_nav div {
	display: inline-block;
	vertical-align: middle;
}

.active_line {
    height: 4px;
    background: #1BC6B4;
    position: absolute;
    width: 140px;
    margin: -4px 0px 0 0 !important;
    display: block;
}

.logo_wrap {
	width: 116px;
}

.logo_wrap img {
	max-width: 100%;
}

.nav_wrap {
	margin-left: 110px !important;
	font-size: 0;
}

.nav_wrap a {
    padding: 17px 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-family: 'open sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.now_active,
.nav_wrap a:hover {
	background: #4C555C;
}

.link_wrapper {
	height: 100%;
}

.link_wrapper:hover {
	background: #4C555C;
}

.nav_item {
	width: 140px;
	padding: 18px 0 9.5px 0;
}

.profile_sec {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 13px;
	min-width: 175px;
	height: 100%;
	cursor: pointer;
}

.profile_sec:hover {
	background-color: #4C555C;
}

.top_pro_img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
    margin-left: 5px !important;
}

.top_pro_img img {
	width: 100%;
	border-radius: 50%;
}

.user_name {
	color: #fff;
	font-family: 'open sans', sans-serif;
	font-weight: 600;
	margin-left: 15px !important;
}

.user_name p {
	margin-bottom: 0;
}

.name_comp,
.user_name i {
	display: inline-block;
	vertical-align: middle;
}

.user_name i {
	margin-left: 50px;
	font-size: 17px;
	margin-right: 10px;
}

.company_name {
    color: #FFFFFF;
    line-height: 14px;
    font-size: 12px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
}

.account_type {
	color: #fff;
	background: #C1272D;
	border-radius: 3px;
	font-size: 9px;
	padding: 1px 4px;
	font-family: 'open sans', sans-serif;
}

.top_pro_img, .user_name {
    display: inline-block;
    vertical-align: middle;
}

.drop_down_nav {
	position: absolute;
    top: 50px;
    padding-top: 13px;
    width: 100%;
    right: 0;
    margin: 0 !important;
    z-index: 120;
}

.drop_down_nav ul {
	margin-bottom: 0;
    box-shadow: 0 0 5px #777;
}

.drop_down_nav ul li {
	list-style: none;
	height: 52px;
	border: 1px solid #EAEAEA;
	background: #fff;
	padding-top: 15px;

}

.drop_down_nav ul li a {
	text-decoration: none;
	color: #41444C;
	line-height: 19px;
    font-size: 16px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
	padding: 15px 40px 15px 15px;
}

/*
SUB HEADER STYLES
*/

.publiz_sub_header {
	background: #EAEAEA;
	height: 55px;
	border: 1px solid #c6c6c6;
}

.inner_sub_header {
	width: 920px;
	position: relative;
	margin: auto;
}

.breadcrumbs {
    color: #702B90;
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
    padding-top: 12px;
}

.breadcrumbs a,
.breadcrumbs span {
	text-decoration: none;
	color: #7F7F7F;
}

.breadcrumbs a:hover {
	color: #702B90;
}

.breadcrumbs p {
	display: inline-block;
}




.publiz_container {
	width: 920px;
	position: relative;
	margin: 40px auto;
}

/*
COLLECTION EMPTY
*/

.if_no_col {
	text-align: center;
	margin: 50px 0;
}

.create_ins {
	color: #C6C6C6;
	line-height: 72px;
	text-align: center;
	font-size: 60px;
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	margin-bottom: 40px
}

.create_col {
	background: #4C555C;
	margin-top: 10px;
	padding: 15.5px 64px;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
}

.create_col:hover {
	color: #fff;
	text-decoration: none;
	background-color: #7330A1;
}

.guide_link:hover {
	text-decoration: none;
}

.guide_wrap {
	width: 665px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.14);
	border: 1px solid #C6C6C6;
	position: relative;
	margin: 80px auto;
	background: #fff;
}

.guide_banner img {
	width: 100%;
}

.guide_text {
    padding: 25px 0 30px;
}

.guide_p {
	font-size: 21px;
	color: #7f7f7f;
	text-align: center;
	margin-bottom: 20px;
}

.guide_btn {
	background: #1BC6B4;
	border-radius: 5px;
	width: 285px;
	height: 52px;
	position: relative;
	margin: auto;
	text-align: center;
}

.guide_btn:hover {
	background: #00A99D;
}

.guide_btn p {
	color: #fff;
	font-size: 19px;
	margin: 0;
	padding: 13px 0;
}

.vid_wrap {
	background-color: #EAEAEA;
	width: 725px;
	position: relative;
	margin: 150px auto 0;
	border-radius: 5px;
	padding-bottom: 12px;
}

.vid_ex {
	position: absolute;
	right: 20px;
	margin-top: 20px;
    /*color: #C6C6C6;*/
    line-height: 37px;
    text-align: center;
    font-size: 31px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.vid_ins {
	padding: 30px 0;
    color: #7F7F7F;
    line-height: 32px;
    text-align: center;
    font-size: 27px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
}

.one_time_over {
	background-color: rgba(115,48,161, .8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	z-index: 100;
}

.one_time_lightbox {
	position: relative;
	margin: auto;
	background-color: #EAEAEA;
	padding: 50px 55px;
	width: 580px;
}

.lightBox_ex {
	position: absolute;
	right: 20px;
	top: 10px;
    line-height: 37px;
    text-align: center;
    font-size: 31px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    cursor: pointer;
}

.lightbox_welcome {
    font-size: 22px;
    line-height: 26px;
    color: #702B90;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.lightbox_reg_p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

.lightbox_reg_p a {
	color: #7330A1;
    font-weight: bold;
    text-decoration: underline;
}

.lightbox_b_text {
    font-size: 16px;
    line-height: 26px;
    color: #702B90;
    font-family: 'clavo', sans-serif;
    font-weight: 400;
    font-style: italic;
}


/*
COLLECTIONS STYLES
*/

.form_input::-webkit-input-placeholder {
	color: #ddd;
}

.form_input:-moz-placeholder {
	color: #ddd;
}

.form_input::-moz-placeholder {
	color: #ddd;
}

.form_input:-ms-input-placeholder {
	color: #ddd;
}

.form_input::-ms-input-placeholder {
	color: #ddd;
}

.form_input:placeholder-shown {
	color: #ddd;
}

.collection_single {
	border: 1px solid #C6C6C6;
	margin: 10px 0;
    padding: 0 20px !important;
    text-align: justify;
    background: #fff;
    height: 82px;
}

.collection_single:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3)
}

.collection_single a {
	text-decoration: none;
}

.collection_single .collection_name {
	cursor: pointer;
    width: 400px;
    color: #702B90;
	font-size: 25px;
	font-weight: 600;
}

.collection_single .collection_name a {
	color: #702B90;
	font-size: 25px;
	font-weight: 600;
}

.collection_single .collection_name:hover {
	color: #93278F;
}

.stats_wrapper {
	display: inline-block;
    width: 340px;
    text-align: right;
    vertical-align: middle;
}

p.published_counter, .draft_counter {
    width: 120px;
    padding: 0 !important;
    text-align: center;
}

span.number_span {
    display: block;
    line-height: 29px;
    font-size: 24px;
    color: #7F7F7F;
}

span.number_desc_span {
    font-size: 10px;
    color: #7F7F7F;
}

.collection_single:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.collection_single a {
	color: #7F7F7F;
	font-size: 19px;
	font-family: 'open sans', sans-serif;
}

.collection_single p {
    margin: 0;
	display: inline-block;
	padding: 21.5px 0;
}

.coll_add_link a {
    padding: 11px 25px !important;
    background: #c6c6c6;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.coll_add_link a:hover {
	background: #1BC6B4;
}

.product_single .active_orange,
.product_single .active_gray,
.product_single .active_green {
    padding-top: 5px;
}


/*
CREATE COLLECTION STYLES
*/

.collection_format_container {
	/*text-align: justify;*/
	margin-top: 20px;
}

.collection_format_container:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.format_wrap {
	display: inline-block;
	width: 205px;
	cursor: pointer;
	margin-right: 9px;
}

.format_img_wrap {
	height: 205px;
	border-radius: 15px;
	border: 2px solid #D6D6D6;
	text-align: center;
}

.format_img_wrap img {
    width: 100%;
}

.added_border {
	border: 2px solid #1BC6B4;
}

.format_img_wrap input[type=radio] {
	position: absolute;
	z-index: -1;
}

.format_img_wrap label {
	width: 100%;
	height: 100%;
	background-position: center !important;
	background-size: contain !important;
}

.format_wrap p {
	text-align: center;
    color: #7F7F7F;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'open sans', sans-serif;
    font-weight: 700;
    padding: 10px 0;
}

.new_collection_form_container input[type=submit] {
	color: #fff;
	border: 0;
}

.form_to_right .delete_product_form {
	margin-top: 0;
}


/*
PRODUCTS STYLES
*/


.new_added_nav {
    background: #c6c6c6;
    border-radius: 5px;
    padding: 0 8px;
    margin-bottom: 30px;
}

.new_added_nav ul {
	margin: 0;
}

.new_added_nav li {
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin: 0px 33px;
	padding: 17.5px 0;
	vertical-align: middle;
}

.new_added_nav li a {
	color: #7f7f7f;
	text-decoration: none;
}

.new_added_nav ul,
.new_added_nav a {
    display: inline-block;
    vertical-align: middle;
}

.new_added_nav h2:first-child {
	line-height: 30px;
    text-align: center;
    font-size: 25px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
}

.new_added_nav .btn-primary {
	background: #7F7F7F;
    padding: 9.5px 40.3px;
    font-size: 17px;
    border: none;
    margin-top: 11.5px;
}

.custom_ub {
    background: #1BC6B4;
    border: none;
    padding: 9px 18px;
}

.custom_ub:hover,
.custom_ub:active,
.custom_ub:focus {
    background: #1BC6B4 !important;
}

p.pre_pp {
    color: #7f7f7f;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.new_added_nav .btn-primary:hover {
	background: #7330A1;
}

.publiz_products_wrapper {
	margin-top: 15px;
}

.product_single {
    padding: 11.5px 0px !important;
    text-align: justify;
    height: 88px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    margin-top: -1px;
}

.ui-sortable-helper {
	background: #F8F8F8;
	border: none !important;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	padding: 10.5px !important;
}

.ui-sortable-helper .product_name {
	width: 660px !important;
}

.product_single a {
	text-decoration: none;
}

.product_single .product_small_image {
	width: 95px;
	height: 65px;
	background: #C6C6C6;
	overflow: hidden;
    display: inline-flex;
    align-items: center;
}

.product_single .product_small_image img {
	width: 100%;
}

.product_single .product_name {
	cursor: pointer;
    width: 380px;
    text-align: left;
    padding-left: 13px;
}

.product_single .product_name a {
	color: #702B90;
	font-size: 20px;
	font-weight: 400;
	padding: 16.5px 0;
}

.product_single .product_name:hover {
	color: #93278F;
}

.product_single:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.product_single a {
	color: #7F7F7F;
	font-size: 19px;
	font-family: 'open sans', sans-serif;
}

.product_single p,
.product_single div {
    margin: 0;
	display: inline-block;
	vertical-align: middle;
	align-items: center;
}

.coll_add_link a {
    padding: 11px 25px !important;
    background: #c6c6c6;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.coll_add_link a:hover {
	background: #1BC6B4;
}

.coll_add_link {
	margin-left: 10px !important;
}

.pro_hor_line {
	height: 1px;
	width: 100%;
	background: #c6c6c6;
	margin: 0;
	display: none !important;
}

.product_single:hover > .drag_icon {
	visibility: visible;
}

.drag_icon {
	cursor: move;
	visibility: hidden;
}

.drag_icon .fa {
	font-size: 20px;
    color: #c6c6c6;
    padding: 5px;
}



/*
CREATE PRODUCT STYLES
*/

.form-group {
	margin-bottom: 0 !important;
}

p.all_email {
    color: #7f7f7f;
    font-size: 22px;
}

.publiz_login_wrapper * input:focus,
.publiz_register_wrapper * input:focus,
.publiz_container * input:focus,
.publiz_container * textarea:focus,
select:focus {
	outline: 0;
	border-color: #1BC6B4;
}

.img_form_container {
    position: absolute;
    margin-top: 95px;
    width: 650px;
}

.img_form_container img {
	width: 100%;
}

.form_lable {
    color: #7F7F7F;
    line-height: 20px;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.form_lable span {
    color: #7F7F7F;
    line-height: 20px;
    font-size: 17px;
    font-weight: 300;
}

#upload_field {
	width: 650px;
	min-height: 205px;
	background: #fff;
	border: 1px solid #c6c6c6;
	border-radius: 5px;
	font-size: 0;
	position: relative;
}

.vid_tog_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    margin-top: 5px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    z-index: 20;
}

.vid_tog_btn .fa {
    font-size: 18px;
    color: #7f7f7f;
    width: 100%;
}

.vid_url_box {
    width: 87%;
    position: absolute;
    height: 50px;
    background: #EAEAEA;
    z-index: 10;
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    display: none;
    align-items: center;
}

.vid_url_box input {
	font-size: 16px;
}

.vid_url_box input[type=text] {
	width: 80%;
    height: 38px;
    border: none;
    margin-left: 5px;
    padding-left: 5px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #bfbfbf;
    border-right: none;
}

.vid_url_box input[type=text]:focus {
	border-color: #1BC6B4;
}

#vid-btn {
    background: #1BC6B4;
    border: none;
    padding: 9px 11px;
    font-size: 14px;
    color: #fff;
    position: relative;
    border-radius: 0px 5px 5px 0px;
    height: 38px;
    width: 89px;
    cursor: pointer;
}

.inner_image_block {
	position: relative;
	margin: auto;
}

#image_box {
	min-height: 200px;
	padding: 10px;
	height: auto !important;
	margin-bottom: 15px;
}

#image {
	width: 100%;
    background: #EAEAEA;
	display: inline-flex;
	align-content: center; 
    border: 2px dashed #bfbfbf;
}

#image.top_upload {
    border-radius: 0;
    background: #EAEAEA;
    height: 50px;
    border: 1px solid #bfbfbf !important;
}

.multi_upload_field {
	padding: 13px;
}

.single_upload_img {
	width: 200px;
	height: 145px;
	background-color: #EAEAEA;
	border: 1px solid #C6C6C6;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}

.single_upload_img img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    margin: auto;
}

.single_upload_img:hover > .single_img_options {
	display: block;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}

.single_img_options {
    position: relative;
    z-index: 10;
    margin-left: -199px;
    width: 200px;
    height: 143px;
    background: rgba(127,127,127,0.9);
    padding-top: 47px;
    text-align: center;
    display: none;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}

.single_img_options div {
    border: 0;
    margin: 12px;
    background-color: transparent;
    cursor: pointer;
}

.single_img_options div:focus {
	outline: 0;
}

.single_img_options div:focus > .fa {
	color: #1BC6B4;
}

.single_img_options div .fa {
	color: #fff;
    font-size: 30px;
}
.single_img_options div .fa-trash-o:hover {
	color: #f00;
}
.single_img_options div .fa-pencil:hover {
	color: #1BC6B4;
}
.single_img_options div {
	display: inline-block;
	vertical-align: middle;
}
.single_img_options .star .fa{
	color: #ffd700;
}

.just_space {
	width: 100%;
	display: inline-block;
}

.added_img_border {
	border: 1px solid #1BC6B4;
}

.images_errors {
	margin-top: 15px;
	margin-left: 3px;
}

.images_errors p {
	font-weight: 600;
}

.images_errors ul {
	font-weight: 300;
	list-style-position: inside;
	padding-left: 10px;
}

.images_errors p,
.images_errors ul {
	color: #f00;
	font-family: 'open sans', sans-serif;
	font-size: 14px;
}

.form_to_left {
	width: 650px;
}

.form_to_left,
.form_to_right {
	display: inline-block;
}

/*.form_input_group {
	margin: 15px 0; 
}*/

.form_input_group {
	margin-bottom: 15px;
}

.form_input {
	height: 45px;
	border-radius: 5px;
	border: 1px solid #C6C6C6;
    line-height: 22px;
    font-size: 18px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

.full_width_in {
	width: 100%;
}

.half_width_in {
	width: 48.5%;
	display: inline-block;
	vertical-align: top;
}

.third_width_in {
	width: 37.33%;
	display: inline-block;
    margin-right: 20px;
    margin-top: 0;
}

.quar_width_in {
	width: 24%;
	display: inline-block;
    margin-right: 4px;
    margin-top: 0;
}

p.in_input_icon {
    position: absolute;
    margin-top: 13px;
    margin-left: 12px;
    color: #C6C6C6;
    line-height: 20px;
    font-size: 18px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
}

.item_desc {
	height: 300px;
	padding-top: 15px;
}

.form_to_right,
.delete_product_form {
	width: 250px;
	float: right;
}

.form_to_right_inner {
	background: #E9E9E9;
	padding: 20px 20px 5px;
	border-radius: 5px;
}

.form_to_right_inner p {
    color: #7F7F7F;
    font-size: 12px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    margin-top: 8px;
}

.form_to_right_inner input[type=text] {
	padding-left: 10px;
}

.hor_line {
	height: 1px;
	background: #C6C6C6;
}

.swich + .hor_line {
	margin-bottom: 15px;
}

.product_form_button {
	width: 100%;
	height: 48px;
	border-radius: 5px;
	border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 21px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
}

.publish_but {
	background: #1BC6B4;
}

.prev_but {
	background: #7330A1;
}

.delete_product_form {
	margin-top: -60px;
}

label[for=remove_product] {
	margin-bottom: 0;
	margin-right: 15px;
}

label {
	margin-bottom: 0;
}

.delete_button {
	width: 85px;
	height: 35px;
	background: #7F7F7F;
	border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    border-radius: 5px;
}

.delete_button:hover{
	background: #C1272D;
}

.autosave_message {
    color: #1BC6B4;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
}

.widget_title_p {
	color: #7F7F7F !important;
    text-transform: uppercase !important;
    line-height: 18px !important;
    font-size: 15px !important;
    font-family: 'open sans', sans-serif !important;
    font-weight: 400 !important;
    margin-top: 0 !important;
}

.widet_img {
	margin: 15px 0;
	border: 1px solid #7F7F7F;
}

.widet_img img {
	width: 100%;
}

.p_version {
	color: #7F7F7F !important;
	font-size: 16px !important;
    line-height: 22px !important;
    font-family: 'open sans', sans-serif !important;
    font-weight: 600 !important;
}

.p_sub_ver {
	color: #7F7F7F !important;
    line-height: 20px !important;
    font-family: 'open sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.download_link {
    padding: 12px 26px;
    color: #FFFFFF;
    border-radius: 5px;
    line-height: 23px;
    text-align: center;
    font-size: 19px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.download_link:active,
.download_link:visited,
.download_link:focus,
.download_link:hover {
	color: #fff;
    text-decoration: none;
}


/*
 CHECKBOX STYLES
*/

label[for=cmn-toggle-1]:first-child {
	margin-right: 30px;
}

#cmn-toggle-1,
label {
	display: inline-block;
	vertical-align: middle;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 62px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #22B573;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 30px;
}

/*
END CHECKBOX
*/

input#all_link {
	margin-top: 0;
}

label[for=all_link],
input#all_link {
	display: inline-block;
	vertical-align: middle;
}

label[for=all_link],
label[for=all_link_text] {
    color: #7F7F7F;
    line-height: 20px;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
}

.hide_input {
	width: 65%;
	display: none;
}

label[for=all_link_text] {
	margin-top: 10px;
}

input#all_link_text {
	margin: 15px 0;
}


/*
CATEGORIES STYLES
*/

.cat_enabled a {
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    font-size: 15px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    padding: 6px 17px;
    border-radius: 5px;
}

.is_enabled a {
	background: #1BC6B4;
}

.is_disabled a {
	background: #C6C6C6;
}

label.form_lable, .category_enabled {
    vertical-align: middle;
}


/*
ERROR PAGE STYLES
*/


.error_page_wrap {
	text-align: center;
	padding-bottom: 30px;
}

.err_img_wrap {
	width: 145px;
	position: relative;
	margin: auto;
}

.err_img_wrap img {
	width: 100%;
}

.err_top_text {
	font-family: 'open sans', sans-serif;
}

.err_top_text h1 {
    font-size: 57px;
    line-height: 103px;
    font-weight: 300;
}

.err_top_text h2 {
    font-size: 33px;
    line-height: 59px;
    font-weight: 300;
}

.err_top_text p {
    font-size: 22px;
    line-height: 40px;
    padding-top: 4px;
    font-weight: 600;
}

.err_line {
	width: 155px;
	height: 4px;
	background: #1BC6B4;
	position: relative;
	margin: 25px auto;
}

.err_instructions {
    font-size: 19px;
    line-height: 34px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
}

.err_later {
    font-size: 38px;
    line-height: 68px;
    color: #1BC6B4;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
}







/*
FOOTER STYLES
*/

.main_foot_wrap {
	margin-top: 30px;
	padding-bottom: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.inner_footer {
	width: 275px;
	position: relative;
	margin: auto;
	text-align: center;
}

.foot_img_wrap {
	width: 170px;
	position: relative;
	margin: auto;
	margin-bottom: 15px;
}

.foot_img_wrap img {
	width: 100%;
}

.foot_copy {
	color: #7F7F7F;
	font-size: 12px;
	font-weight: 300;
	font-family: 'open-sans', sans-serif;
}

.foot_copy_wrap p:nth-child(2),
.foot_copy_wrap p:nth-child(3) {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	font-family: 'open-sans', sans-serif;
    width: 95px;
}

.foot_copy_wrap a {
	color: #7F7F7F;
	font-size: 13px;
	text-decoration: none;
}



/*
OVERRIDE BOOTSTRAP
*/

.container {
    width: 950px;
}

.page {
	width: 920px;
}

.container-fluid_custom {
    margin-bottom: 15px;
}

.container-fluid_custom h2:first-child,
.container-fluid_custom a:first-child {
    display: inline-block;
    vertical-align: middle;
}

.container-fluid_custom h2:first-child {
	font-size: 30px;
    font-family: 'open sans';
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
    color: #4C555C;
}

.container-fluid_custom .btn-primary {
	background: #4C555C;
    padding: 9.5px 24px;
    font-size: 17px;
}

.container-fluid_custom .btn-primary:hover {
	background: #7330A1;
}


/*
REGISTER PAGE
*/

.publiz_register_wrapper {
	width: 440px;
	position: relative;
	padding-top: 60px;
	margin: 0 auto 75px;
}

.register_img {
	width: 185px;
	position: relative;
	margin: 0 auto;
}

.register_img img {
	width: 100%;
}

.free_try_text {
	font-family: 'open sans', sans-serif;
	text-align: center;
	margin-top: 50px;
}

.free_try_text p:first-child {
    font-size: 27px;
    line-height: 32px;
    color: #1BC6B4;
    font-weight: 700;
}

.free_try_text p:nth-child(2) {
    line-height: 27px;
    font-weight: 400;
    font-size: 14px;
}

.url_main_domain {
	width: 165px;
	height: 43px;
	color: #7F7F7F;
	background: #EAEAEA;
	text-align: center;
	border-radius: 0px 5px 5px 0px;
    position: absolute;
    right: 1px;
    margin-top: 1px;
    border-left: 1px solid #C6C6C6;
}

.url_main_domain p {
	line-height: 22px;
    font-size: 18px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    padding: 10px 0;
}

.register_submit {
	margin-top: 15px;
	cursor: pointer;
}

.agree_to {
    text-align: center;
}

.agree_to p,
.agree_to p a {
    font-size: 13px;
	color: #7f7f7f;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
}

.agree_to p a:hover {
	color: #7330A1
}


/*
LOGIN STYLES
*/

.publiz_login_wrapper {
	width: 440px;
	position: relative;
	padding-top: 80px;
	margin: 0 auto 75px;
}

.publiz_login_wrapper .register_img {
	width: 235px;
	margin-bottom: 40px;
}

.login_hello {
	margin-bottom: 30px;
}

.login_hello h1 {
	text-align: center;
    font-size: 39px;
    line-height: 47px;
    color: #7F7F7F;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.login_hello p {
    color: #1BC6B4;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.login_only .form_input_group .half_width_in * {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.form_input_group.third_width_in, .login_only {
    display: inline-block;
    vertical-align: middle;
}

label[for=keep_in],
.keep_in {
	display: inline-block;
	vertical-align: middle;
}

label[for=keep_in] {
	margin-bottom: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
}

input[type=checkbox] {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #7f7f7f;
    margin-right: 7px;
    position: relative;
}

input[type=checkbox]:checked::after {
    content: url(https://mypubliz.com/img/checkbox_fill.png);
    display: block;
    position: absolute;
    top: 0px;
    left: -1px;
}

.login_other_links p {
	display: inline-block;
    font-size: 15px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
}

.login_other_links p a {
	text-decoration: none;
	color: #000;
}

.login_other_links p a:hover {
	color: #702B90;
}

.login_other_links p:first-child {
	margin-right: 20px;
}

.dev {
	display: none;
}

.radio_blog {
	background: url('/img/blog_format.svg');
}
.radio_showcase {
	background: url('/img/showcase_format.svg');
}
.radio_gallery {
	background: url('/img/photoGallery_format.svg');
}
.pull_id {
	height: 30px;
}
.pull_id label {
    color: #1BC6B4;
    font-size: 15px;
    line-height: 18px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
}

/*.form_to_right {
	margin-top: 15px;
}*/


.delete_product_form {
	padding-top: 15px;
}


/*
ACCOUNT PAGE STYLES
*/

.design_options_form {
	margin-top: 10px;
}

.account_page .page .container-fluid_custom h2 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
}

.account_sub_nav {
	border-bottom: 1px solid #C6C6C6;
}

.account_sub_nav ul {
	width: 430px;
	margin: 20px 0;
}

/*.account_sub_nav ul:after {
	content: '';
	width: 100%;
	display: inline-block;
}*/

.account_sub_nav ul li {
	display: inline-block;
    font-size: 17px;
    line-height: 20px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
    width: 100px;
}

$('.account_sub_nav ul li:first-child') {
    margin-right: 40px;
}

.account_sub_nav ul li a {
	color: #7F7F7F;
	text-decoration: none;
}

.account_active_link {
	color: #702B90 !important;
}

.account_sub_nav ul li a:hover {
	color: #702B90
}

.account_to_left,
.account_to_right {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.account_page .page > h2,
.account_page .page .account_to_left h2 {
    color: #702B90;
    font-size: 25px;
    line-height: 30px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
}

.account_page .page .account_to_left h2 {
	margin-top: 50px;
	margin-bottom: 30px;
}

.account_to_right {
    padding-left: 49px;
}

.profile_img_form .third_width_in {
	width: 35%;
}

.profile_img_form .third_width_in,
.profile_img_form .half_width_in {
	margin: 0;
	vertical-align: bottom;
}

.profile_img_form input#profile_img {
    width: 125px;
    height: 125px;
    background: #c6c6c6;
    border-radius: 4px;
    padding-top: 125px;
}

.photo_instructions p:first-child {
    color: #7F7F7F;
    line-height: 20px;
    font-size: 17px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.photo_instructions p:nth-child(2) {
    color: #7F7F7F;
    font-size: 14px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
}

.photo_instructions .register_submit {
	margin-top: 0;
	width: 165px;
}

.billing_to_left,
.billing_to_right {
	width: 49%;
	display: inline-block;
	background: #fff;
	border: 1px solid #C6C6C6;
	vertical-align: top;
	padding: 30px 0 35px 30px;
	margin-top: 15px;
    margin-bottom: 40px;
    height: 260px;
}

.billing_to_left p {
    color: #7F7F7F;
    font-size: 17px;
    line-height: 20px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
}

.card_title,
.address_title,
.plan_title {
    color: #1BC6B4 !important;
    font-size: 22px !important;
    line-height: 23px !important;
    font-family: 'open sans', sans-serif !important;
    font-weight: 700 !important;
}

.address_title {
	margin-top: 35px;
}

.visa_end {
	font-size: 19px !important;
	font-weight: 700 !important;
	color: #000 !important;
	margin-top: 45px;
}

.card_edit {
	margin-top: 50px;
}

.plan_change a,
.card_edit a {
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    background: #C6C6C6;
    padding: 11px 40px;
    border-radius: 5px;
    text-decoration: none;
}

.plan_change a:hover,
.card_edit a:hover {
	background: #1BC6B4;
}

.plan_price_large {
    color: #7F7F7F;
    font-size: 90px;
    line-height: 108px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
}

.inner_plan_right,
.plan_price_large {
	display: inline-block;
}

.payment_ex {
    color: #7F7F7F;
    font-size: 19px;
    line-height: 23px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
}

.next_paydate {
	color: #1BC6B4;
    font-size: 17px;
    line-height: 20px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
}

.plan_change {
	margin-top: 15px;
}

.plan_change a {
	padding: 11px 26px;
}


.choose_plan_to_left,
.choose_plan_to_right {
	width: 49%;
	display: inline-block;
	background: #fff;
	border: 1px solid #C6C6C6;
	vertical-align: top;
	padding: 50px 0 35px 0;
	margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.top_save {
	height: 27px;
	background: #1BC6B4;
    position: relative;
    top: -23px;
    width: 449px;
}

.top_save p {
	color: #fff;
	font-weight: 700;
	font-family: 'open sans', sans-serif;
	padding-top: 3.5px;
}

.choose_plan_to_left .plan_price_large,
.choose_plan_to_right .plan_price_large {
	color: #1BC6B4;
}

.choose_link {
	position: relative;
	margin: 20px auto 0;
}

.choose_link a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    background: #1BC6B4;
    padding: 12.5px 51px;
    border-radius: 5px;
}

.choose_link a:hover {
	background: #18b0a0;
}

.active_users,
.pending_users,
.edit_add_usr {
	padding-top: 30px;
	padding-bottom: 30px;
}

.active_top {
	display: flex;
	justify-content: space-between;
}

.active_users .sec_ttl,
.pending_users .sec_ttl,
.edit_add_usr .sec_ttl {
    color: #702B90;
    line-height: 30px;
    font-size: 25px;
    font-weight: 600;
}

.add_usr_btn {
	width: 165px;
	height: 46px;
	background: #4C555C;
	border-radius: 5px;
}

.add_usr_btn a {
	color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    display: block;
    padding: 13px 0;
}

.all_active_users_wrap,
.all_pending_users_wrap {
	margin-top: 15px;
}

.user_single {
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	margin-top: -1px;
	padding: 11px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.user_image_wrap {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #C6C6C6;
	display: flex;
	overflow: hidden;
	margin-right: 15px;
}

.user_image_wrap img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.sing_usr_ttl {
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
}

.sing_usr_ttl a{
   color: #7F7F7F ;
}

.revoke_usr_btn {
	width: 175px;
	height: 45px;
	background: #C6C6C6;
	border-radius: 5px;
	margin-left: auto;
}

.revoke_usr_btn input[type=submit],
.revoke_usr_btn a {
	color: #fff;;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 11px 0;
    display: block;
}

.revoke_usr_btn input[type=submit] {
	width: 100% !important;
    height: 45px !important;
}

.disabled_revoke {
	background: #EAEAEA;
}

.edit_usr_btn {
	width: 110px;
	height: 45px;
	margin-left: 7px;
	background: #1BC6B4;
	border-radius: 5px;
}

.edit_usr_btn a {
	color: #fff;;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 11px 0;
    display: block;
}

.all_pending_users_wrap .user_single {
	padding: 21px 0;
}

#resend_invite {
    height: 100%;
}

#resend_invite input[type=submit] {
    background: transparent;
    width: 100%;
    height: 100%;
    border: 0;
    font-size: 18px;
    color: #fff;
}

.edit_add_usr {
	width: 485px;
}

.user_types {
	padding-top: 15px;
}

.user_type_single {
    margin: 45px 0;
}

.user_type_single label {
	font-size: 19px;
	font-weight: 600;
}

.user_type_single label,
.user_type_single input {
	display: inline-block;
    width: initial;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
}

.user_type_single input[type=radio] {
	display: none;
}

.user_type_single input[type=radio]:checked ~ .checked_box div {
	background: #1BC6B4;
}

.checked_box {
    width: 24px !important;
    height: 24px;
    border: 1px solid #7F7F7F;
    border-radius: 50%;
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.checked_box div {
	height: 16px;
	width: 16px;
	border-radius: 50%;
}

.user_type_desc {
    color: #7F7F7F;
    line-height: 24px;
    font-size: 16px;
    margin: 10px 0 0 37px;
}

.user_edit_actions {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    margin-top: -35px;
}

.user_create input[type=submit] {
	background: #1BC6B4;
	width: 164px;
	height: 48px;
	border: none;
	font-size: 21px;
	color: #fff;
	border-radius: 5px;
}

.delete_usr_form label {
	margin-right: 10px;
	margin-bottom: 0;
}

.usr_page_alert {
	padding: 15px !important;
}

.usr_page_alert p {
	font-size: 14px !important;
	margin: 0 !important;
}

/*
CREATING STYLES
*/

.creating_body {
	height: 100vh;
	width: 100%;
	background-color: #EAEAEA;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
	display: flex;
    align-items: center;
}

.creating_inner {
	width: 830px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: 'open sans', sans-serif;
}

.creating_inner p:first-child {
    font-size: 39px;
    line-height: 47px;
    color: #7F7F7F;
}

.creating_inner p:nth-child(2) {
    font-size: 28px;
    line-height: 62px;
    color: #1BC6B4;
}

.spinner_wrap {
	width: 150px;
	height: 150px;
	position: relative;
	margin: 20px auto 0;
}

.spinner_wrap img {
	width: 100%;
}

/*
PROFILE SETTINGS
*/

.trusted_p {
	margin-top: 20px;
	color: #7F7F7F;
    font-size: 17px;
    line-height: 20px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
}

.add_domain_textarea {
	width: 485px;
	height: 145px;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	padding: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #7F7F7F;
	font-family: 'open sans', sans-serif;
}

.trusted_intructions {
	width: 485px;
	margin-top: 20px;
}

.trusted_intructions p {
	color: #7F7F7F;
    font-family: 'open sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    font-size: 14px;
}

.trusted_intructions p span {
	font-size: 13px;
}

.pro_ettings_actions input[type=submit] {
	background-color: #1BC6B4;
	font-size: 21px;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 59px;
	margin-top: 15px;
}

.pro_ettings_actions label {
	color: #7F7F7F;
    font-size: 17px;
    line-height: 20px;
    font-family: 'open sans', sans-serif;
    font-weight: 600;
    margin-right: 15px;
}

.pro_ettings_actions label,
.pro_ettings_actions input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
    margin-top: 40px;
}

/*
404 STYLES
*/

.four_oh_four {
	width: 400px;
	position: relative;
	margin: auto;
	text-align: center;
	padding: 75px 0;
}

.four_img {
	width: 182px;
	position: relative;
	margin: auto;
}

.four_img img {
	width: 100%;
}

.four_msg {
	line-height: 46px;
    text-align: center;
    font-size: 38px;
    font-family: 'open sans', sans-serif;
    font-weight: 300;
    padding: 40px 0;
}

.four_link {
	background-color: #1BC6B4;
	color: #fff;
	text-decoration: none;
	font-size: 21px;
	font-weight: 400;
    border-radius: 7px;
    font-family: 'open sans', sans-serif;
    display: inline-block;
    width: 190px;
}

.four_link a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}

.four_link a:hover {
	color: #fff;
	text-decoration: none;
}

.four_body {
	background-color: #eaeaea;
	display: inline-flex;
	align-items: center;
	width: 100%;
	min-height: auto;
}

.four_oh_four_two {
	width: 500px;
	position: relative;
	margin: auto;
	text-align: center;
	padding: 75px 0;
}

.four_two_img {
	width: 235px;
	position: relative;
	margin: auto;
}

.four_two_img img {
	width: 100%;
}

.four_two_msg {
	font-size: 29px;
	padding: 130px 0 35px;
	font-weight: 300;
	font-family: 'open sans', sans-serif;
}

/*
CHOOSE PLAN
*/

.choose_tabs_wrap {
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
}

.choose_tabs_wrap .anually{
	border-radius: 4px 0px 0px 4px;
	margin-right: 1px;
}

.choose_tabs_wrap .monthly{
	border-radius: 0px 4px 4px 0px;
}

.c_tab {
    display: inline-block;
    width: 165px;
    height: 45px;
    background: #EAEAEA;
    text-align: center;
}

.selected_tab {
	background: #C6C6C6;
}

.c_tab p {
	padding-top: 12px;
	font-size: 17px;
	font-weight: 600;
}

.choose_plan_year,
.choose_plan_month {
	width: 100%;
	text-align: justify;
}

.choose_plan_month {
	display: none;
}

.choose_option.cho_fadd {
    border-color: #EAEAEA !important;
}

.choose_faded {
    position: absolute;
    width: 290px;
    height: 466px;
    margin-top: -40px;
    margin-left: -21px;
    border-radius: 4px;
}

.cho_fadd > div.cho_opt_a > a {
    background: #EAEAEA !important;
}

.choose_option {
    display: inline-block;
    width: 290px;
    padding: 25px 20px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #1BC6B4;
    border-top-width: 15px;
    border-radius: 4px;
}

.c_opt_title {
	font-size: 26px;
	font-weight: 600;
}

.opt_price_num {
    font-size: 105px;
    font-weight: 700;
}

.opt_price_num,
.opt_price_sign {
	display: inline-block;
	vertical-align: top;
}

span.opt_price_sign {
    font-size: 75px;
    font-weight: 300;
}

.c_opt_billed {
    font-size: 14px;
    max-width: 150px;
    position: relative;
    margin: auto;
}

.opt_wyg {
	margin-top: 20px;
}

.opt_wyg p {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 0;
}

.opt_wyg p span {
	font-weight: 700;
}

.cho_opt_a {
	margin: 30px 0 50px;
}

.cho_opt_a a {
    background: #1BC6B4;
    padding: 13px 43px;
    border-radius: 5px;
    color: #fff;
    font-size: 21px;
    text-decoration: none;
}




/*
IMAGE GALLERY
*/

.iew_overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	background: rgba(0,0,0,.7);
	left: 0;
	top: 0;
	z-index: 120;
	align-items: center;
	display: none;
	overflow: scroll;
}

.image_edit_window {
	width: 720px;
	padding: 20px 30px;
	position: relative;
	margin: auto;
	background: #f8f8f8;
}

.iew_control_wrap {
	height: 40px;
}

.iew_box_name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.iew_box_name,
.iew_controls {
	display: inline-block;
}

.iew_controls {
	height: 100%;
	float: right;
	font-size: 0;
}

.iew_controls div {
	display: inline-block;
    height: 100%;
    width: 40px;
    text-align: center;
    background: #ebebeb;
    cursor: pointer;
}

.iew_controls div:hover {
	background: #dfdfdf;
}

.iew_controls div i {
    padding-top: 12px;
    font-size: 18px;
    color: #aaa;
}

p.iew_img_url {
    font-size: 13px;
    color: #1BC6B4;
    margin-bottom: 15px;
}

.iew_img_wrap {
	max-height: 400px;
	text-align: center;
	margin-bottom: 20px;
	background: #ebebeb;
    border: 1px solid #c6c6c6;
}

.iew_img_wrap img {
	max-height: 398px;
	max-width: 100%;
}

.iew_input_wrap {
	width: 100%;
	margin: 10px 0;
	display: inline-block;
	vertical-align: top;
}

.iew_name_wrap {
	width: 73%;
    margin-right: 9px;
}

.iew_date_wrap {
	width: 25%;
}

.iew_input_wrap input,
.iew_input_wrap textarea {
	width: 100%;
	height: 35px;
	padding: 5px;
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
	display: inline-block;
}

/*.iew_input_wrap input[type=text] {
	width: 75%;
}

.iew_input_wrap input[type=date] {
	width: 25%;
}*/

.iew_input_wrap label {
	font-weight: 100;
	font-size: 18px;
}

.iew_input_wrap input:focus,
.iew_input_wrap textarea:focus {
	outline: none;
	border-color: #1BC6B4;
}

.iew_input_wrap textarea {
	height: 200px;
	resize: vertical;
}

.iew_input_wrap input[type=submit] {
	width: 250px;
	background: #1BC6B4;
	border: none;
	height: 40px;
	font-size: 21px;
	color: #fff;
}

.sub_del {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
}

.sub_del a:hover {
	color: #f00;
}

/* SUPPORT PAGE */

.help_header {
	margin: 100px 0;
	color:#7F7F7F;
	text-align: center;
	font-size: 40px;
	font-weight: 300;
}

.help_wrapper {
	margin-top: 50px;
}

.help_section {
	width: 49.5%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

.help_section img {
	width: 100px;
}

.help_guide {
	border-right: 1px solid #C6C6C6;
}

.help_sec_ttl {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin-top: 36px;
}

.help_sec_desc {
	margin-top: 20px;
	color: #7F7F7F;
	padding: 0 30px;
	font-size: 22px;
}

.help_sec_btn {
	width: 280px;
	height: 65px;
	background: #1BC6B4;
	position: relative;
	margin: 29px auto;
	border-radius: 3px;
}

.help_sec_btn:hover {
	background: #00A99D;
}

.help_sec_btn a {
	display: block;
	padding: 15.5px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.or_email {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 40px;
}

.or_email p:first-child {
	color: #7F7F7F;
	font-size: 23px;
	font-weight: 600;
}

.or_email p:last-child a {
	color: #7F7F7F;
	font-size: 22px;
	font-weight: 300;
}

.up_overlay {
	display: none;
}

.upgrade_prompt {
    width: 600px;
    text-align: center;
    padding: 45px 55px;
    position: relative;
    margin: auto;
    top: -100%;
    background: #f8f8f8;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.5);
}

.upgrade_prompt_close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #4C555C;
    font-weight: 300;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.upgrade_title {
	color: #7F7F7F;
	font-size: 31px;
	font-weight: 600;
}

.upgrade_line {
    width: 100px;
    height: 7px;
    background-color: #1BC6B4;
    position: relative;
    margin: 25px auto;
}

.upgrade_p_2 {
    font-size: 17px;
}

.upgrade_p_3 {
    font-size: 14px;
}

.upgrade_p_2 span,
.upgrade_p_3 span {
	font-weight: 700;
	text-transform: capitalize;
}

#upgrade_ajax {
	position: relative;
	margin: 30px auto 10px;
    background: #1BC6B4;
    color: #fff;
    width: 215px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

#upgrade_ajax:hover {
	background: #00A99D;
}










