/*
Theme Name: CVIT Child
Theme URI: http://themelooks.us/demo/cvit/wordpress/
Author: themelooks
Description: This is a child theme for cvit WordPress theme
Version: 1.0
Author URI: http://themelooks.com/
Template: cvit
Text Domain: cvit-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/* --------------------------------------------------------------------------
   Typography
   -------------------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: "Minion Pro", "Minion Pro Caption", Georgia, "Times New Roman", serif;
    font-weight: 400;
}

h1 {
    font-family: "Owners", system-ui, sans-serif;
    font-weight: 300;
    font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: "Owners", system-ui, sans-serif;
    font-weight: 500;
    font-style: normal;
}

/* Cvit theme section titles (optional — uncomment if needed) */

.cvit-section-about .section--title h2,
.cvit-section-service .section--title h2,
.section--title h2 {
    font-family: "Owners", system-ui, sans-serif;
    font-weight: 500;
}

@media (min-width: 768px) {
    .container {
        width:900px
    }
}

@media (min-width: 992px) {
    .container {
        width:1200px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1800px
    }
}

.page-header--breadcrumb .breadcrumb,
.post--cats,
.post-meta,
.blog--quick-nav {
	display: none;
}

.blog--details,
.post--single .modal-body {
	padding: 2em 0;
}