/*
Quatuor styling sheet
*/
/* 
    Created on : 
    Author     : 
*/

body {
    background: #324256;
    color: #666666;
    margin: 0;
    padding: 0;
}

/* Images & Other Objects */

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 20px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.3em;
    color: #37495f;
    margin: 0 0 0 0;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.3em;
    color: #333333;
    margin: 0 0 0 0;
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #999;
    margin: 0 0 0 0;
}

p, ul, ol {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
    margin: 0 0 0 0;
}

figcaption {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #333;
    margin: 0 0 0 0;
    text-align: center;
}

/* links */

a {
    color: #333333;
}

a:hover {
    color: #e15052;
}

/* btn */

a.btn {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.8em;
    background: #37495f;
    color: #ffffff;
    text-decoration: none;
    padding: 1em 2em;
    text-transform: uppercase;
    display: inline-block;
}

a.btn:hover {
    background: #e15052;
    color: #ffffff;
}

/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/

#header {
    padding: 1.5em 0;
    background-color: #fff;
}

#header h2 {
    color: #999999;
    text-align: right;
    margin: 1em 0 0 0;
}

/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/

#nav {
    background: #37495f;
}

/* MENU */

#menu {
    list-style: none;
    margin: 0;
    padding: 0; /*0 1em*/
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.81em;
    letter-spacing: 0.05em;
}

#menu li {
    position: relative;
    display: inline;
}

#menu a {
    display: inline-block;
    padding: 0.8em 1em;
    margin: 0 0 0 0;
    color: #fff;
    text-decoration: none;
}

#menu ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    display: block;
}

#menu li:hover ul {
    left: 0;
    z-index: 999;
}

#menu li:hover a {
    text-decoration: none;
    background : #e15052;
}

#menu li:hover ul a {
    text-decoration :none;
    background: #37495f;
}

#menu li:hover ul a:hover {
    text-decoration: none;
    background: #e15052;
}

#menu ul a {
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid #999;
}

#menu .current-menu-item > a,
#menu .current-menu-ancestor > a,
#menu .current_page_item > a,
#menu .current_page_ancestor > a {
	color: #FFFFFF;
    background: #e15052;
}

/* SLICKNAV */

.slicknav_menu {
    display: none;
}

/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/

#slider {
    /*background-image: url(../../../../../../themes/Quatuor/images/slider-01.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 400px;*/
}

/* LEGEND --------------------*/
/* LEGEND --------------------*/
/* LEGEND --------------------*/
/* LEGEND --------------------*/

#legend {
    padding: 2em 0;
    background-color: #ececec;
}

#legend .right {
    text-align: right;
}

#legend h2 {
    color: #37495f;
    font-size: 1.6em;
    margin: 0.2em 0 0 0;
}

/* CONTENT -------------------*/
/* CONTENT -------------------*/
/* CONTENT -------------------*/
/* CONTENT -------------------*/

#content {
    padding: 3em 0;
    background: #ffffff;
}


/* LEFT COL ------------------*/
/* LEFT COL ------------------*/

#content .left h1 {
    margin: 0 0 0.5em 0;
}

#content .left h2 {
    margin: 0 0 1em 0;
}

#content .left p {
    margin: 0 0 1.5em 0;
}

#content .left ul {
    list-style-type: none;
    margin: 2em 0 2em 0;
    padding-left: 0px;
}

#content .left ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #333;
    line-height: 1.8em;
    padding: 0 0 0 1.4em;
    background-image: var(--wpr-bg-4a863fd1-2582-4acd-862c-9ab882ba0be1);
    background-repeat:no-repeat;
    background-position: 0 0.7em;
    margin: 0.5em 0;
}

#gallery-2 .gallery-item {
    display: inline-block;
    margin-right: 2em;
}

/* BLOG ----------------------*/
/* BLOG ----------------------*/
/* BLOG ----------------------*/
/* BLOG ----------------------*/

.blog {
    margin-bottom: 1em;
}

.blog-image {
    float: left;
    margin-right: 10px;
}

.blog a {
    text-decoration: none;
}

.blog a:hover h2 {
    color: #e15052;
}

/* RIGHT COL -----------------*/
/* RIGHT COL -----------------*/

#menu-right {
    list-style: none;
    margin: 0 0 1em 0;
    padding: 1em 0;
    background: #37495f;
}

#menu-right li {
    display: inline;
}

#menu-right a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 0.8em 1.5em;
    background-color: #37495f;
    /*border-bottom: 1px solid #fff;*/
}

#menu-right a:hover {
    color: #e15052;
    text-decoration: none;
}

#menu-right .current-menu-item a {
    color: #e15052;
    text-decoration: none;
}

/* qccc btn wrap */

.qccc-wrap {
    background: #e15052;
    padding: 1.5em 1.5em;
}

.qccc-wrap h2 {
    color: #ffffff;
    margin: 0 0 0.8em 0;
    font-size: 1.4em;
}

.qccc-wrap a.btn:hover {
    background: #ffffff;
    color: #e15052;
}

/* QCCC ----------------------*/
/* QCCC ----------------------*/
/* QCCC ----------------------*/
/* QCCC ----------------------*/

#qccc {
    padding: 3em 0 3em 0;
    background-color: #ececec;
    background-image: var(--wpr-bg-407ad067-131e-4ed7-968a-5b3a75c07304);
    background-size: cover;
}

#qccc h2 {
    color: #e15052;
    font-size: 1.7em;
    margin: 0 0 0.5em 0;
}

#qccc p {
    font-size: 1.2em;
    margin: 0 0 1.5em 0;
}

#qccc a.btn {
    background: #e15052;
}

#qccc a.btn:hover {
    background: #37495f;
}

/* FORMS -----------------*/
/* FORMS -----------------*/
/* FORMS -----------------*/
/* FORMS -----------------*/

.gform_body li {
    background-image: none !important;
	padding: 0 0 0 0 !important;
	margin: 16px 0 0 0 !important;
}

.gform_legacy_markup_wrapper .gsection {
  border-bottom: 1px solid #B0BFD0 !important;
  /*border-top: 1px solid #ccc;*/
  padding: 20px 16px 8px 16px !important;
  margin: 28px 0 28px 0;
  clear: both;
	background: #EFF2F5;
}

.gform_wrapper.gf_browser_chrome select {
    padding: 5px 0 5px 3px !important;
}

.gform_legacy_markup_wrapper.gf_browser_gecko select {
  padding: 5px 4px !important;
  background-color: #fff;
  border: 1px solid #8F8F9D;
	height: 36px !important;
}

.gform_button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 0.8em !important;
    background: #e15052;
    color: #ffffff;
    text-decoration: none;
    padding: 1em 2em;
    text-transform: uppercase;
    border: none
}

.gform_button:hover {
    background: #37495f;
    color: #ffffff;
}

/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/

#footer {
    padding: 2.5em 0;
    background-color: #37495f;
}

#footer h2 {
    color: #fff;
    /*border-bottom: 1px solid #445A75;*/
    /*padding-bottom: 0.4em;*/
    margin: 0 0 0.8em 0;
}

#footer p {
    font-size: 0.9em;
    color: #fff;
    margin: 0 0 1.5em 0;
}

#footer a {
    color: #e15052;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .right {
    text-align: right;
}

/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/

#copyright {
    padding: 1em 0;
}

#copyright .right {
    text-align: right;
}

#copyright p {
    font-size: 0.7em;
    color: #556E7A;
}

#copyright a {
    color: #556E7A;
    text-decoration: none;
}

#copyright a:hover {
    text-decoration: underline;
}

/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/


/* MOBILE */
@media (max-width: 400px) {}

/* TABLET */
@media (max-width: 767px) {

    /* HEADER */

    #header .logo {
        text-align: center;
        margin-bottom: 2em;
    }

    #header h2 {
        text-align: center;
        margin: 0em 0 0 0;
        font-size: 1.2em;
    }

    /* LEGEND */

    #legend .left {
        text-align: center;
        margin-bottom: 1em;
    }

    #legend .right {
        text-align: center;
    }

    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

    /* QCCC */

    #qccc {
        padding: 3em 0 3em 0;
        background-color: #ececec;
        background-image: none;
    }

    /* COPYRIGHT */

    #copyright .left {
        text-align: center;
        margin-bottom: 0.5em;
    }

    #copyright .right {
        text-align: center;
    }

}

/* DESKTOP > TABLET */
@media (min-width: 768px) and (max-width: 1024px) {

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

}

/* DESKTOP */
@media (min-width: 1025px) {}