/*
	Theme Name: Zenivers
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
hr {
	border-top: 1px solid #7B309B !important;
}
hr.full,
.lista-cabinete hr {
	width: 100% !important;
	border-top: 1px solid #7B309B !important;
}
.pagination hr {
	margin: 5px 0 10px;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	max-width: 100%;
	overflow-x: hidden;
	margin-top:0px !important;
}
html, body {
	max-width: 100%;
	overflow-x: hidden;
}
body {
	font-family: Open Sans;
	font-size: 15px;
	color: #858593;
	max-width: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	/*border:1px solid #04A4CC;*/
}
.site-title {
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	margin: 25px 0;
	z-index: 10;
	position: relative;
}
.site-title.cabinete {
	font-size: 24px;
	margin: 5px 0;
}
.single-title {
	font-size: 24px;
	color: #7B309B;
	font-weight: bold;
	font-family: Open Sans;
	margin: 5px 0;
}
.white {
	color: #fff;
}
.white-lnk,
.white-lnk p {
	color: #fff !important;
}
.white-lnk:hover {
	text-decoration: none !important;
	color: #fff !important;
}
.purple {
	color: #7B309B !important;
}
.astr-holder .site-title {
    margin: 5px 0 40px;
}
.subtitle {
	text-align: center;
	padding: 0 100px;
	margin-bottom: 25px;
}
h2 {
    font-size: 20px;
    font-family: Montserrat;
}
h3 {
    font-size: 18px;
    font-family: Montserrat;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
#header-stars {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#343355+1,343355+100&0.5+0,1+25,0.9+62,1+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(52,51,85,0.5) 0%,rgba(52,51,85,0.52) 1%,rgba(52,51,85,1) 25%,rgba(52,51,85,0.9) 62%,rgba(52,51,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(52,51,85,0.5) 0%,rgba(52,51,85,0.52) 1%,rgba(52,51,85,1) 25%,rgba(52,51,85,0.9) 62%,rgba(52,51,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80343355', endColorstr='#343355',GradientType=1 ); /* IE6-9 */
}
.header .top-nav img {
    position: relative;
    width: auto!important;
}
.header {
	position: relative;
  margin-bottom: 00px;
}
.header img {
    position: relative;
    max-height: 165px;
/*    width: 100%;
*/}
.header nav {
}
/* logo */
.logo {
	z-index: 9;
	margin-top:-15px;
}
.logo-img {

}
/* nav */
.nav {
	padding-top: 60px;
}
.nav ul,
.top-nav ul {
	list-style: none;
}
.nav ul li,
.top-nav ul li {
	display: inline;
}
.nav ul li a,
.nav ul li a:hover {
	font-size: 14px;
	font-family: Montserrat;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 24px;
	text-decoration: none;
}
.top-nav {
	padding-top: 8px;
	text-align: right;
}
.top-nav-bg {
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	height: 40px;
}
.top-nav ul li a, .top-nav ul li a:hover {
    font-family: Montserrat;
    font-size: 12px;
    color: #FFF;
    font-weight: 300;
    text-decoration: none !important;
    padding: 0 0px 0 30px;
}
.search .view-article {
    color: #7B309B;
}
.search-submit {
    background: url("img/icons/search-icon.png") center no-repeat;
    width: auto;
    height: 23px;
    border: none;
    color: transparent;
    position: absolute;
    right: 0px;
    top: 3px;
}
.search-submit.col-md-2 {
	margin: 0;
	padding: 0;
}
.search-bar {
	padding: 15px;
	/*left: -20px;*/
}
.search-cabinet .btn {
	width: 100% !important;
	text-align: center;
}
form.search .search-input {
	background-color: rgba(255,255,255,0.2);
	border:none;
	position: relative;
	text-indent: 10px;
	color:#fff;
}
form.search .search-submit.col-md-2 {
	position: absolute;
	right:10px;
	top:5px;
}
form.search .search-input::-webkit-input-placeholder {
	color:#fff !important;
	text-indent: 10px !important;
}
form.search .search-input::-moz-placeholder {
	color:#fff !important;
	text-indent: 10px !important;
}
form.search .search-input:-ms-input-placeholder {
	color:#fff !important;
	text-indent: 10px !important;
}
form.search .search-input:-moz-placeholder {
	color:#fff !important;
	text-indent: 10px !important;
}
.home-middle .entry-title a {
	font-size: 22px;
	color: #7B309B;
	font-weight: 600;
	text-decoration: none;
}
.home-footer .entry-title {
	color: #737373!important;
	padding: 0!important;
	font-weight: 600;
}
.home-footer .entry-title a {
	font-size: 22px;
	font-family: Open Sans;
	color: #737373 !important;
	text-transform: none;
	text-decoration: none !important;
}
.home-footer .entry-summary {
	color: #828282 !important;
	padding: 0!important;
}
.home-top-right .category-single-post {
	left: 30px;
}
.featured-home-top {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center center;
}
.featured-home-top-right-one {
	width: 100%;
	height: 280px;
	background-size: cover;
	background-position: center center;
}
.featured-home-footer {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
		position: relative;
}
.categ-left-article {
    width: 100%;
    height: 153px;
    background-size: cover;
    background-position: center center;
}
.categ-right-articles {
    width: 100%;
    height: auto !important;
    background-size: cover;
    background-position: center center;
}
.right-single-article {

}
.astr-holder .featured-home {
	width: 100%;
	height: 255px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.home article {
	margin-top: 0;
}
.view-more-link {
	-webkit-transition:all 0.4s;
	transition: all 0.4s;
}
/* sidebar */
.sidebar {
	background: #ECECFB;
    /*margin-top: -20px;*/
}
.sidebar h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #7B309B !important;
    margin-bottom: 0 !important;
}
.sidebar h3 {
    font-size: 14px;
    color: #7A309A;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0 0px 0px;
}
.item-title {
    font-size: 14px;
    color: #7A309A;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0 0px 15px;
}
.sidebar .service_left .content h3 {
    display: none;
}
.sidebar .service_left .content .btn_style {
    font-size: 12px;
    font-family: Open Sans;
    color: #9797A5 !important;
    background: #FFF!important;
    padding: 5px;
    border-radius: 25px;
}
.sidebar .search-input {
    background: #FFF;
    margin-left: 15px;
    width: 100%;
    color: #7B309B;
    font-weight: 300;
}
.sidebar .service_left .icon {
    vertical-align: top;
    padding-right: 5px;
    display: table-cell;
    padding-left: 15px;
}
.btn {
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 7px 15px !important;
	font-family: Open Sans, sans-serif;
	font-weight: 700 !important;
	text-shadow: none !important;
	text-decoration: none!important;
	border-radius: 0 !important;
	margin: 0 auto !important;
	display: table !important;
	width: auto !important;
	height: auto !important;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
	border: none !important;
	box-shadow: none !important;
	float: none !important;
	outline: none !important;
}
.btn-white {
	color: #000 !important;
	background: #FFF;
}
.btn.btn-default {
	color: #fff !important;
  background: #7B309B !important;
}
.btn.btn-white {
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 7px 15px !important;
	font-family: Open Sans, sans-serif;
	font-weight: 700 !important;
	text-shadow: none !important;
	text-decoration: none !important;
	border-radius: 0 !important;
	margin: 0 auto !important;
	display: table !important;
	width: auto !important;
	height: auto !important;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
	border: none !important;
	box-shadow: none !important;
	float: none !important;
	outline: none !important;
}
.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
	color: #fff !important;
	background: #333 !important;
}
.nl-text {
	line-height: 16px;
	width: 43%;
	margin:0 auto;
	padding: 0;
	margin-bottom: 11px;
}
.sidebar .blog_list_main h4 a {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 700;
    text-decoration: none !important;
    color: #7B309B !important;
}
.sidebar .blog_one_style .content {
    color: #9797A5;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0px;
    margin-left: 5px;

}
.sidebar .blog_one_style.clearfix.twelve.columns {
    margin: 5px 0 !important;
		float: none;
		clear: both;
}
/* footer */
.footer {
	background: #000;
}
.footer .so-widget-sow-image  {
	float: none !important;
}
.footer .mountains {
	background: url(img/footer-bg.png) no-repeat top center / cover;
	width: 100%;
	height: 175px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.so-widget-blog-style-one-blog-style-one-style-f2b67806b643 .blog_one_style .content {
    color: #ffffff;
    font-size: 10px;
}
.copyright,
.copyright a {
	text-align: center;
	color: #FFF;
	font-family: Open Sans;
	font-size: 11px;
	text-decoration: none!important;
	margin-bottom: 0!important;
	position: relative;
	z-index: 10;
	padding: 15px 0;
}
#menu-footer-menu  {
	list-style: none;
}
#menu-footer-menu a {
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px;
		text-decoration: none!important;
}
#footer-sidebar1 {
	padding: 25px 0;
}
#footer-sidebar2 {
	margin-top: 15px;
}
#footer-sidebar2 ul {
	list-style: none;
}
#footer-sidebar2 ul li a {
	color: #FFF;
	font-size: 18px;
	font-family: Montserrat;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: 400;
	line-height: 35px;
	text-decoration: none!important;
}
#footer-sidebar3 .widget-title {
	font-size: 18px;
	color: #FFF;
	font-weight: 800;
}
#footer-sidebar3 .widget-title:after {
    content: " ";
    background: #FFF;
    width: 44px;
    height: 4px;
    position: absolute;
    left: 15px;
    top: 55px;
}
#footer-sidebar3 h5 {
	font-size: 14px;
	color: #FFF;
	margin-top: 40px;
}
#footer-sidebar3 h5:after {
    content: " ";
    background: #FFF;
    width: 44px;
    height: 4px;
    position: absolute;
    left: 15px;
    top: 140px;
}
#footer-sidebar3 h6 a,
#footer-sidebar3 h6 {
	font-size: 14px;
	color: #FFF;
	margin-top: 45px;
	text-transform: uppercase;
}
#footer-sidebar3 h6:after {
    content: " ";
    background: #FFF;
    width: 44px;
    height: 4px;
    position: absolute;
    left: 15px;
    top: 205px;
}
#footer-sidebar3 h4 {
	font-size: 14px;
	color: #FFF;
	margin-top: 50px;
	text-transform: uppercase;
}
#footer-sidebar4 h3 {
	font-size: 18px;
	font-family: Montserrat;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#footer-sidebar4 h3:after {
	content: "";
	background: #FFF;
	width: 44px;
	height: 4px;
	display: block;
	position: absolute;
	top: 50px;
}
#footer-sidebar4 h4 {
	text-overflow: ellipsis;
	width: 170px;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0;
}
.four.columns.image.alpha {
    width: 70px;
    margin: 0 5px 10px 0 /*!important*/;
    height: 50px;
}
.meta.twelve.columns.clearfix {
	display: none;
}
.blog_list_main h4 a {
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
		text-decoration: none!important;
}
.blog_list_main h4 p {
    font-size: 12px;
    font-family: Open Sans;
}
.blog_one_style.clearfix.twelve.columns {
	margin: 0!important;
}
#footer-sidebar5 {
	margin-top: -40px;
}
#footer-sidebar5 .form-control {
	max-width: 305px;
	background: rgba(255,255,255,0.2);
	border: none;
	border-radius: 5px;
	color: #FFF;
}
#footer-sidebar5 .btn.btn-default {
	background: rgba(255,255,255,0.2);
	border: none;
	border-radius: 5px;
	text-shadow: unset;
	color: #aaa;
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 200;
}
#post-newsletter h3 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #333;
	text-align: center;
}
.related-single {
	margin-bottom: 30px;
}
#related_posts ul {
    list-style: none;
    padding-left: 0;
    margin: 0 -15px;
}
.related-icon-cat {
	/*position: absolute;
	top: 15px;
	left: 30px;*/
	color: #333 !important;
	display: block;
}
.related-icon-cat a {
    color: #333;
    line-height: 32px;
    font-family: Montserrat;
    font-weight: 200;
    font-size: 12px;
    text-transform: uppercase;
		text-decoration: none;
}
.related-title {
	font-family: Montserrat;
	font-size: 18px;
	color: #21244C;
	margin-left: 40px;
	line-height: 26px;
}
.related-title-h a {
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 600;
    color: #7A309A;
    text-decoration: none;
}
.single .view-article {
	color: #7A309A;
	text-decoration: none;
	font-size: 600;
}
.related-title:before {
	content: "";
	background: url("img/icons/related_icon.png");
	width: 30px;
	height: 30px;
	position: absolute;
	margin-left: -40px;
}
.email-nl .form-control {
    display: block;
    width: 225px !important;
    height: 36px !important;
    padding: 6px 12px;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #FFF !important;
    background-color: rgba(255,255,255,0.2) !important;
    background-image: none;
    border: none !important;
    border-radius: 5px 0px 0px 5px !important;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-size: 14px;
    float: left;
    font-weight: 600;
    font-family: Montserrat;
    margin-right: 16px;
}
.breadcrumb-container.theme1 a,
.breadcrumb-container li a {
    line-height: 1 !important;
}
.breadcrumb-container {
    font-size: 13px;
    margin-bottom: 10px;
}
.sidebar .blog_one_style .image img {
    max-width: 60px;
    border-radius: 50%;
    padding: 0;
    margin-left: 15px;
    height: 60px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page-numbers:hover,
.page-numbers.current {
	color: #7B309B;
	font-size: 15px;
	text-decoration: none;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
.page-numbers {
	color: #aaa;
	font-size: 15px;
}
.category .view-article {
	display: block;
	text-align: left;
	clear: both;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
.category .view-article:hover {
	color: #7B309B;
	text-decoration: none;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: Montserrat;
		font-weight: 900;
    src: url(fonts/Montserrat-ExtraBold.otf);
}
@font-face {
    font-family: Montserrat;
		font-weight: 800;
    src: url(fonts/Montserrat-Black.otf);
}
@font-face {
    font-family: Montserrat;
		font-weight: 700;
    src: url(fonts/Montserrat-Bold.otf);
}
@font-face {
    font-family: Montserrat;
		font-weight: 600;
    src: url(fonts/Montserrat-SemiBold.otf);
}
@font-face {
    font-family: Montserrat;
		font-weight: 400;
    src: url(fonts/Montserrat-Regular.otf);
}
@font-face {
    font-family: Montserrat;
		font-weight: 300;
    src: url(fonts/Montserrat-Light.otf);
}
@font-face {
    font-family: Montserrat;
		font-weight: 200;
    src: url(fonts/Montserrat-UltraLight.otf);
}
@font-face {
    font-family: Montserrat;
		font-weight: 100;
    src: url(fonts/Montserrat-Hairline.otf);
}
@font-face {
    font-family: Couture;
    src: url(fonts/couture-bld.otf);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    POST
\*------------------------------------*/
.single-post p a {
	color: #7B309B!important;
	text-decoration: none;
}
.single-post-title, .single-post-title a {
    font-size: 32px;
    font-family: Montserrat;
    color: #7B309B;
    font-weight: 600;
    text-decoration: none !important;
}
.single .kodex_buttons button.kodex_like_button,
.single .kodex_buttons button.kodex_dislike_button {
    background: transparent;
    border-color: transparent;
    color: #7B309B;
}
.kodex_buttons {
    text-align: center;
    padding: 5px 0 5px 0;
    vertical-align: top;
    margin: -10px;
}
.single .kodex_buttons button .icon {
    font-size: 20px;
}
.category-single-post a {
    color: #FFF;
    position: absolute;
    top: 7px;
    margin-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
		text-decoration: none!important;
}
.category-single-post {
    position: absolute;
    left: 50px;
    top: 30px;
    color: #FFF;
    line-height: 35px;
}
.author-info {
	background: #ECECFB;
	font-size: 14px;
	font-weight: normal;
	color: #858593;
	display: block;
}
.author-row {
	margin: 40px 0;
}
.author-img {
	margin: 65px 0;
	margin: 25px 0 !important;

}
.nbtsow-blog-posts.clear {
	list-style: none;
}
.home-cat-button {
    text-align: center;
    margin: 50px 0;
		z-index: 10;
		/*position: relative;*/
}
.astr-holder {
	background: #000;
	position: relative;
}
.home-articles {
	margin-top: 35px;
}
.astr-holder canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#343355+1,343355+100&0.75+0,1+16,0.75+44,0.55+70,0.95+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(52,51,85,0.75) 0%,rgba(52,51,85,0.77) 1%,rgba(52,51,85,1) 16%,rgba(52,51,85,0.75) 44%,rgba(52,51,85,0.55) 70%,rgba(52,51,85,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(52,51,85,0.75) 0%,rgba(52,51,85,0.77) 1%,rgba(52,51,85,1) 16%,rgba(52,51,85,0.75) 44%,rgba(52,51,85,0.55) 70%,rgba(52,51,85,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf343355', endColorstr='#f2343355',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.astr-holder article .entry-summary p {
	color:#dedee5;
}
.astr-holder article .featured-home {
	background-color: #000;
}
.astr-holder article img {
	opacity: 0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.astr-holder h3 {
	min-height: 60px;
}
.astr-holder h3 > a {
	color:#fff !important;
	font-size:16px !important;
	height: 60px;
}
.astr-holder h3.widget-title {
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	padding-bottom: 50px;
	font-size:30px;
	z-index: 10;
	position: relative;
	font-weight: bold;
	font-family: Open Sans, sans-serif;
}
.post-title-home {
    font-family: Open Sans;
    font-size: 18px;
    color: #7B309B;
    position: relative;
    display: block;
    font-weight: 600;
    margin-left: 30px;
    text-decoration: none;
}
.content-home-top {
	font-size: 14px;
	padding: 0 30px;
	display: block;
}
.post-content-home {
    font-family: Open Sans;
    font-size: 14px!important;
    color: #FFF;
    position: relative;
    display: block;
    font-weight: 300;
    margin-left: 30px;
}
.home-first-right img {
	max-height: 250px;
	width: 100%;
}
.home-newsletter .form-group {
	margin-top: 15px;
}
.category-title-home {
    font-size: 12px !important;
    font-family: Montserrat;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none !important;
    position: absolute;
    margin-top: -25px !important;
    margin-left: 10px !important;
    font-weight: 300;
    line-height: 40px !important;
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image .lsow-image-info {
	opacity: 1!important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.home .view-article {
	display: none;
}
.view-article {
	padding-top: 15px;
}
.parallax-home {
	display: block !important;
}
.parallax-home .lsow-post-title,
.parallax-home .lsow-terms {
	display: block!important;
}
.parallax-home .lsow-title {
	color: #FFF;
}
.parallax-home .entry-title {
    margin-top: 20px;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 350px;
    overflow: hidden;
    color: #FFF;
}
.parallax-home .entry-title a {
	font-size: 22px;
	font-family: Open Sans;
	color: #fff;
	text-transform: none;
	text-decoration: none!important;
}
.parallax-home .entry-title a:after {
    content: "";
    background: #fff;
    width: 23px;
    height: 2px;
    position: absolute;
    left: 36px;
    margin-top: 33px;
}
.parallax-home .entry-summary {
	font-size: 14px;
	font-family: Open Sans;
	color: #fff;
	padding: 0 20px;
}
.parallax-home .lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    padding: 25px 15px;
    margin-top: -220px;
    z-index: 999999;
    position: relative;
    display: block;
    clear: both;
    color: #FFF;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}
.loop-home-title {
    margin-top: -3px;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #7B309B;
}
.loop-home-title a {
    font-size: 20px;
    font-family: Open Sans;
    font-weight: 700;
    color: #7B309B;
    text-decoration: none !important;
}
.loop-home-content p {
	font-size: 14px;
	font-family: Open Sans;
	font-weight: 300;
	color: #828282;
}
.loop-home-thumb a img {
	border-radius: 50%;
}
.loop-home.comments a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 10px;
    background: url("img/icons/comment-bubble.png") no-repeat;
    width: 25px;
    height: 22px;
    text-align: center;
    text-decoration: none !important;
    line-height: 22px;
    display: inline-block;
}
#commentform label {
	display: block;
}
#commentform input,
#commentform textarea {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#commentform textarea {
	height: 150px;
	line-height: 1.2;
}
#commentform #submit {
	display: table;
	margin: 0 auto;
	background: #7B309B !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
	width: auto !important;
	height: auto;
	color: #FFF !important;
	border: none !important;
	box-shadow: none !important;
	padding: 10px 20px;
	line-height: 1;
	margin: 0 auto;
	    margin-bottom: 0px;
	display: table;
	text-shadow: none !important;
	font-weight: 600;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
.loop-home.date {
	font-size: 12px;
	font-family: Montserrat;
	color: #B9B9C8;
	font-weight: bold;
}
.home-loop-article {
	margin: 25px 0;
}
/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact .contact-row h3 {
	color: #7B309B;
	text-transform: uppercase;
	font-size: 22px;
	font-family: Montserrat;
	font-weight: 600;
}
.contact .contact-row {
	font-size: 20px;
	color: #888;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 400;
}
.contact .contact-row strong {
	color: #888;
}
.contact .contact-row .caldera-grid {
	padding: 30px;
}
.contact .contact-row .form-control {
	background: rgba(255,255,255,0.4)!important;
	border: none!important;
	font-size: 15px!important;
	color: #CACAD9!important;
	text-transform: uppercase;
}
.contact .contact-row .btn.btn-default {
    background: #7A309A !important;
    text-shadow: none;
    border: none;
    border-radius: 0;
    color: #fff !important;
    font-family: Montserrat;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: -10px;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    border-radius: 3px;
    left: auto;
    color: #FFF!important;
    background-color: #7B309B!important;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font-family: Open Sans;
    font-weight: 400;
}
.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 0.502em;
    font-weight: 400;
    position: absolute;
    text-align: center;
    line-height: 5.236;
    border-radius: 100%;
    background-color: #7B309B;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border-radius: 0;
    box-shadow: none;
    background: rgba(123, 48, 155, 0.5);
    border: none;
    padding: 5px;
    color: #FFF;
}
.woocommerce ul.products li.product h3 {
    font-size: 22px;
    color: #7B309B;
    font-weight: 600;
    text-decoration: none;
}
.woocommerce ul.products li.product .price del {
    font-size: 12px;
    font-family: Montserrat;
    color: #B9B9C8;
    font-weight: bold;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    font-size: 18px;
    font-family: Open Sans;
    color: #7B309B;
    text-decoration: none !important;
    text-align: center;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
		border: none;
		margin: 0;
		font-family: Open Sans;
		text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #7B309B;
    z-index: 2;
    border: #7B309B;
		color: #FFF;
		text-transform: uppercase;
		font-weight: 300;
		font-family: Open Sans;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 18px;
    font-family: Open Sans;
    color: #7B309B;
    text-align: left;
}
.woocommerce div.product .product_title {
    font-size: 22px;
    color: #7B309B;
    font-weight: 600;
    text-decoration: none;
    font-family: Montserrat;
}
.input-text.qty.text {
	line-height: 25px;
}
.woocommerce div.product p.price ins {
	text-decoration: none;
	display: block;
	font-size: 25px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	color: #333;
	font-size: 16px;
}
#tab-description {
	box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.custom-breadcrumb a {
	color: #858592;
	font-size: 13px;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
.custom-breadcrumb a:hover {
	color: #7B309B;
	font-size: 13px;
	text-decoration: none;
}
.custom-breadcrumb {
	color: #aaa;
	margin-left: 15px;
	margin-bottom: 5px;
}
.breadcrumb-container {
	display: none;
}
.pagination {
    display: block !important;
    padding-left: 0;
    margin: 20px 15px;
    border-radius: 4px;
}
.zodiac-row .widget-title {
	color: #7B309B;
	text-transform: uppercase;
	text-align: center;
	font-size: 9px;
}
.day-month-year {
	border-bottom: 2px solid #7B309B;
}
.day-month-year .so-widget-image {

	border: 2px solid #7B309B;
	padding: 20px;
	color: #7B309B;
	font-weight: 600!important;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
	margin-bottom: 30px;
}
.day-month-year .so-widget-image:hover {
    border: 2px solid #7B309B;
    color: #FFF;
    background: #7B309B;
}
#mega-menu-wrap-header-menu {
	  margin-left: 50px;
    margin-top: -15px;
}

.selenoscop-row {
	border: 1px solid #ccc;
}
.caldera-grid .selenoscop-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    box-shadow: none;
    background: #7B309B !important;
    color: #FFF !important;
    text-shadow: none;
    border-radius: 0;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    display: block;
		margin-bottom: 80px;
}
select, input, textarea {
    font-family: Open Sans, sans-serif !important;
    font-size: 14px !important;
    margin: 0;
    border: 1px solid #ccc;
    height: 34px;
		box-sizing: border-box;
		border-radius: 0;
		padding: 0 5px;
		max-width: 100%;
		width: 100%;
		font-weight: 600 !important;
		line-height: 30px !important;
}
textarea {
	height: 150px;
	line-height: 1.2;
}
.address {
    padding-left: 0;
		font-family: Montserrat;
		font-size: 14px;
		font-weight: 300;
		color: #ccc;
}
.address span {
	font-weight: 400;
	color: #858593;
}
.send-cabinet {
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857143;
	-moz-user-select: none;
	text-transform: uppercase;
	box-shadow: none;
	background: #7B309B !important;
	color: #FFF !important;
	text-shadow: none;
	border-radius: 4px;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}
.postform {
	width: 100%;
}
/*Cabinete*/
.locatia li {
	list-style: none;
	width: auto;
float: left;
padding: 0 2% 0 2%;
display: block;
float: left;
list-style-type: none;
clear: right;
}
.cabinete-lista a, .locatia a, .judete-lista a {
	color: #333 !important;
	font-weight: 500;
	font-size:14px;
	text-decoration: none !important;
}
.selected > a, .cabinete-lista a:hover, .locatia a:hover, .judete-lista a:hover {
	color: #7B309B !important;
}
/*Cabinete*/
.active.day {
	background: #7B309B!important;
	border: none!important;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: none;
}

.genre {
	display: block!important;
	clear: both;
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.genre .radio {
	display: inline;
	font-size: 12px;
	font-family: Montserrat;
	text-transform: uppercase;
}
.caldera_ajax_error_block  {
	display: none !important;
}
@media(min-width:992px){
/*.item-content{
	border-top: solid 1px #eaeaea;
	padding-top: 17px;
}*/
}
.event-item-title {
    font-size: 14px;
    color: #7A309A;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 110px;
}
.item-content a{
	color: inherit;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.item-meta{
	font-size:10px;
	padding-top:6px;
}
.item-meta a:not(.btn):hover{
	color:#46a5e5;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.item-meta .btn{
	margin-right:16px;
}
.un-post-listing .item-meta a{
	vertical-align:middle;
}
.un-post-listing .item-title{
	font-weight:bold;
	margin-bottom:20px;
	font-size:21px;
}
.shortcode-blog-excerpt{
	margin-bottom: 9px;
}
.date-block {

}
.month{
	display: inline-block;
	/*float: left;*/
}
.event-content {
	color: #333;
	text-align: justify;
}
.day {
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 300;
}
.boxcab{
	min-height: 384px;

}

.locatie li{
width: 102px;
float: left;
padding: 0 2% 0 2%;
display: block;
float: left;
list-style-type: none;
clear: right;
}
.shortdes {
    padding: 5px;
    margin: 0 0 15px 0;
    border: 1px solid #E4EFF6;
    clear: both;
    font-size: 14px;
    background-color: #ECECFB;
}

.shortdes-loc {
    padding: 2px 5px 2px 5px;
    margin-left: 5px;
    background: #F1F6FB;
    color: #C05B27;
    display: block;
    float: right;
}

.shortdes a:link, .shortdes a:visited {
    margin: 0 0 0 0;
    color: #7B309B;
    font-size: 16px;
    font-weight: bold;
    display: block;
    background: none;
}

.marg_st {
	text-align: justify;
}

.shortdes p {
    color: #484A5B;
}

.shortdes-adresa,
.shortdes-tel {
	font-family: Montserrat;
	display: inline;
	text-align: right;
	float: right;
	font-weight: 300;
	color: #ccc;
}
.color-name,
.shortdes-tel {
	display: inline;
	color: #858593;
	font-weight: 400;
}
.shortdes-spec {
    margin: 0;
    color: #AAB6CA;
    font-size: 11px;
    display: block;
}
.judet-list {
	font-family: Montserrat;
	font-weight: 400;
	text-align: right;
}
.judet-list a {
	color: #858593;
	font-weight: 400;
}
.speci{
	font-size: 17px;
	color: #7A309A;
	font-family: Montserrat;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px;
}
.bread_crumb {
	font-family: Montserrat;
	font-weight: 300;
	font-size: 12px;
	margin: 0 0 15px 0;
	background: #e5e5e5;
	padding: 0 10px;
	border-radius: 0;
}
.bread_crumb li{
	display: inline-block;
	padding: 10px 5px;
}
.bread_crumb,
.bread_crumb li a {
	font-family: Open Sans;
	font-weight: 600;
	color: #333 !important;
	text-decoration: none !important;
	font-size: 12px;
	line-height: 1;
}
.bread_crumb li a {
	color: #5F009B !important;
}
.bread_crumb .separator {
	width: 16px;
	height: 14px;
	text-align: center;
}
.bread_crumb .separator i {
	display: inline-block;
	margin-top: 1px;
}
.newsletter-holder {
	margin: 50px 0;
	padding-top: 35px;
	border-top: 1px solid #7B309B ;
	text-align: center;
}
.home .newsletter-holder {
	padding-top: 0;
	border-top: 0;
}
.radiotitlu {
color:#321D60;
font-size: 18px;
font-weight: 700;

}
.radiovalue{
clear: both;
}


.radio input[type=radio]:checked{
    background:url("img/check.png") center no-repeat;
}
.alege{
	display: none;
}
.paraa{
	display: none;
}
.subtastroa {
	background-color: #FF0000;
	color:#fff;
}
.titleastro{
	font-size: 20px;
	font-weight: 400;
	color:#A1A1A1;
	margin-bottom: 20px;
}
.count {
	display: inline;
	font-family: Montserrat;
	font-weight: 300;
	color: #7A309A;
}
.cabinet-name {
	display: inline;
	font-family: Montserrat;
	font-weight: 400;
}
.form-control{
	color: #321D60;
}
.persa{
	color: #FF0000;
	font-size: 14px;
}
.cfdatepicker.dropdown-menu {
	margin-top: -30px;
}



  .footer {
    background-size: cover !important;
		position: relative;
}
.footer #footer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#343355+1,343355+100&0.75+0,1+16,0.75+44,0.55+70,0.95+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(52,51,85,0.75) 0%,rgba(52,51,85,0.77) 1%,rgba(52,51,85,1) 16%,rgba(52,51,85,0.75) 44%,rgba(52,51,85,0.55) 70%,rgba(52,51,85,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(315deg,  rgba(52,51,85,0.75) 0%,rgba(52,51,85,0.77) 1%,rgba(52,51,85,1) 16%,rgba(52,51,85,0.75) 44%,rgba(52,51,85,0.55) 70%,rgba(52,51,85,0.95) 100%);
	background: linear-gradient(135deg,  rgba(52,51,85,0.75) 0%,rgba(52,51,85,0.77) 1%,rgba(52,51,85,1) 16%,rgba(52,51,85,0.75) 44%,rgba(52,51,85,0.55) 70%,rgba(52,51,85,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf343355', endColorstr='#f2343355',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.footer > .container {
	z-index: 10;
	position: relative;
}

.post-25818{
  margin-top:0px !important;
}
.header > .container {
	padding: 22px 0;
}
.header > img:nth-child(1){
	display:none;
}
.header{
	background:#000;
	background-size: cover;
	background-position: center;
	height: 150px;
}
.ubermenu-nav > li > .ubermenu-submenu  {
	margin-top: 31px !important;
}
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
	text-transform: uppercase;
	font-weight: bold;
}
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target > span {
	display: block;
	padding: 10px;
}
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-type-custom:hover,
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target:hover > span {
	background: #7B309B;
	color: #fff;
}
.ubermenu.ubermenu-main {
	margin: 8px 0px 15px 20px;
}
.wpadminbar {
	display: none!important;
}
input[name='pachet'] + label > div {
	cursor: pointer;
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	box-sizing: border-box;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
	padding: 10px;
	height: 350px;
}
input[name='pachet']:checked + label > div {
	border-color: rgba(123, 48, 155,1);
	background: #fff;
}
label.package {
	font-family: Open Sans, sans-serif;
	text-align: center;
	font-weight: 400;
}
label.package .title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
label.package .price {
	color: #7B309B;
	font-size: 22px;
	font-weight: bold;
}
label.package cite {
	font-size: 12px;
	color: rgba(123, 48, 155, 0.65);
}
label.package ul {
	padding: 10px 5px;
	text-align: left;
	list-style: none;
	/*list-style-image: url('img/list.png');*/
}
label.package ul li {
	background: url('img/list.png') no-repeat top 5px left;
	text-indent: 20px;
}
label.package select {
	border-radius: 0;
}

.highlight{
	border: cadetblue;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
border-style: solid;

}



.item-thumbnail{

}
.woocommerce-page .sidebar {
	display: none;
}
.sidebar .widget_caldera_forms_widget {
	text-align: center;
}
.sidebar .widget_caldera_forms_widget .email-nl {
	width: 100%;
	clear: both;
}
.email-nl .form-control {
	margin-right: 0;
	width: 100% !important;
	background: #fff !important;
	color: #333 !important;
	float: none !important;
	border-radius: 0 !important;
	border: 1px solid #ccc !important;
	height: 34px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	font-family: Open Sans, sans-serif !important;
	padding: 0 5px !important;
	line-height: 30px !important;
}
.sidebar .widget_caldera_forms_widget .send {
	margin-top: 5px;
}
.sidebar .widget-title {
	text-align: center;
}

.so-widget-sow-image{
	padding: 10px;
	float: left;
}



.so-widget-sow-image h3{
	font-size: 12px;
}


#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
	padding-left: 16px;
	font-size: 13px;
}

.caldera-grid .col-sm-6.first_col, .caldera-grid .col-sm-6.last_col{
	  margin-top: 15px;
		margin-bottom: 15px;
}

.newsletter{
font-weight: 700;
font-size: 32px;
line-height: 42px;
margin: 0 auto 20px;
color: #333;
width: 262px;
font-weight: bold;
}

.inpnews{
	width: 50%;
	margin-left: 50%
}


.inpnewsa{
	width: 50%;
}


.w3-bar-item{
font-size: 26px;
border: 2px solid #888;
background-color: #888;
padding: 20px;
color: #fff;
font-weight: 600 !important;
text-align: center;
text-transform: uppercase;
-webkit-transition:all 0.3s;
transition: all 0.3s;
margin-bottom: 20px;
margin-left: 5px;
margin-top: 20px;
background-color: #888;
width: 371px;
}
.vezi-curs{
font-size: 26px;
border: 2px solid #888;
background-color: #888;
padding: 20px;
color: #fff;
}
.caldera-grid .checkbox-inline, .caldera-grid .radio-inline {
	padding-left: 0px !important;
}
.imgctlg {
	max-height: 155px;
width: 340px;
margin: 0 auto;
display: block;

}
.img_list{
	padding: 10px;
}
.home .entry-summary {
	height: 60px;
}
.lista-cabinete .cabinet {
	margin: 15px 0;
	background: #f4f4f4;
	padding-top: 0;
	padding-bottom: 0;
}
.lista-cabinete .cabinet .thumb {
	display: block;
	float: left;
	width: 150px;
	height: 150px;
}
.lista-cabinete .cabinet .details {
	width: calc(100% - 150px);
	display: block;
	float: left;
	margin: 0;
	height: 150px;
	padding: 10px;
}
.ubermenu-skin-eggplant {
	font-size: 13px!important;
}
a.ubermenu-target {
	text-transform: uppercase!important;
	font-weight:bold!important;
}
li.ubermenu-item {
	line-height: 0.3em!important;
}
.lista-cabinete .cabinet .address {
	width: 100%;
	padding: 5px 5px;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-family: Open Sans, sans-serif;
}
.lista-cabinete .cabinet .address span {
	color: #f5f5f5;
	font-weight: 400;
}
.lista-cabinete .cabinet .telefon {
	color: #333;
	font-weight: bold;
	font-family: Open Sans, sans-serif;
}
.lista-cabinete .cabinet .telefon span {
	color: #3f3f3f;
	font-weight: 400;
}
.lista-cabinete .cabinet .details > a,
.lista-cabinete .cabinet .details > a h2 {
	margin: 0;
	color: #333;
	font-weight: bold;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	text-decoration: none !important;
}
.lista-cabinete .cabinet-excerpt {
	height: 80px;
	margin: 5px 0;
}
.single-cabinet .content {
	text-align: justify;
}
.single-cabinet #map {
	height: 300px;
	width: 100%;
}
.account .um-form {
	margin-top: 100px;
	margin-bottom: 100px;
}
.account .um-button {
	background-color: #7B309B !important;
}
.account .um-account-meta.radius-1 img {
	border:2px solid #7B309B;
}
.um-account-name a {
	/*color:#7B309B !important;*/
}
.um-account-link.current {
	background-color:#7B309B !important;
}
.um-account-link.current span.um-account-title, .um-account-link.current span.um-account-icon, .um-account-link.current span.um-account-arrow {
	color:#fff !important;
}

/*--------Sidebar--------*/
#caldera_forms_widget-2, #blog-style-one-4, #blog-style-one-5, #search-2 {
	padding:10px;
}
#search-2 .search-input {
	width:80%;
	margin-left:0px;
}
/*#search-2 .search {
	display: none;
}*/
.sidebar-widget #search-2 {
	display: none;
}
/*--------Sidebar--------*/

/*----------Evenimente-----------*/
.evenimente-txt {
	margin-bottom: 20px;
}
.event-form {
	display: none;
	margin:30px 0px;
}
.link-to-event {
	display: block;
}
.relatedthumb {
	height: 190px;
}
article h3 {
	margin: 10px 0 0;
}
article h3 a {
	font-size: 18px;
	font-weight: bold;
	font-family: Open Sans, sans-serif;
	display: block;
	height: 44px;
}
article a {
	color: #7B309B !important;
	text-decoration: none !important;
}
article {
	margin: 0 0 15px;
}
article date,
article .view-more-link {
	color: #333;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 0;
	margin-top: 5px;
	font-family: Open Sans, sans-serif;
}
article .view-more-link {
	font-weight: 800;
}
article hr {
	border-width: 3px !important;
	width: 15%;
	display: inline-block;
	margin: 0px 0px 5px;
}
.event-holder {
	position: relative;
	background-color: #ECECFB;
	margin-bottom:25px;
	margin-left: 10px;
	margin-right: 10px;
	height: 260px;
}
a.event-link {
	position: absolute;
	top: 0;
	left:0;
	display: block;
	width:100%;
	height: 100%;
	z-index: 99;
	/*margin-bottom: 25px;*/
}
.event-item-date {
	text-align: left;
	padding-top: 10px;
	font-size: 14px;
	color: #7A309A;
}
.event-banner {
	max-height: 100px;
  overflow-y: hidden;
}
.event-link .img_list {
	padding: 0;
	margin-left: 2px;
}
.locatie-holder {
	margin-top: 50px;
}
.eveniment-excerpt {
	margin-top: 20px;
}
.eveniment-image {
	height: 315px;
	margin-bottom: 35px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
.adresa-eveniment {
	text-align: right;
}
.data-eveniment-txt, .adresa-eveniment {
	margin-top:15px;
	margin-bottom: 15px;
}
.single-post-title {
	line-height: 1;
}
.details.row a {
	font-weight: 400 !important;
	color: #555;
	font-family: Montserrat;
}
.details.row {
	background: #f5f5f5;
	padding: 10px 0;
	margin: 10px 0;
	font-size: 12px;
	top: 4px;
	font-weight: 400;
	color: #555;
	font-family: Montserrat;
}
.details.row span {
	margin-right: 15px;
}
.details.row span:first-of-type {
	margin-left: 15px;
}
.inner-post-thumb {
	width: 100px;
	height: 100px;
	margin:5px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position:center !important;
}
.inner-related-link {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	display: block !important;
	width: 100% !important;
	height: 190px !important;
}
.inscriere-eveniment {
	background-color: #7B309B;
	color:#fff;
	font-weight: 400;
	border:none;
	box-shadow: none;
	font-size:20px;
	padding:5px 10px;
	margin-bottom:30px;
}
/*----------Evenimente-----------*/

/*----------Horoscop-----------*/
.horoscop .butoane {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
}
.horoscop .butoane a {
	        /*flex: 1;*/
	-webkit-box-flex: 1;
	    -ms-flex: 1;

}
.horoscop .zodie > a {
	text-decoration: none !important;
}
.horoscop .zodie > a > .img {
	display: table;
	margin: 0 auto;
	max-width: 170px;
	max-height: 170px;
	width: 100%;
	height: 1000px;
	border-radius: 0%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.horoscop .zodie {
	text-align: center;
	margin: 15px 0;
}
.horoscop .zodie titlu {
	color: #333 !important;
	text-decoration: none !important;
	font-size: 19px;
	font-family: Open Sans, sans-serif;
}

.horoscop .zodie titlu:hover{
	color: #7B309B !important;
}

/*----------Horoscop-----------*/

.page-title {
	text-align: center;
	font-weight: bold;
	font-family: Open Sans, sans-serif;
	color: #333;
	text-transform: uppercase;
}
.site-title a {
	color: #333 !important;
	text-decoration: none !important;
}

.selenoscop {
	padding: 15px 15px !important;
}
.selenoscop img {
	/*border-radius: 100%;*/
}
.selenoscop a {
	display: block;
	text-align: center;
	color: #333 !important;
	text-decoration: none !important;
}
.articol-selenoscop .thumb {
	width: 100%;
	height: 150px;
	background-size: cover;
	background-position: center;
	display: block;
}
.articol-selenoscop {
	margin: 15px 0;
}
.articol-selenoscop h5 a {
	color: #333 !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 14px;
	font-family: Open Sans, sans-serif;
	height: 40px;
}
.single .size-single-post {
	width: 100%;
	height:300px;
}
.widgettitle {
	display: none;
}
.pagination a {
	text-decoration: none !important;
}
.pagination .page-numbers:not(.dots) {
	display: inline-block;
	text-align: center;
	width: 22px;
	font-size: 12px;
	font-family: Open Sans,sans-serif;
	color: #333;
	border-radius: 3px;
	background: #f5f5f5;
	padding: 5px;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
.pagination .page-numbers:not(.dots):hover {
	background: #7B309B;
	color: #fff;
}
.page-numbers:not(.dots).current {
	color: #fff;
	background: #7B309B;
}
.page-numbers.prev,
.page-numbers.next {
	width: auto !important;
}
.add-cabinet input,
.add-cabinet textarea,
.add-cabinet select {
	margin: 10px 0;
}
.add-cabinet input[type='file'] {
	border: none;
}
.horoscop-lnk {
	color:#fff;
}
.horoscop-lnk:hover {
	color:#fff;
	text-decoration: none;
}
.margin {
	margin:50px 0px;
}
.banner-holder {
	margin: 15px 0px;
}
.banner-holder img {
	margin: 0 auto;
	display: table;
}
.home-banner-txt {
	text-align: center;
	font-weight: 300;
}
.astr-holder .row {
	margin:40px 0px;
}
.post-lnk:hover {
	text-decoration: none;
}
.post-lnk p {
	color: #333;
}
.post-lnk p:hover {
	text-decoration: none;
}
.post-lnk h5 {
  font-size: 16px;
  min-height: 55px;
  font-weight: 400;
}

/* CATEGORY DESCRIPTION */
.hideContent {
  overflow: hidden;
  line-height: 1em;
  height: 100px;
	width: 100%;
}
.showContent {
  line-height: 1em;
  height: auto;
	width: 100%;
}
.show-more a {
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 7px 15px !important;
	font-family: Open Sans, sans-serif;
	font-weight: 700 !important;
	text-shadow: none !important;
	text-decoration: none !important;
	border-radius: 0 !important;
	margin: 0 auto !important;
	display: table !important;
	width: auto !important;
	height: auto !important;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
	border: none !important;
	box-shadow: none !important;
	float: none !important;
	outline: none !important;
	background: #73308F;
	color: #fff!important;
}
.single-selenoscop .date {
	color:#7B309B;
}
.single-selenoscop .single-post-title a {
	text-align: left;
}
.single-selenoscop span.author {
	float:left;
}
.single-selenoscop .sidebar .widget-title {
    text-align: left;
    padding: 25px 0px;
}
.horoscop-txt-holder {
  margin:80px 0px;
}
.horoscop-heading {
   color: #7B309B;
}
.iframe-banner {
	text-align: center;
	margin: 10px 0;
}
.trafic_footer{
	background: black;
	text-align: center;
}