/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/*
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#header {background: #fff;-webkit-box-shadow: none;}
#navigation ul.nav > li {border-right: none;}
#navigation ul.nav > li:first-child {border-left: none;}
#footer-wrapper {background: #fff;}
#wpadminbar {display: none;}
html {margin-top: 0px !important;}
#header {margin: 1.5em 0 0;}
#logo {widht:100%!important;margin: 0 23em 0 24em;}
#top-section {padding: 3em 0em 0em 3em;background: none;display: none;}
.single .hentry .entry-meta {display: none;}
.single .hentry .entry {float: left;}
#blog-posts {padding-top: 2em;}
#header {padding: 2em;}
#header .nav-toggle:after {background: #999;}
#post-entries {display: none;}
#blog-posts .hentry {margin: 0em 0em 2em 1em;border-top: none;border-radius: 0em;-webkit-box-shadow: none;}
#blog-posts .hentry .media img {border-top-left-radius: 0em;border-top-right-radius: 0em;}
body #wrapper .post-meta {display: none;}
body #wrapper .post header h1, body #wrapper .post header h1 a:link, body #wrapper .post header h1 a:visited {font: 1.7em/1em Calibri, sans-serif;color: #555;padding-bottom: 1em;text-shadow: none;}
#top-section header h1 {font: 1.7em/1em Calibri, Candara, Segoe, Optima, sans-serif;color: #555;text-shadow: none;}
h3 {font-size: 1.7em;color: #555;margin: 0 0 1.5em 0em;}
body #wrapper .entry p {font: font: 400 1.4em/1.5em 'Roboto', arial, sans-serif;color: #555;}
.btn-success {background-color: #fff;border-color: #fff;}
ul.nav li.current-menu-item > a {color: #CCC!important;}
.btn-success:hover {background-color: #fff;border-color: #fff;}
.cat-post-item {border-bottom: 1px dotted #ccc;}
#cboxOverlay {background: #fff;opacity: 0.7!important;}
.pt-cv-content, .pt-cv-content * {line-height: 1.2em;}
.nav > li > a:hover, .nav > li > a:focus {background-color:#fff!important;}
.pt-cv-title a {text-transform: uppercase;}
#gallery-1 img {border: 1px solid #cfcfcf!important;}
.button, a.comment-reply-link, #commentform #submit, #contact-page .submit {background: #666666 !important;}
.widget {border-bottom: none;}
#navigation {background: #F0F0F0;-webkit-box-shadow: none;}
#navigation ul.nav li a {border-bottom: none;text-shadow: none;}
#navigation h3 {background-image: none;text-shadow: none;border-bottom: none;border-top: none;background-color:none;}
.hentry .entry ul, .hentry .entry ol {font: font: 400 1.4em/1.5em 'Roboto', arial, sans-serif;margin-top: 1em;}
#navigation ul.nav li.current-menu-item > a {background-color: #fff;background-image: none;color: #f9f9f9;text-shadow: none;}
.pt-cv-view a {display: -webkit-box!important;}
dl dt {font-weight: bold;display: flex;}
#footer {width: 100%;font-size: 1em;color:#000;text-align: center;font-weight: 400;}
#header #logo {width: 100%;text-align: center;pointer-events: none;}
#navigation {width: 69%!important;}
.cat-post-title {font-size: 1em;}
.cat-post-current .cat-post-title {font-weight: 400;}
#footer-wrapper {padding: 0em 0 6em;}
.btn-sm {padding: 5px 0px;}
.pt-cv-content{font-size: 13px;display: none;}
.pt-cv-title a {font-weight: 400;font-size: 0.8em;}
.widget ul li a {font-weight: 400;}
#navigation ul.nav ul {background: #F0F0F0;}
.cat-post-current .cat-post-title {color:#999999!important;}
#contact-page ol.forms li .error {
    display: block;
    color: red;
    font-weight: 400;
}
body #wrapper #navigation .nav a {font: normal 1em/1em 'Roboto', arial, sans-serif;}
.pt-cv-content-item > * {margin-bottom: 0px !important;}
body {font: 400 1.4em/1.5em 'Roboto', arial, sans-serif;color: #3E3E3E;}
body #wrapper .entry, body #wrapper .entry p {font: 400 1em/1.5em 'Roboto', arial, sans-serif;}
h2 {font-size: 1.4em;}
#header #logo {margin: 1em 0 0 1em;}

/*
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */

.col-full {max-width: 72.428571em;}
.single .hentry .entry {width: 100%;}
#header {padding-top: 1em;}
#header {padding: 0em 0em;}
.col {margin-right: 2% !important;}
#navigation .menus {float: left;}
#navigation ul.nav li a {padding: 2em 1.3em;}
.col-full {border:none;}
#navigation {width: 67%;}
.section-wrapper {padding: 0 0em;}
#content {margin-top: 2.631em;margin-bottom: 1.631em;}
#navigation {background:none;-webkit-box-shadow: none;}
}