/*
Theme Name: Artera
Theme URI: http://crushdesign.ro/portfolio/artera
Author: Crush Design
Author URI: http://crushdesign.ro
Description: Best theme for a simple website!
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, left-sidebar, custom-background, custom-header, editor-style, full-width-template, sticky-post, theme-options
*/


/* General CSS */

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.aligncenter,.wp-caption, .wp-caption-text, .gallery-caption, .bypostauthor, .alignright, .alignleft {
  max-width: auto;
  height: auto;
}

.alignnone, .alignnone img{
  width: 700px;
  height: auto;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

li, p, a, h1, h2, label {
  color: #666666;
  text-decoration: none;
}
input[type="submit"]
{
  width:120px;
  display:block;
}

address, table, tr, dl {
  margin-left: 20px;
}

pre {
  margin-left: 20px;
  margin-eight: 20px;
  overflow-wrap: break-word;
}

tr th {
  margin-right: 20px;
}
html, body {
  width:1174px;
  margin: 0 auto;
  height: 100%;
}

html, body{
  margin:10px auto 10px auto;
}


/* End General CSS */

/* Main */
.main {
  overflow: hidden;
  width: 1174px;
  margin: 20 auto; 
}

#shadow{
  -moz-box-shadow: 0 30px 30px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 30px 30px rgba(0,0,0,0.2);
}
.wrap{
  height:auto !important;
  width: 1174px;
  margin: 20 auto; 
  background-size: 100%;
  overflow:hidden;
  position: relative;
}
/* End Main */

/* Sidebar */
#searchform label {
  display: none;
}

.sidebar{
  width: 260px;
  float: left;
  height: auto;
  margin-left: 28px;
  margin-bottom: 0;
  margin-right: 0px;
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
   border-bottom-right-radius: 30px 30px;
  -moz-border-bottom-right-radius: 30px 30px;
  -webkit-border-bottom-right-radius: 30px 30px;
}

.sidebar input[type="text"]{
  background: #f9f9f9;
  border: 1px solid #cccccc;
  text-align: left;
  padding: 5px;
  margin-top: 10px;
  margin-left: 5px;
  width: 165px;
  height: 30px;
}


.sidebar input[type="text"]:focus {
  box-shadow: 0 0 5px #a80329;
}

.sidebar li{
  list-style-type: none;
}

#searchsubmit {
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif; 
  color: #ffffff;
  font-size: 16px;
  padding: 5px;
  text-decoration: none;
  box-shadow: 0px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  text-shadow: 1px 1px 3px #666666; 
  background:#393b3c;
  width: 70px;
  display: inline;
} 

#searchsubmit:hover, .wpcf7-submit:hover {
  background:#a80329;
}

.sidebar h2{
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  margin-left: 5px;
  color: #a80329;
}
.sidebar ul li {
   list-style: square;
}

.sidebar ul li a{
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #666666;
}

.widget {
  margin: 0 5 auto;
} 
/* End Sidebar */

/* Logo */
.logo {
  float: left;
  width: 260px;
  height: 144px;
  background-image:url('images/logo.png');
  margin-top: 10px;
  margin-left: 30px;
}

.logo a {
  float: left;
  width: 260px;
  height: 144px;
  margin-top: 10px;
  margin-left: 30px;
}
/* End Logo */

/* Meniu */ 
.meniu {
  border: none;
  border: 0px;
  margin: 10px;
  padding: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #8e8e8e;
  width: auto;
  margin-top: 93px;
}

.meniu > ul {
  margin-top: 6px !important;
 }

.meniu ul {
  background: #CDCDCD;
  background: -webkit-linear-gradient(#cdcdcd 0%, #e2e2e2 80%, #cdcdcd 100%);
  background: linear-gradient(#cdcdcd 0%, #e2e2e2 80%, #cdcdcd 100%);
  border-top: 1px solid #A8A8A8;
  -webkit-box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #a80329, 0 2px 0 #b81c40, 0 8px 0 #a80329, 0 9px 0 #7b021e, 0 -1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #a80329, 0 2px 0 #b81c40, 0 8px 0 #a80329, 0 9px 0 #7b021e, 0 -1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 #e9e9e9, 0 1px 0 #a80329, 0 2px 0 #b81c40, 0 8px 0 #a80329, 0 9px 0 #7b021e, 0 -1px 1px rgba(0, 0, 0, 0.1);
  height: 27px;
  list-style: none;
  padding: 0;
  margin-left: 24px;
  margin-right: 18px;
}

.meniu ul ul {
  border-top: 6px solid #a80329;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.meniu ul ul a {
  line-height: 43px;
}

.meniu ul ul ul {
  left: 100%;
  top: 0;
}

.meniu li {
  float: left;
  padding: 0px 8px 0px 8px;
}

.meniu li a {
  color: #666666;
  display: block;
  font-weight: bold;
  line-height: 30px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}

.meniu li a:hover {
  color: #000000;
  text-decoration: none;
}

.meniu li ul {
  background: #e0e0e0;
  border-left: 2px solid #a80329;
  border-right: 2px solid #a80329;
  border-bottom: 2px solid #a80329;
  display: none;
  height: auto;
  filter: alpha(opacity=95);
  opacity: 0.95;
  position: absolute;
  width: 225px;
}

.meniu li:hover > ul {
  display: block;
}

.meniu li li {
  display: block;
  float: none;
  padding: 0px;
  position: relative;
  width: 225px;
}

.meniu li ul a {
  display: block;
  font-size: 14px;
  font-style: normal;
  padding: 0px 10px 0px 15px;
  text-align: left;
}

.meniu li ul a:hover {
  background: #949494;
  color: #000000;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.meniu p {
  clear: left;
}

.meniu .current-menu-item > a,
.meniu .current-menu-ancestor > a,
.meniu .current_page_item > a,
.meniu .current_page_ancestor > a {
  background: #a80329;
  -webkit-box-shadow: 0 -4px 0 #a80329, 0 -5px 0 #b81c40, 0 -6px 0 #a80329;
  -moz-box-shadow: 0 -4px 0 #a80329, 0 -5px 0 #b81c40, 0 -6px 0 #a80329;
  box-shadow: 0 -4px 0 #a80329, 0 -5px 0 #b81c40, 0 -6px 0 #a80329;
  color: #ffffff;
}

.meniu .current-menu-item > a:hover {
  color: white;
}
/* End Meniu */

/* Content */
.content {
  display: block;
  float: right;
  margin-right: 28px;
  height: auto;
  width: 832px;
  margin-top: 0;
  -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
  border-top-right-radius: 30px 30px;
  -moz-border-top-right-radius: 30px 30px;
  -webkit-border-top-right-radius: 30px 30px;
  border-bottom-left-radius: 30px 30px;
  -moz-border-bottom-left-radius: 30px 30px;
  -webkit-border-bottom-left-radius: 30px 30px;
}

.content h1 {
  margin-left: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #666666;
}

.content h2 {
  margin-left: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 26px;
  color: #666666;
}

.content h3 {
  margin-left: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #666666;
}

.content h4 {
  margin-left: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #666666;
}

.content h5 {
  margin-left: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #666666;
}

.content h6 {
  margin-left: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #666666;
}

.content p,
.content div {
  margin-left: 20px;
  margin-right: 20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.wpcf7-submit {
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif; 
  color: #ffffff;
  font-size: 16px;
  padding: 5px;
  text-decoration: none;
  box-shadow: 0px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  text-shadow: 1px 1px 3px #666666; 
  background:#393b3c;
  width: 70px;
  display: inline;
}
/* End Content */

/* Article */
.post {
  float: left;
  width: 95%;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  background-color: #f3f3f3;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  border-top-right-radius: 30px 30px;
  -moz-border-top-right-radius: 30px 30px;
  -webkit-border-top-right-radius: 30px 30px;
  border-bottom-left-radius: 30px 30px;
  -moz-border-bottom-left-radius: 30px 30px;
  -webkit-border-bottom-left-radius: 30px 30px;
}

.border {
    border-bottom: 2px solid #a80329;
}
.content .page {
  float: left;
  width: 95%;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  border-top-right-radius: 30px 30px;
  -moz-border-top-right-radius: 30px 30px;
  -webkit-border-top-right-radius: 30px 30px;
  border-bottom-left-radius: 30px 30px;
  -moz-border-bottom-left-radius: 30px 30px;
  -webkit-border-bottom-left-radius: 30px 30px;
}

.art p, 
.art li a, 
.art li p, 
.art li,
.widget a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  margin-right: 22px;
}

.content .postmetadata {
  
  float: right;
  font-size: 12px;
}

.nav-previous {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10;
  float: right;
  font-weight: bold;
}

.nav-next {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10;
  float: left;
  font-weight: bold;
}

.content code {
  color: #a80329;
  font-weight: bold;
}

.sticky {
  background-image:url('images/pin.png');
  background-repeat: no-repeat;
  background-position:right top;
}
/* End Article */

/* Comments */

.comm-navigation {
  margin-top: 10px;
}

.comm {
  background: #ececec;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top-right-radius: 30px 30px;
  -moz-border-top-right-radius: 30px 30px;
  -webkit-border-top-right-radius: 30px 30px;
  border-bottom-left-radius: 30px 30px;
  -moz-border-bottom-left-radius: 30px 30px;
  -webkit-border-bottom-left-radius: 30px 30px;
}

.comment-body {
  width:;
  border-bottom: 2px solid #393B3C;
}
.even, .odd {
  margin-top: 10px;
  list-style-type: none;
}

.comment-form {
  margin-bottom: 10px;
}

#respond { 
  height: auto;
  padding:0 5px 0 5px;
  margin-bottom: 20px;
}

#respond h3{
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;  
}

#respond label{
  display: block;
}

#respond .form-allowed-tags {
  display: none;
}
#respond input[type=text], textarea, .wpcf7-text {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
#respond input[type=text]:focus, textarea:focus, .wpcf7-text:focus {
  box-shadow: 0 0 5px #a80329;
  margin: 5px 1px 3px 0px;
}
#author { 
  font-family: Lobster, "Lobster 1.4", "Droid Sans", Arial;
  font-size: 16px;
  color:#1d1d1d; 
  letter-spacing:.1em;
} 

#url  { 
  color: #21759b;
  font-family: "Luicida Console", "Courier New", "Courier", monospace; 
} 

#submit {
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif; 
  color: #ffffff;
  font-size: 16px;
  padding: 5px;
  text-decoration: none;
  box-shadow: 0px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  text-shadow: 1px 1px 3px #666666;
  background:#393b3c;
  width: 130px;
} 

#submit:hover {
  background:#a80329;
}

.reply {
  font-weight: bold;
}

.parent, .children {
  list-style-type: none;
}

.margin {
  height: 10px;
}
/* End Comments */

/* Footer */
.footer {
  width: 100%;
  margin-right: 30px;
}

.footer p {
  float: right;
  margin-right: 44px;
  width: 832px;
  text-align: right;
  font-size: 12px;
}
/* End Footer */