
/* +++++++++++++++++++++++++++++++++++
the active.css script in child theme 

aspect ratio  | padding-top value
--------------|----------------------
    1:1       |       100%
    16:9      |       56.25%
    4:3       |       75%
    3:2       |       66.66%
    8:5       |       62.5%



+++++++++++++++++++++++++++++++++ */
html{
min-width:20rem;
max-width:100vw;
overflow-x:hidden;
display: block;
float:left;
clear:both;
width:100%;
position: relative;
}

body { 
min-width:20rem;
background: #fff !important;
font-family: 'Raleway', sans-serif;
font-weight:300; 
padding:0 !important;
margin:0 !important;
color: #333;
font-size:1rem;
float:left;
clear:both;
display: block;
max-width:100vw;
overflow-x: hidden;
}

body.active{
position: absolute !important;
top:0 !important;
left:0 !important;
width:100% !important;
height:100% !important;
display: block !important;
overflow:hidden !important;
}

.menu-toggle-text{
display:none !important;
}

#wpadminbar{
opacity:.7 !important; 
}

#wpadminbar:hover{
opacity:1 !important;
z-index: 99999999999 !important; 
}




h1, h2, h3, h5, h5, h6{
font-family: 'Raleway', sans-serif;
font-weight:800;
}

h1.entry-title{
border-bottom: solid #e7e7e7;
}

#primary b, a{
font-weight:600;
}

#page{
padding:0 !important;
margin-top:100px !important;
float:left;
clear:both;
display: block;
max-width:100vw;
overflow-x: hidden;
}

.width60{
padding: 0;
margin: 0;
width: 100%;
display: block;
font-weight: 500;
line-height: 2;
width: 100%;
clear: both;
max-width: 60rem;
margin: auto;
padding: 0;
}


/* +++++++++++++++++++++++++++++++++++
header 
+++++++++++++++++++++++++++++++++ */
#masthead{
min-height:100px !important; 
height:auto !important;
box-shadow: 0 0 1rem rgba(0,0,0,.1); 
border-bottom: 1px solid #93272c;
max-width:100vw !important;
z-index: 9999999999999!important;
}


.site-branding{
    display: block;
    float: left;
    clear: both;
    width: 100%;
}
.giombetti-header {
    width: 100%;
    display: block;
    float: left;
}

.logged-in.admin-bar #masthead {
margin-top: 32px !important;
}

.giombetti-header{
width:100%;
display:block;
}

.giombett-left,
.giombett-center,
.giombett-right{
display:inline-block;
width:33.333333%;
padding:0;
margin:0;
float:left;
clear:none; 
}

.giombett-center{
padding: .5rem 0 0 0 !important;
}

.logo-wrapper{
width:100%;
}

#logo, .logo, img.logo{
max-height:90px !important;
width:auto !important;
margin:0 auto;
display:block;
margin-top: -5px;

}

.phone-bar {
float: right;
padding: 35px;
height: 100px;
border-left: solid 1px #93272c; 
}

.phone-bar a {
text-decoration: none;
font-weight: 800;
color: #93272c; 
font-size: 1.0rem;
}

.phone-bar a:hover{
text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++
nav
+++++++++++++++++++++++++++++++++ */
.menu-toggle{
display: block;
float: left;
width: 100%;
max-width: 100%;
border-right: 1px solid #93272c;
float: left;
height: 100px;
}

.menu-primary-container{
display:none; 
position: absolute;   
top: 0;
z-index: 9 !important;
background: #93272c;
width:100vw;
height:100vh;
padding: 2rem 1rem 1rem 1rem;
box-shadow: 0 0 1rem rgba(0,0,0, .25);
}

.expand{
width: 2rem;
margin: auto !important;
margin-top: 35px !important;
cursor: pointer;
}

.expand span{
display: block;
width: 100%;
height: .25rem;
background: #93272c;
margin-bottom: .25rem;
transition: all .3s ease;
}

.expand.active {
position: absolute;
z-index: 10;
left: 15px;
margin: 0 !important;
top: 14px;
background: #93272c;
width: 64px;
height: 64px;
padding: 16px;
}

.expand.active span{ 
background: #fff; 
margin-top:1rem;
}

.expand.active span:first-child {
transform: rotate(45deg);
}

.expand.active span:nth-child(2) {
display: none;
}

.expand.active span:nth-child(3) {
transform: rotate(315deg);
margin-top: -.5rem;
}

/* +++++++++++++++++++++++++++++++++++
menu
+++++++++++++++++++++++++++++++++ */
#menu-primary{
padding:0;
margin:0;
max-width:100%;
width:60rem !important;
float:none !important;
margin:auto !important;
display:block !important;
position:relative;
height:95%;
top:0;
overflow-y:scroll;
}

#menu-primary .menu-item{
width:100% !important;
clear:both;
display:block;
float:left;
}

#menu-primary .menu-item a{
color:#fff;
}

/* +++++++++++++++++++++++++++++++++++
sub-menu
+++++++++++++++++++++++++++++++++ */
#site-navigation.main-navigation ul,
#menu-primary ul li ul.sub-menu{
display: block !important;
float:left;
clear:both;
width:100%;
margin:0;
padding:0;
}

#site-navigation.main-navigation ul li,
#menu-primary ul li ul.sub-menu li{
display: block;
float:left;
clear:both;
width:100%;
margin:0;
padding:0;
}

#site-navigation.main-navigation ul li a,
#menu-primary ul li ul.sub-menu li a,
#menu-primary .menu-item a,
#menu-primary .menu-item a{
width: 100%;
float: left;
display: block;
clear: both;
color: #fff;
text-align: center;
font-size: 1.5rem;
margin: 0;
line-height: 2.5;
text-decoration: none;
}

#menu-primary .menu-item.nav-title{
margin-bottom:1.5rem;
}

#menu-primary .menu-item.nav-title > a{
font-weight: 800;
font-size:3rem;
}

a.nav-link[href="#"]{
display: none !important;
}

#site-navigation.main-navigation ul li.menu-top   { 
width: 150px !important;
margin: auto !important;
float: none !important;
margin-top:3rem !important;
} 

#site-navigation.main-navigation ul li.menu-top li{
display: block !important;
width:50% !important;
height:50px !important;
float:left !important;
clear:none !important;
margin-bottom:1rem !important;
}

#site-navigation.main-navigation ul li.icon-call a {
background:url('../png/call.png');
background-repeat:no-repeat;
background-position:bottom center;
background-size:50px auto;
color:transparent !important;
width:100% !important;
height:50px !important;
}

#site-navigation.main-navigation ul li.icon-email a{
background:url('../png/email.png');
background-repeat:no-repeat;
background-position:bottom center;
background-size:50px auto;
color:transparent !important;
width:100% !important;
height:50px !important;
}

#menu-primary .menu-bottom{
width:100%;
}

#site-navigation.main-navigation ul li.menu-bottom ul.sub-menu{ 
width: 100%;
max-width: 90% !important;
float: none !important;
display: block !important;
position: relative;
margin: auto !important;
text-align: center !important;
margin-left:5% !important;
margin-right:5% !important;
}

#site-navigation.main-navigation ul li.menu-bottom ul.sub-menu li{
width:25% !important;
display: inline-block !important;
float:left !important;
clear:none;
}

#site-navigation.main-navigation ul li.menu-bottom ul.sub-menu li a{
width: 100%;
text-align: center;
font-size:3rem;
}

#site-navigation{ 
max-width:100px; 
}

/* +++++++++++++++++++++++++++++++++++
home slider
+++++++++++++++++++++++++++++++++ */
.slide {
width: 100vw;
height: auto;
text-align: center;
padding: 0;
margin: 0;
position: relative;
max-height: calc(100vh - 100px); 
overflow: hidden;
}

.slide .slider-image{ 
float: left;
clear: both;
display: block;
width: 100%;  
background:#000;
}

.slide .slider-image img{
opacity: .6;
width:100%;
}

.slide .slider-title{
position: absolute;
top: 0;
color: #fff;
text-align: center; 
margin-top: 15%; 
padding: 0 20%;
width:100%;
}

.slide .slider-title .slider-title-h2{
width: 100%;
float: left;
clear: both;
position: relative;
font-size: 3rem;
line-height: 1.1;
width:100%;
}

.slide .slider-title .slider-title-h2:after{ 
content: " ";
width: 3rem;
background: #fff;
height: .25rem;
float: none;
clear: both;
position: absolute;
bottom: -2rem; 
left: 50%;
margin-left:-1.5rem;
}

.slide .slider-content { 
font-size: 1.25rem;
line-height: 1.25;
font-weight: bold; 
margin-top: 4rem;
display: block;
width: 100%;
float: left;
width:100%;
}

.slider-button{
padding: 1rem !important;
background: #fff !important;
margin-top: 2rem !important;
display: inline-block !important;
text-decoration: none !important;
color:#93272c !important;
font-size: 1.3rem !important;  
font-weight: 900 !important;
transition: all .3s ease !important;
width:200px !important;
}

.slider-button:hover{
	text-decoration: underline !important;
	padding:1rem 2rem !important;
	width:216px !important;
}

.button-left{
transition: all .3s ease !important;
text-decoration: none !important;
padding:.5rem 1rem !important;
}
.button-left:hover{
 text-decoration: underline !important;
padding:.5rem 1.5rem !important;
}


.learning_lab-link{
	transition: all .3s ease !important;
text-decoration: none !important;
padding:.5rem 1rem !important;
}
.learning_lab-link:hover{
 text-decoration: underline !important;
padding:.5rem 1.5rem !important;
}

.owl-carousel{
background: #fff;
}

.overlay-button{
    margin-left: 0;
    z-index: 2;
    box-sizing: border-box;
    position: absolute;
    color: #fff;
    width: 100%;
    padding: 2rem;
    top: 0;
    left: 0;
    top: 20%;
    text-align: center;
}


/* +++++++++++++++++++++++++++++++++++
#main
+++++++++++++++++++++++++++++++++ */
#main { 
padding: 1.5rem 1.5rem 0 1.5rem;
background:#fff;
}

#primary article.hentry header.entry-header{
width:100%;
max-width:80rem;
float:none;
clear:both;
display: block;
padding:0;
margin:auto;
margin-bottom: 3rem;
}

#primary article.hentry header.entry-header h1.entry-title{
width: 100%  !important;
padding:0  !important;  
margin:0  !important;
text-align: center  !important; 
font-size: 3rem  !important;
max-width: 80rem  !important;
margin: auto  !important;
line-height: 1.2  !important;
font-weight:900  !important;
padding:2rem  !important;
}

#primary article.hentry header.entry-header h1.entry-title:after {
content: " " !important;
width: 3rem  !important;
background: #333  !important;
height: .25rem  !important;  !important;
display: table  !important;
position: absolute  !important;
left: 50%  !important;
bottom: 0.2rem !important;
z-index: 1 !important;
margin-left:-1.5rem  !important; 
}



header.page-header {
width:100%;
max-width:80rem;
float:none;
clear:both;
display: block;
padding:0;
margin:auto;
margin-bottom: 3rem;
}

header.page-header h1.page-title{
width: 100%  !important;
padding:0  !important;  
margin:0  !important;
text-align: center  !important; 
font-size: 3rem  !important;
max-width: 80rem  !important;
margin: auto  !important;
line-height: 1.2  !important;
font-weight:900  !important;
padding:2rem  !important;
    border-bottom: solid #e7e7e7;
}
 

header.page-header h1.page-title:after {
content: " " !important;
width: 3rem  !important;
background: #333  !important;
height: .25rem  !important;  !important;
display: table  !important;
position: absolute  !important;
left: 50%  !important;
bottom: 0.2rem !important;
z-index: 1 !important;
margin-left:-1.5rem  !important; 
}




.panel-grid-cell{
padding:0 1rem;
}

.page article.hentry{ 
height:auto;
} 

.so-panel.widget{
width:100%;
max-width:80rem;
float:none;
clear:both;
display: block;
padding:0;
margin:auto; 
}

#primary article.hentry .entry-content h2{
width: 100%;
padding:0;
margin:0;
text-align: center;
position: relative; 
text-align: center;
font-size: 2.5rem;
max-width: 60rem;
margin: auto;
clear: both;
display: block;
float: none;
margin-bottom: 3rem;
font-weight: 900;
line-height:1.25;
}

#primary article.hentry .entry-content h2:after {
content: " ";
width: 3rem;
background: #333;
height: .25rem;
display: table;
position: absolute;
left: 50%;
margin-left:-1.5rem;
bottom: -1rem;
z-index: 1;
}

#primary article.hentry .entry-content,
#primary article.hentry .entry-content p{
padding: 0;
margin: 0;
width: 100%;
display: block;
font-weight: 500;
line-height: 2;
width: 100%;
clear: both; 
margin: auto;
padding: 0;
}

#primary article.hentry .entry-content ul  {
width: 100%;
display: block;
font-weight: 500;
line-height: 2;
width: 100%;
clear: both;
margin: auto;
}

#primary article.hentry .entry-content ul,
#primary article.hentry .entry-content p{
margin-bottom:1.5rem;
}

#primary article.hentry .entry-content {
padding: 0;
margin: 0;
width: 100%;
display: block;
clear: both;
width: 80rem;
margin: auto;
max-width: 100%;
}

/* home team section */
.alignnone.team-top-left.alignright{
width: 90%;
float: left;
margin: 2rem 2rem 2rem 0;
}

.team-top-left-bottom {
width: 85%;
float: left;
margin: 2rem 2rem 2rem 0;
}

.alignnone.team-under-link.alignleft{
position: relative;
top: -3rem; 
float: right;
min-width: 17% !important;
}

.button-left.red.team{
position: relative;
z-index: 9;
}

/* +++++++++++++++++++++++++++++++++++
post thumbnail/featured image single page
+++++++++++++++++++++++++++++++++ */
.post-thumbnail img{
margin: auto;
display: block;
float: none;
margin-bottom: 1.5rem;
}

/* +++++++++++++++++++++++++++++++++++
sidebar
+++++++++++++++++++++++++++++++++ */

/* +++++++++++++++++++++++++++++++++++
services shortcode display
+++++++++++++++++++++++++++++++++ */
ul.shortcode_post_type {
padding: 0;
margin: 0;
list-style: none;
width:100%;
clear:both;
display: flex;
}

ul.shortcode_post_type li{
max-width:100%;
min-width: 33.333333%;
flex-grow: 1;
float:left;
clear:none;
display: inline-block;
}


/* +++++++++++++++++++++++++++++++++++
footer 
+++++++++++++++++++++++++++++++++ */
#colophon{
color:#fff;
background-image: url(../jpg/footer-bk.jpg);
}
#colophon #footer-widgets {
width:100% !important;
float:left !important;
clear:both;
}

#colophon #footer-widgets .widget {
padding:1rem;
max-width: 33.333333%;
}
#colophon #footer-widgets .widget  a{
color:#fff;
}

#colophon #footer-widgets .widget .rpwe-summary a{
float:left; 
}

#colophon #footer-widgets .widget #menu-footer li a,
.rpwe-summary a{ 
width:100%;
}

.rpwe-summary{
float:left;
width:100%;
}

#colophon h3.widget-title{
color:#fff  !important;
font-weight: 900  !important;
font-size:2rem !important;
margin-bottom: 2rem;
position:relative;
}

#colophon h3.widget-title:after{ 
content: " ";
width: 3rem;
background: #4f80ff;
height: .25rem;
float: none;
clear: both;
position: absolute;
bottom: -1rem; 
left: 0%;
}

.rpwe-ul{
padding:0;
margin:0;
list-style: none;
width:100%;
float:left;
clear:both;
}

.rpwe-ul .rpwe-li{
padding:0;
margin:0;
margin-bottom: 1.5rem;
width:100%;
float:left;
clear:both;
display: block;
list-style: none;
}

#colophon .rpwe-title,
#colophon .rpwe-title a{
color:#fff;
font-weight: 900;
text-decoration: none;
width:100%;
margin: 0 0 1rem 0;
}

#colophon .rpwe-title a:hover{
text-decoration: underline;
}

#colophon  .rpwe-summary{
line-height: 1.5;
}

#colophon  .rpwe-summary a{
}

#colophon  .rpwe-summary a.more-link{
color:#fff;
display: block;
clear:both; 
}

#colophon .social-bar a{
color:#fff; 
text-decoration: none !important;
font-size: 2rem;
margin-right: 1rem;
padding: 0;
}

#colophon .contact-block{ 
line-height: 2;
width:100%;
margin-bottom:1.5rem;
}

#colophon .contact-block a{
font-weight: normal;
}

.site-info{ 
background:#93272c;
padding: 1.5rem 0;
width:100%;
float:left;
clear:both;
}

.site-info p{
padding:0;
text-align:center;
color:#fff;
}

.site-info p a{
color:#fff;
}

.wp-image-23{
width:auto !important;
height:75px !important;
}

ul#menu-footer{
padding:0;
margin:0;
width:100%;
list-style: none;
display: block;
float:left;
}

ul#menu-footer li{
padding:0;
margin:0;
width:50%;
list-style: none;
clear:none;
display: inline-block;
float:left;
text-decoration: none;
margin-bottom:1rem;
}

ul#menu-footer li a{
text-decoration: none;
}

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

footer, .site-footer, #colophon {
font-size: 1rem;
}

#colophon #footer-widgets{
padding-top:2rem;
}

/* footer of page - link back to top of page */
#top {
position: fixed;
bottom: 1.1rem;
right: 1.1rem;
z-index: 9999999!important;
text-align: center;
vertical-align: middle!important;
transform: rotate(90deg);
color: #fff;
opacity: .7;
background: rgba(0,0,0,.8);
border-radius: 5rem;
font-size: 4.3rem;
cursor: pointer;
padding: 0;
line-height: .52;
margin: 0;
width: 50px;
height: 50px;
display: none;
}

#top:hover {
opacity: .9;
}


/* +++++++++++++++++++++++++++++++++++
forms
+++++++++++++++++++++++++++++++++ */

.wpcf7-form input[type="submit"]{
margin-top:2rem;
}

.wpcf7-form p{
padding:0;
margin:0;
width:100%;
display: block;
}

.wpcf7-response-output, .wpcf7-not-valid-tip{
width:100%;
float:left;
clear:both;
}

.wpcf7.sent{
display:none;
}

.wpcf7-form [type="checkbox"], [type="radio"] {
box-sizing: border-box;
padding: 0;
padding: 1rem !important;
width: 1rem;
height: 1rem;
}

.wpcf7-form  label{
font-weight: bold;
clear:both;
width:100%;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
clear:both;
width:100%!important;
float:none!important;
}

.wpcf7-form .wpcf7-list-item label{
font-weight: normal;
}

.wpcf7-form .row{
display: block;
clear:both;
margin-bottom:1.5rem;
float:left;
}

.wpcf7-form .row .col2{
display: inline-block;
float:left;
clear:none;
width:50%; 
}

.wpcf7-form .row .col2:first-child{
padding-right:1rem;
}

.wpcf7-form .row .col2:last-child{
padding-left:1rem;
}

.wpcf7-form .row .col3{
display: inline-block;
float:left;
clear:none;
width:33.333333%; 
}

.wpcf7-form .row .col3:first-child{
padding-right:.5rem;
}

.wpcf7-form .row .col3:last-child{
padding-left:.5rem;
}

.wpcf7-form .row .col3:nth-child(2) {
padding:0 .5rem;
}

/* +++++++++++++++++++++++++++++++++++
shortcodes - services
+++++++++++++++++++++++++++++++++ */
.shortcode_post_type.home_services{
padding:0;
margin:0;
width:100%;
float:left;
clear:both;
display: flex !important;
flex-direction: row;
align-items: stretch;
flex-wrap: wrap;
}

.shortcode_post_type.home_services .service {
flex-grow: 1;
width: 100%;
margin: 0 2% 3% 2%;
max-width: 29.333333%;
padding: 0;
background: #fff;
box-shadow: 0 0 1rem rgba(0,0,0,.1);
align-items: center;
border-left: solid 8px #333;
transition: all .25s ease;
}

.shortcode_post_type.home_services .service:hover {
transform: scale(1.07);
box-shadow: 0 0 1rem rgba(0,0,0,.3); 
}

.shortcode_post_type.home_services .service .service-more-link{
padding:0;
position: absolute;
bottom: 0;
right: 0; 
background:#93272c;
float:right;
display:block;
}

.service-more-link a{
color:#fff;
padding: .5rem 2rem; 
float: right;
display:block;
transition: all .3s ease;
text-decoration: none;
}

.service-more-link a:hover{ 
text-decoration: underline;
padding: .5rem 2.5rem; 
}

.shortcode_post_type.home_services .service .service-title-wrap{
width:100%;
float:left;
clear:both;
height:auto;
min-height: 120px;
}

.shortcode_post_type.home_services .service h2.service-title{
font-size:1.3rem !important;
text-align: left; 
width: 100%;
padding: 0;    
position: relative; 
max-width: 60rem;
margin: auto;
clear: both;
display: block;
float: none;
margin-bottom: 3rem;
font-weight: 900;
text-align: left !important;
}

.shortcode_post_type.home_services .service h2.service-title:after {
content: " ";
width: 3rem;
background: #333;
height: .25rem;
display: table;
position: absolute;
left: 2.5rem !important;
margin-left: -1rem;
bottom: -1rem;
z-index: 1;
text-align: left;
}

.shortcode_post_type.home_services .service .inner_block{
width: 100%;
display: block;
float: left;
clear: both;
position: relative;
height:100%;
padding-bottom: 11rem;
}

.service .inner_block h2.service-title{ 
position: relative !important;
display: block !important;
float: left !important;
width: 100% !important;
padding-right: 25% !important;
padding-left: 1rem !important;
line-height: 1.1;
margin-top: 1rem !important;
}

.service .inner_block h2.service-title > .service-icon-wrapper{ 
position: absolute;
right: 1%;
top: 1%;
width: 15%;
padding: .25rem;
}

.service .inner_block .sc_over{
float: left;
width: 100%;
height: auto;
position: relative;
float: left;
width: 100%;
overflow: hidden;
position: absolute;
bottom: 0;
}

.service .inner_block .sc_under{ 
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
opacity: 0;
background: rgba(255,255,255, .95);
z-index: 3;
padding: 1.5rem 1rem;
max-height: 100%;
min-height: 100%;
height: auto;
transition: all .25s ease;
}

.service .inner_block:hover .sc_over{ 
}

.service .inner_block:hover .sc_under{
opacity: 1; 
}

.inner_block .service-excerpt{
line-height: 1.5;
font-size:1rem;
}

/*
aspect ratio  | padding-bottom value
--------------|----------------------
16:9      |       56.25%
4:3       |       75%
3:2       |       66.66%
8:5       |       62.5%
*/

.service-thumb-wrapper{
padding-bottom:50%;
width: 100%;
float:left;
height: auto;
background-position: center top !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

/* +++++++++++++++++++++++++++++++++++
shortcodes -learnign lab
+++++++++++++++++++++++++++++++++ */
.shortcode_post_type.learning_lab {
padding:0;
margin:0;
width:100%;
float:left;
clear:both;
display: flex !important;
flex-direction: row;
align-items: stretch;
flex-wrap: wrap;
}

.shortcode_post_type.learning_lab .learning_lab_block {
width:31.333333%;
display: inline-block;
float:left;
clear:none;
padding:0;
background-color: #fff;
margin:1%;
box-shadow: 0 0 1rem rgba(0,0,0,.1);
text-align: center;
border:solid 5px #fff;
position: relative;
}


.shortcode_post_type.learning_lab .owl-item .learning_lab_block{
width:100%;
}




.shortcode_post_type.learning_lab .learning_lab_block .inner_shadow{
width:100%;
float:left;
clear:both;
display: block;
padding:0;
margin:0; 
position: relative;  
}

.shortcode_post_type.learning_lab .learning_lab_block .inner_shadow .learning_lab_title{
font-weight: bold;
font-size:1.5rem;
}

.shortcode_post_type.learning_lab .learning_lab_block .inner_shadow .learning_lab_thumb{ 
top: 0;
left: 0;
background: #fff;
width: 100%;
height: 100%;
box-shadow: inset 0 0 1rem rgba(0,0,0,.5);
overflow: hidden;
}

.shortcode_post_type.learning_lab .learning_lab_block .inner_shadow .learning_lab_thumb img{
float: left;
margin: 0;
clear: both;
height: 100% !important;
width: 100%;
}

.shortcode_post_type.learning_lab .learning_lab_block .inner_shadow .overlay{
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.8);
opacity: 0;
transition: all .25s ease;
color:#fff;
}

.shortcode_post_type.learning_lab .learning_lab_block .inner_shadow .overlay .meta-center {
display: block !important;
position: absolute;
width: 100%;
margin: 0;
padding: 0;
left: 0;
top: 50%;
transform: translateY(-50%);
}

.shortcode_post_type.learning_lab .learning_lab_block .inner_shadow .overlay a{
color:#fff;
}

.shortcode_post_type.learning_lab .learning_lab_block .inner_shadow:hover .overlay{
opacity: 1;
}

.shortcode_post_type.learning_lab .learning_lab-link{
    background: #93272c;
    color: #fff !important;
    padding:.5rem 2rem;
    
}

/* +++++++++++++++++++++++++++++++++++
cotnent single
+++++++++++++++++++++++++++++++++ */
.single #primary article.hentry header.entry-header h1.entry-title {
text-align: left;
padding:2rem 0;
}

.single #primary article.hentry header.entry-header h1.entry-title:after{
display: none;
}

.single #primary article.hentry .entry-content, .single #primary article.hentry .entry-content p {
max-width: 100%;
}

/* +++++++++++++++++++++++++++++++++++
sidebar - blog
+++++++++++++++++++++++++++++++++ */


.entry-meta{
    width: 100%;
    float: left;
    display: block;
    margin: 2rem 0;
}



#secondary {
padding-top:0rem;
}

#secondary .widget {
padding: 0 0 0 3rem;
float: left;
clear: both;
display: block;
width: 100%;
margin-bottom: 2rem;
}

#secondary .widget select{
width:100%;
padding:.5rem;
}

#secondary .widget ul li{
margin: .5rem 0;
}

/* index pages - archive - category - blog */
.blog .entry-header,
.archive .entry-header,
.category .entry-header{
margin-bottom: 1rem !important;
padding:0 !important;
}

.blog  a.post-thumbnail,
.archive  a.post-thumbnail,
.category  a.post-thumbnail{
width:30%; 
float:left;
display: inline-block;
clear:none;
}


.blog .entry-content,
.archive  .entry-content,
.category .entry-content{
width:68% !important;
margin:0 0 0 2%  !important;
padding:0  !important;
float:left  !important;
display: inline-block  !important;
clear:none  !important;
}

.blog .entry-footer,
.archive .entry-footer,
.category .entry-footer{
display: none !important;
}

.blog .page-title,
.archive .page-title,
.category .page-title{
font-size: 3rem;
padding: 2rem 0;
}


/* forms */
.wpcf7-form input[type="submit"] {
    margin-top: 2rem;
}

.wpcf7-form-control.wpcf7-submit {
    background: #93272c;
    display: block;
    width: auto;
    padding: 1rem 2rem;
    float: left;
    color: #fff;
}


/* +++++++++++++++++++++++++++++++++++
team mates
+++++++++++++++++++++++++++++++++ */
.page-template-_template-team{}

.page-template-_template-team .content60{
width: 60rem;
max-width: 100%;
padding: 1rem;
float: none;
clear: both;
margin: auto;
display: block;
}

.page-template-_template-team .team-wrapper{
width:100%;
display:flex;
flex-wrap: wrap;
}

.page-template-_template-team .team-member {
flex: 1;
min-width: 31.333333%;
max-width: 100%;
max-width: 98%;
margin: 1%;
padding: 1rem;
box-shadow: 0 0 1rem rgba(0,0,0, 0);
transition: all .3s ease;
position: relative;
}

.page-template-_template-team img.image-swap{
transition: all .3s ease;
} 

.page-template-_template-team .team-member .button-left.red{
margin:1rem 0 0 0;
}

.page-template-_template-team .theimage{
width:100%;
overflow: hidden;
height:200px;
}

.page-template-_template-team .theimage {
width: 15rem;
overflow: hidden;
height: 15rem;
float: none;
border-radius: 10rem;
margin: auto;
box-shadow: 0 0 1rem rgba(0,0,0, .1);
border: solid 3px #fff;
transition: all .3s ease;
}

.page-template-_template-team .theimage:hover{
/* transform: scale(1.01); */
box-shadow: 0 0 1rem rgba(0,0,0, .25);
}

.page-template-_template-team .theimage .image-swap{
width:100%;
height:auto;
}

.page-template-_template-team .thecontent-wrapper{
padding:1rem 0;
}

.page-template-_template-team .team-member h2 { 
padding: 0;
margin: 0;
line-height: 1.1;
margin-bottom: 1rem;
}

.page-template-_template-team .button-left.red{
position: absolute;
bottom: 0;
margin-bottom: 1.5rem !important;
}

.page-template-_template-team .thecontent-wrapper {
padding: 1rem 0;
padding-bottom: 3rem;
}

/* +++++++++++++++++++++++++++++++++++
testimonials
+++++++++++++++++++++++++++++++++ */
.testimonial{
width: 60rem;
display: block;
clear: both;
max-width: 100%;
padding: 1rem;
margin: 0 auto 2rem auto;
box-shadow: 0 0 .5rem rgba(0,0,0, .01);
border-left: solid 5px;
transition: all .3s ease;
border: solid 1px #f5f5f5;
box-shadow: 0 0 1rem rgba(0,0,0, .1);
border-left: solid 5px;
}

.testimonial p{
padding:0 !important;
margin:0 !important;
}

.testimonial p em{
display: block; 
width:100%;
margin-bottom:1rem;
}

.testimonial:hover{
transform: scale(1.03);
}

.button-left{
display: inline-block;
float:none;
clear:none;
margin:0 .5rem;
padding:.5rem 1rem;
background:#333;
color:#fff !important;
text-decoration: none !important;
transition: all .3s ease;
}

.button-left:hover{
box-shadow: 0 0 1rem rgba(0,0,0,.2);
text-decoration: underline !important;
}

.button-left.red{
background:#93272c;
color:#fff !important;
}

.performance-dynamics .testimonial{
border-left: solid 5px #651d32;
}

.pre-employment .testimonial{
border-left: solid 5px #00a9e0;
}

.leadership-development .testimonial{
border-left: solid 5px #b7bf10;
}

.degree-review .testimonial{
border-left: solid 5px #59cbe8;
}


/* footer header cta */

.footer-header-cta{
width:100%;
display: block;
float:left;
padding:3rem;
background: #93272c;
color: #fff;
}

.home header.entry-header{
display: none !important;
} 

.footer-header-cta{
} 

.footer-header-cta{
background-image:url('../jpg/footer-cta.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.footer-header-cta.nothome{
background-image: none !important;
}

.footer-header-cta .cta-content{
width:40rem; 
max-width: 100%; 
padding:1rem;
}

.footer-header-cta  .cta-content h2 {
width: 100%;
padding: 0;
margin: 0;
text-align: center;
position: relative;
text-align: center;
font-size: 2.5rem;
max-width: 60rem;
margin: auto;
clear: both;
display: block;
float: none;
margin-bottom: 3rem;
font-weight: 900;
line-height: 1.25;
}

.footer-header-cta  .cta-content h2:after{
content: " ";
width: 3rem;
background: #fff;
height: .25rem;
display: table;
position: absolute;
left: 50%;
margin-left: -1.5rem;
bottom: -1rem;
z-index: 1; 
}

.footer-header-cta .cta-content h3{
color:#fff;
margin:1.5rem 0;
}

.footer-header-cta .button-left.white{
background: #fff;
color:#333 !important;
}

.footer-header-cta a, .footer-header-cta h3 a{
color:#fff !important;
}

.footer-header-cta.nothome h2,
.footer-header-cta.nothome p,
.footer-header-cta.nothome a.button-left.white{
display: inline-block;
width: auto;
float: left;
clear: none;
line-height: 3rem; 
margin: 0;
margin-right: 2rem;
}

.footer-header-cta.nothome a.button-left.white{ 
float: right;
font-weight: 800;
padding: 0 2rem;
color: #93272c !important;
}

.white-txt{
color:#fff !important;
}

.white-txt a, .white-txt p, .white-txt h2, {
color:#fff !important;
}

.white-txt h2:before, .white-txt h2:after{
background: #fff !important;
}

.single-team .content60 {
width: 60rem;
max-width: 100%;
padding: 1rem;
float: none;
clear: both;
margin: auto;
display: block;
}

.single-team .team-wrapper {
width: 100%;
display: flex;
flex-wrap: wrap;
}

.single-team .team-member {
flex: 1;
min-width: 31.333333%;
max-width: 100%;
max-width: 98%;
margin: 1%;
padding: 1rem;
box-shadow: 0 0 1rem rgba(0,0,0, 0);
transition: all .3s ease;
position: relative;
}

.single-team .theimage {
width: 15rem;
overflow: hidden;
height: 15rem;
float: none;
border-radius: 10rem;
margin: auto;
box-shadow: 0 0 1rem rgba(0,0,0, .1);
border: solid 3px #fff;
transition: all .3s ease;
}

.single-team .theimage:hover {
/* transform: scale(1.01); */
box-shadow: 0 0 1rem rgba(0,0,0, .25);
}

.single-team .theimage .image-swap {
width: 100%;
height: auto;
}

.single-team .thecontent-wrapper {
padding: 1rem 0;
padding-bottom: 3rem;
}

h1{
text-align: center !important;
}

.single-team #content.site-content  {
width: 100%;
display: grid;
padding: 0;
margin: 0;
float: left;
clear: both;
position: relative; 
grid-template-columns: 100%;
 
}

.single-team #content {
margin: auto !important;
width: 80rem !important;
float: none !important;
clear: both !important;
max-width: 100% !important;
}

.single-team .owl-carousel { background: transparent;} 
.single-team .owl-dots {
width: 40%;
margin: 0 30%;
}

.single-team .owl-dots .owl-dot{
width:33.333333%;
display: inline-block;
float:left;
clear:none;
}

.single-team .owl-dots .owl-dot span{
width:80%; 
border-radius: 0;
padding:00;
height: .5rem;
background:#333;
}

.single-team .owl-dots .owl-dot.active span{
background: #93272c;
}

@media only screen and (max-width: 60rem) {
.single-team #content.site-content  { 
grid-template-columns: 100%;
}
}

/* ==================================================
news sidebar
====================================================*/
h2.widget-title{
	margin-bottom:1.5rem;
}
.rpwe-li.rpwe-clearfix{
	margin:0 0 1.5rem 0 !important;
}
 .rpwe-summary .more-link{
    float: left;
    margin-top: .5rem;
    text-decoration: none;
}

.rpwe-title a{
	text-decoration: none;
}

.rpwe-title:hover a,
.rpwe-summary .more-link:hover{
text-decoration: underline;
}

/* ==================================================
hacks / custom / from display
====================================================*/
.home #primary article.hentry .entry-content h2 { 
    line-height: 1.25;
}

/* owl on home */
.owl-theme .owl-nav { 
  background: transparent; 
}
.owl-theme .owl-nav {
    margin:auto;
    display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  background: rgba(0,0,0,.2);
   display: inline-block;
   transition:all .3s ease;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  background: rgba(0,0,0,.2);
   display: inline-block;
   transition:all .3s ease;
   width:60px;
   height:60px;
}
.owl-carousel .owl-nav .owl-next img, .owl-carousel .owl-nav .owl-prev img {
    padding: .25rem;
    width: 3rem;
    margin-top: .5rem;
}

.owl-theme .owl-nav:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
  background: rgba(0,0,0,.5);
}


 #primary article.hentry .entry-content .h2-white h2 {
    color:#fff;
}



.owl-dots, .owl-dots .owl-dot{
	background: transparent !important;
}



#primary article.hentry .entry-content .h2-white h2:after {
    content: " ";
    width: 3rem;
    background: #fff;
    height: .25rem;
    display: table;
    position: absolute;
    left: 50%;
    margin-left: -1.5rem;
    bottom: -1rem;
    z-index: 1;
}


.testimonial-owl-block .owl-dots .owl-dot{

}

.testimonial-owl-block .owl-dots .owl-dot span{
}

.owl-item{
	position: relative; 
}
 
 /* */
.show-performance-dynamics .owl-item  { 
	box-shadow: 0 0 1rem rgba(0,0,0, .1);

 }

.show-pre-employment  .owl-item { 
	box-shadow: 0 0 1rem rgba(0,0,0, .1); 
}

.show-leadership-development  .owl-item { 
	box-shadow: 0 0 1rem rgba(0,0,0, .1); 
}

.show-degree-review  .owl-item {
	box-shadow: 0 0 1rem rgba(0,0,0, .1);
 }

.page-id-67 .show-performance-dynamics .owl-item { 
	border-left: solid 8px #651d32;
	margin-left:-8px !important;
 }

.page-id-67 .show-pre-employment  .owl-item {
	border-left: solid 8px #00a9e0; 
	margin-left:-8px !important;
}

.page-id-67 .show-leadership-development  .owl-item {
	border-left: solid 8px #b7bf10; 
	margin-left:-8px !important;
}

.page-id-67 .show-degree-review  .owl-item {
	border-left: solid 8px #59cbe8;  
	margin-left:-8px !important;
 }


 /* 
 .show-performance-dynamics .owl-item,
.show-pre-employment  .owl-item,
.show-leadership-development  .owl-item,
.show-degree-review  .owl-item{
	margin-right:2rem !important; 
}

.show-performance-dynamics .owl-item:last-child,
.show-pre-employment  .owl-item:last-child,
.show-leadership-development  .owl-item:last-child,
.show-degree-review  .owl-item:last-child{
	margin-right:10rem !important; 
}
*/

.testimonial-owl-block .owl-stage .owl-item {
    flex: 1 !important;
    display: block;
    background: #fff;

 
}


.owl-stage-outer{
	padding:2.1rem  !important;
}

#slider-home .owl-stage-outer{
	padding: 0 !important;
}


.testimonial-block{
	max-width:90%;
	float:left;
}


.home .owl-carousel-learning-lab {
margin-top:-3rem !important;
}

.home .owl-carousel-learning-lab .owl-item{
	/* margin-left:-.5rem !important; */
}
/* ===================================
pagination
================================== */

#pagination{
	width:100%;
	margin:1rem 0;
	padding:0;
	clear:both;
	display: block;
	float:left;
}

#pagination .page-numbers{
	display: inline-block;
	float:left;
	clear:none;
	margin:0;
	margin-right:1rem;
	padding:.5rem 1rem;
	background: #e5e5e5;
	text-decoration: none;
}




#pagination .page-numbers.current,
#pagination .page-numbers:hover{
background: #dcdcdc;
}





/* +++++++++++++++++++++++++++++++++++
testimonials
+++++++++++++++++++++++++++++++++ */
.testimonial-set{
  display:flex;  
  justify-content:center;
  flex-wrap: wrap;
  margin-bottom:2rem;
  float:left;
  width:100%;
}

.testimonial-card {
    min-width:31.333333%;
    max-width: 31.333333%;
    margin: 0 1% 1.5rem;
    display: block;
    float: left;
    clear: none;
    padding: 1rem; 
    flex:1;
    box-shadow:0 0 1rem rgba(0,0,0,0.15);
    /* transition:all .3s ease; */
}

.testimonial-card .quote{
  max-width:4rem;
}

.testimonial-card.view .testimonial-inner {
    display: block;
    float: none;
    max-width: 100%;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 5rem rgba(0,0,0, .2);
    max-height:86vh;
    overflow-y:scroll;
    width:60rem;
    margin:auto;    
}
 
.testimonial-card.view {
    position: fixed;
    z-index: 99999999999999999;
    background: rgba(255,255,255, 1);
    top: 0;
    left: 0;
    min-width: 100vw !important;
    min-height: 100vh;
    box-shadow: 0 0 10rem rgba(0,0,0,.3);
    overflow-y: scroll;
    padding: 4rem;
    margin: 0;
}

.testimonial-card .excerpt{
    width:100%;
    display:block;
} 

.testimonial-card .content{
    width:100%;
    display:none;
} 
  
 .testimonial-card.view  .excerpt{
    width:100%;
    display:none;
}

.testimonial-card.view  .content{
    width:100%;
    display:block;
}

.toggle-testimonial{
  margin:auto;
  display:block;
  width:10rem;
  text-align:center;
  background:#333;
  color:#fff;
cursor:pointer;
}






.testimonial-set .giombetti.testimonial-card { 
    position: relative;
}

.giombetti.testimonial-card .testimonial-inner{
    position: relative;
    padding-bottom: 3rem;
}

.giombetti.testimonial-card .excerpt{
    position: relative;
    top: 0;
}


.giombetti.testimonial-card .toggle-testimonial{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
        margin-bottom: 1.5rem;
}

.testimonial-set .giombetti.testimonial-card.view {
    position: fixed;
}
.giombetti.testimonial-card .toggle-testimonial.view {
    z-index: 999;
    display: block;
    width: 120px;
    height: 2rem;
    position: fixed;
    bottom: auto;
    top: 0;
    top: 5vh;
    left: 50%;
    margin-left: -60px;
}




@media only screen and (max-width: 1024px) {
	.testimonial-card {
	min-width:48%;
	max-width: 48%;
	}
}

@media only screen and (max-width: 600px) {
	.testimonial-card {
	min-width:98%;
	max-width: 98%; 
	}
}

 






/* +++++++++++++++++++++++++++++++++++
@media 100rem
+++++++++++++++++++++++++++++++++ */
@media only screen and (min-width: 100rem) {
	.slide .slider-title .slider-title-h2{ 
	font-size: 4rem; 
	}

	.slide .slider-content {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 4rem;
	display: block;
	width: 100%;
	padding: 0 4rem;
	float: left;
	}

}

/* +++++++++++++++++++++++++++++++++++
@media 68rem
+++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 68rem) {
	.shortcode_post_type.home_services .service { 
	max-width: 46%; 
	margin-bottom:2rem;
	}

    .shortcode_post_type.home_services .service .inner_block{
        padding-bottom:15rem;
    }


}

/* +++++++++++++++++++++++++++++++++++
@media 6.5rem
+++++++++++++++++++++++++++++++++ */
@media only screen and (min-width: 60.5rem) {
}


/* +++++++++++++++++++++++++++++++++++
@media 60rem
+++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 60rem) {
	.slide {}

	.slide .slider-title{
	margin-top: 5%;
	padding: 0 5%;
	}

	.slide .slider-title .slider-title-h2{ 
	font-size: 2rem;
	line-height: 1.1;
	}

	.slide .slider-content {
	font-size: 1.1rem;
	line-height: 1.5;
	}

	#primary article.hentry header.entry-header h1.entry-title{
	font-size: 2rem; 
	}

	#primary article.hentry .entry-content h2 { 
	font-size: 1.75rem;
	}

	#primary article.hentry .entry-content p {
	font-size: 1.1rem; 
	line-height: 1.75;
	}

	#colophon #footer-widgets   {
	display: block !important;
	}

	#colophon #footer-widgets .widget {   
	max-width: 100%;
	font-weight: normal;
	}

	#colophon #footer-widgets{
	display:block !important;
	width:100%;
	float:left;
	}

	.site-info p{
	padding:0 2rem;
	}

	#colophon #footer-widgets .widget {
	max-width: 100%;
	width:100%;
	float:left;
	font-weight: normal;
	}  

	#nav_menu-2{
	margin:1.5rem 0 2.5rem 0 !important;
	}

	.siteorigin-panels-stretch.panel-row-style {
	padding:0 !important;
	} 

	.panel-layout .panel-grid{
	float:left;
	width:100%;
	}

	.panel-layout .panel-grid .panel-grid-cell{
	padding:0;
	margin:0;
	width:100%;
	float:left;
	clear:both;
	}

	.entry-content h2{
	text-align: center !important;
	}

	#rpwe_widget-2{
	margin-top:2rem !important;
	} 

	.siteorigin-panels-stretch.panel-row-style:before,
	.siteorigin-panels-stretch.panel-row-style:after{
	content: "";
	display: block;
	width: 100% !important;
	height: 2rem;
	}

	.siteorigin-panels-stretch .panel-grid-cell {
	width:100%;
	padding:0 1.5rem !important;
	} 

	.service .inner_block .sc_under{  
	/* min-height: 100%; */
	}

	.inner_block .service-excerpt{
	line-height: 1.5;
	font-size:1rem;
	}

	.shortcode_post_type.learning_lab .learning_lab_block {
	width: 48%;
	}

	#site-navigation.main-navigation ul li a, #menu-primary ul li ul.sub-menu li a, #menu-primary .menu-item a, #menu-primary .menu-item a {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	line-height: 1.1;
	}

	/* home dynamics */
	.service .inner_block .sc_over { 
	position: relative; 
	}

	.shortcode_post_type.home_services .service .inner_block {
	padding-bottom: 0rem;
	}

	.service .inner_block .sc_over {
	overflow: visible;
	}

	.sc_over {
	min-height: 100px !important;
	}

	.page-template-_template-team .team-member {
	min-width: 48%; 
	}



	.row .col2,
	.row.teamcol .col2{
	width: 100% !important;
	padding: 1rem;
	display: block !important;
	clear: both;
	float: left;
	}



#pg-gb32-5d49d2de009a3-4 .siteorigin-panels-stretch.panel-row-style:before, 
#pg-gb32-5d49d2de009a3-4 .siteorigin-panels-stretch.panel-row-style:after {
    content: none;
    display: block;
    width: 100% !important;
    height: 0rem;
}
 /* 
 .push-up{
 margin-top:-4rem !important; 
}
*/

/* home team section */
.alignnone.team-top-left.alignright,
.team-top-left-bottom,
.alignnone.team-under-link.alignleft{
width: 100%;
float: left;
margin:1.5rem 0;
top:0;
left:0;
position: static;
}



.button-left.red.team{
position: static;
width:100%;
float:left;
clear:both;
margin:1.5rem 0;
}

#menu-primary{ 
	overflow-x: hidden !important; 
}

#menu-primary #menu-item-77 { 
	margin-bottom:75px;
}






@media only screen and (max-width: 860px) { 
    #secondary .widget {
    padding: 0;
    float: left;
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    }

    .content60 {
    padding:0 !important;
    margin:0 !important;
    }

    .footer-header-cta.nothome h2,
    .footer-header-cta.nothome p,
    .footer-header-cta.nothome a.button-left.white{
    display: block; 
    float: left;
    clear: both; 
    line-height: 3rem;
    margin: 0;
    padding: 0 1rem; 
    }

    .footer-header-cta.nothome a.button-left.white{
   margin-left:1rem;
    }
}


@media only screen and (max-width: 600px) { 
	.shortcode_post_type.learning_lab .learning_lab_block {
	width: 98%;
	}

	.inner_block .service-excerpt {
	line-height: 1.2 !important;
	font-size: .89rem !important;
	}

	.overlay-button {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 0;
	z-index: 2;
	}

	#menu-footer li{
	width:100% !important;
	}

	.page-template-_template-team .team-member {
	min-width: 98%; 
	}

	.footer-header-cta { 
	padding: 1rem; 
	}

	#site-navigation.main-navigation ul li a, #menu-primary ul li ul.sub-menu li a, #menu-primary .menu-item a, #menu-primary .menu-item a {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	line-height: 1.1;
	text-align: left !important;
	}

	#primary article.hentry header.entry-header h1.entry-title {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center !important;
	font-size: 2rem !important;
	max-width: 80rem !important;
	margin: auto !important;
	line-height: 1.2 !important;
	font-weight: 900 !important;
	padding: 0 0 1rem 0 !important;
	text-align: left !important;
	}

	#primary article.hentry header.entry-header h1.entry-title:after {
	content: " " !important;
	width: 3rem !important;
	background: #333 !important;
	height: .25rem !important;
	display: table !important;
	position: absolute !important;
	left: 0 !important;
	bottom: 0.2rem !important;
	z-index: 1 !important;
	margin-left: 0 !important;  
	}


}

@media only screen and (max-width: 44rem) {  
	.shortcode_post_type.home_services .service { 
		max-width: 100%; 
		margin-bottom:2rem;
	}
}


/* +++++++++++++++++++++++++++++++++++
@media 38rem
+++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 38rem) { 

	.sc_over{
	min-height: 200px;
	}

	.giombett-left{ 
	width:25%
	}

	.giombett-right{
	float:right;
	width:25%;
	}

	.giombett-right .phone-bar{
	padding:35px .5rem 0 .5rem !important;
	}

	.giombett-center{
	width:50%;
	}

	.giombett-right .phone-bar{
	padding:.5rem !important;
	}

	.giombett-right .phone-bar > a {
	display: inline-block;
	word-break: break-word;
	background-color:#fff;
	background-image: url(../png/call-red.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px auto;
	color: transparent !important;
	width: 100% !important;
	height: 80px !important; 
	text-decoration: none !important;
	font-weight: bold !important;
	} 

	/* slider */
	.slide .slider-title {  
	}

	.slide .slider-title .slider-title-h2{ 
	font-size: 1.5rem;
	line-height: 1.1;
	}

	.slide .slider-content {
	font-size: 1rem;
	line-height: 1.25;
	font-weight: normal;
	margin-top: 2.25rem;
	}

	.slide .slider-title .slider-title-h2:after {
	content: " ";
	width: 3rem;
	background: #fff;
	height: .25rem;
	float: none;
	clear: both;
	position: absolute;
	bottom: -1.25rem;
	left: 50%;
	margin-left:-1.5rem;
	}

	.slide .slider-image {  
	padding-bottom: 2rem;
	}


}


/* +++++++++++++++++++++++++++++++++++
@media 24rem
+++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 24rem) {
	.giombetti-header{
	display: flex;
	width:100%;
	}

	.giombetti-header .giombett-left,
	.giombetti-header .giombett-center,
	.giombetti-header .giombett-right{
	flex-grow: 1;
	max-width:33.333333%;
	width:auto !important;
	min-width:25% !important;
	}

	.menu-toggle {
	max-width:100%;
	border:none !important; 
	}

	.giombett-right .phone-bar{
	max-width:100%;
	border:none !important; 
	}

	.slide {
	width: 100%;
	float: left;
	clear: both;
	height: auto !important;
	padding: 0;
	color:#333;
	}

	.slide .slider-image { 
	position: static; 
	padding-bottom: 2rem;
	}

	.slide .slider-title {
	position: static; 
	margin-top: 1.5rem;
	}

	.slide .slider-title .slider-title-h2,
	.slide .slider-content{
	color:#333;
	margin-top: 1.5rem;
	}

}





















/* hacks */

#primary article.hentry header.entry-header h1.entry-title:after {
     background: #93272c !important;}

/* +++++++++++++++++++++++++++++++++++
Buttons  
+++++++++++++++++++++++++++++++++ */

.footer-header-cta .button-left.white{
    font-weight: 800;
        color:#93272c!important;
}

.button-left.red.team, .button-left.red{
    font-weight: 800;
}

.footer-header-cta.nothome a.button-left.white:hover {
    padding: 0 2.5rem;
}


.button-left.red.team:after, .button-left.red:after, .button-left.white:after {
        content: '>'!important;
        font-weight: 800;
    padding-left:5px;
}

a.button-left.red.team:hover, a.button-left.red:hover, a.button-left.white:hover{ 
    padding: .5rem 2rem; 
    text-decoration:none!important;}

.service-more-link a {
    font-weight: 800;
}
.service-more-link a:hover {
    text-decoration: none;
    padding: 1rem 2.5rem;
    font-weight: 800;
}
.service-more-link a:after {
    content: '>';
    font-weight: 800;
}
.service .inner_block .sc_over {
    overflow: hidden;
    max-height: 165px;}
}
.shortcode_post_type.home_services .service .service-title-wrap {
        min-height: 90px;
}
#site-navigation.main-navigation ul li.icon-email a {
    background-position: bottom center;
    background-repeat: no-repeat;}
  
#site-navigation.main-navigation ul li.menu-bottom ul.sub-menu li a {
    font-size: 2rem;
}

#site-navigation.main-navigation ul li.menu-top {
    margin-top: 0!important;
}

.jump-arrow a {
    color: #ffffff!important;
    font-weight: 800!important;
    text-decoration: none;}

.jump-arrow {
        margin-top: 1em;
    transform: rotate(90deg);
    font-size: 2em;}

.jump-arrow {
    margin-top: 1em;
    transform: rotate(90deg);
    font-size: 2em;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
}


body.active {
    height: auto !important;}

.menu-primary-container {
    width: 40vw;
    min-width: 30rem;
}

.home .owl-carousel.owl-carousel-home .owl-stage {
padding-top:0 !important;
}

.home .iframe-cover{
        height: 80vh !important;
}
.home .slide iframe{
    height: 80vh !important;
}


@media only screen and (max-width: 40rem){

  .iframe-cover, iframe {
    height:100vh !important;}

#wpadminbar {
    position: fixed;}

html {
    margin-top: 0px !important;}

.bdc-intro {
    top: 10%!important;}

.menu-primary-container {
    width: 100vw!important;
min-width:10rem !important;}
  
body.active {
    height: 100%!important;}
    
   #site-navigation.main-navigation ul li a, #menu-primary ul li ul.sub-menu li a, #menu-primary .menu-item a, #menu-primary .menu-item a {
   margin-bottom: 1.2rem;
    line-height: 1;
    text-align: center !important;}

html {
    margin-top: 0px !important;}

.logged-in.admin-bar #masthead {
    margin-top: 0px !important;
    padding-top: 10px!important;}

 

.jump-arrow {
  margin-top: 0!important;}
  
.overlay-button {
    bottom: 0!important;}
}

h4 a, h5 a{
    text-decoration:none!important;}

h5 {
    font-weight:500;}

.event-name {
    display: none;}

.wpcf7-form-control.wpcf7-submit {
    font-family: 'raleway';
    font-size: 1em;
    font-weight: 800;
    border-radius: 0;
    transition: all .3s ease;
}

.wpcf7-form-control.wpcf7-submit:hover {
    padding: 1rem 2.5rem;}

h2.overlay{  
        width: 60rem;
        max-width: 80%;
        font-size: 4rem;
        line-height: 1.1;
        margin: auto;
        display: block;
        float: none;
        position: relative;
        font-weight: 800;}

.overlay-button p{
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 1.5;
        width: 60rem;
        max-width: 80%;
        padding:0;
        margin:auto;
        margin-top: 2rem;
        font-weight: 500;
        text-shadow: 0 0 0.25rem rgba(0,0,0, .7);}

/* +++++++++++++++++++++++++++++++++++
@media 70rem
+++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 70rem) {
h2.overlay{  
        width: 60rem;
        max-width: 80%;
        font-size: 3rem;
        line-height: 1.1;
        margin: auto;
        display: block;
        float: none;
        position: relative;
        font-weight: 800;}

}

/* +++++++++++++++++++++++++++++++++++
@media 60rem
+++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 60rem) {
    
h2.overlay{
        font-size: 1.75rem;
        line-height: 1.1;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        min-width: 100%;}

.overlay-button p{
        font-size:1rem;
        line-height: 1.5;
    font-weight: 500;}
  
.overlay-button {
   top: 10vh !important;}

}



/* +++++++++++++++++++++++++++++++++++
Nav Menu Hover
+++++++++++++++++++++++++++++++++ */

a.nav-link:hover {
    transform: scale(1.1);
      transition: all .3s ease;
}

/* +++++++++++++++++++++++++++++++++++
Replace Round Icons & Icon Size
+++++++++++++++++++++++++++++++++ */

#site-navigation.main-navigation ul li.icon-call a {
     background-size: 30px auto;}

#site-navigation.main-navigation ul li.icon-email a {
    background-size: 35px auto;}

#menu-primary .menu-item.nav-title > a {
    font-size: 2rem;}


    #menu-primary .menu-item.nav-title > a {
    font-size: 2rem;
    line-height: 1.1;
    max-width: 100%;
}
#menu-primary .menu-item.current-menu-item > a{
	text-decoration: underline !important;
}


#site-navigation.main-navigation ul li a, #menu-primary ul li ul.sub-menu li a, #menu-primary .menu-item a, #menu-primary .menu-item a {
    font-size: 1rem;
    line-height: 2;
width:90%;
max-width:90%;
margin-left:5%;
margin-right:5%;
line-height: 1.3;
margin-bottom:1rem;
}

#site-navigation.main-navigation ul li.icon-facebook a{
    background: url(../png/facebook.png)!important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 40px auto !important;
    color: transparent !important;
    width: 75% !important;
    height: 50px !important;
}

#site-navigation.main-navigation ul li.icon-linkedin a{
    background: url(../png/linkedin.png)!important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 40px auto !important;
    color: transparent !important;
    width: 75% !important;
    height: 50px !important;
}

#site-navigation.main-navigation ul li.icon-twitter a{
    background: url(../png/twitter.png)!important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 40px auto !important;
    color: transparent !important;
    width: 75% !important;
    height: 50px !important;
}


#site-navigation.main-navigation ul li.icon-email-circle a{
    background: url(../png/email-circle.png)!important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 40px auto !important;
    color: transparent !important;
    width: 75% !important;
    height: 50px !important;
}

#site-navigation.main-navigation ul li.icon-call-circle a{
    background: url(../png/phone.png)!important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 40px auto !important;
    color: transparent !important;
    width: 75% !important;
    height: 50px !important;
}

i.fab.fa-facebook {
    background: url(../png/facebook.png)!important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    color: transparent !important;
    background-size: contain!important;
}

i.fas.fa-envelope-square {
    background: url(../png/email-circle.png)!important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    color: transparent !important;
    background-size: contain!important;
}

i.fab.fa-twitter-square {
    background: url(../png/twitter.png)!important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    color: transparent !important;
    background-size: contain!important;
}

i.fab.fa-linkedin {
    background: url(../png/linkedin.png)!important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    color: transparent !important;
    background-size: contain!important;
}



.one_half {
  float: left;
  width: 46%;
  padding-right:2%;
}


p.tab{
    margin-bottom: 0!important;
    font-weight:800!important;
}

.so-widget-sow-tabs-default-5684daf18b17 .sow-tabs .sow-tabs-tab-container {
     text-align: center;
}

.so-widget-sow-tabs-default-5684daf18b17 .sow-tabs .sow-tabs-panel-container {
    background-color: transparent;
}

.sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected {
    background-color: transparent!important;
    color: #691c32!important;
    border-style: solid!important;
    border-color: #691c32!important;
    border-width: 10px!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
}

.sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    background-color: transparent!important;
    color: #bcbcbc!important;
    border-style: solid!important;
    border-color: #bcbcbc!important;
    border-width: 10px!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
}
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    padding: 16px 25px 16px 25px!important;
}
.sow-tabs-title{  font-weight: 800!important;}

.sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  margin: 0!important;}

span.wpcf7-list-item { display: block; }

.page-template-default .wpcf7-form [type="checkbox"], [type="radio"] {
    float: left !important;
    margin: .25rem !important;
}

.page-template-default .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
        width: 48%!important;
        display: inline-block !important;
        float: left !important;
        clear: none !important;
   }


@media screen and (max-width: 60rem) {
  .one_half {
    width: 100%;
  }
  .page-template-default .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    width: 100%!important;
    display: table-row!important;
    float: right !important;
    clear: none !important;
}

.page-template-default .wpcf7-form [type="checkbox"], [type="radio"] {
    float: none !important;
    margin: .25rem !important;
}
.page-template-default .wpcf7-form [type="checkbox"], [type="radio"] {
        padding: .5rem !important;
    width: 1rem!important;
    height: 1rem!important;
}

}

@media only screen and (max-width: 38rem){
.giombett-right .phone-bar > a {
  background-size: 30px auto;
  background-position-x: center;
  background-position-y: 18px;}}



/* +++++++++++++++++++++++++++++++++++
@media 40rem
+++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 65rem) { 
 
    h2.overlay {
    font-size: 1.5rem !important;
    margin-top: 2rem !important;
    }

}




/* +++++++++++++++++++++++++++++++++++
@media 40rem
+++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 40rem) { 
	.iframe-cover, iframe{
	height:600px !important;
	max-height:600px;
	} 
 
h2.overlay {
    font-size: 1.5rem;
    margin-top: 1rem;
    line-height: 1.1;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    min-width: 100%;
    margin-top: 2rem !important;
}


    #page {
    margin-top: 7rem !important;
    }

    .home #page {
     margin-top: 5rem !important;
    }

    .home #pgc-gb2-5d4af27036965-0-0{
    margin-top:-3rem !important;
    }

    .jump-arrow {
    height: 2rem !important;
    width: 2rem !important; 
    left: 50% !important;
    position: absolute !important;
    margin-left: -.5rem !important;
    margin-top: 1rem !important;
    }

    .owl-carousel-learning-lab .owl-stage-outer{
    padding:0 !important;
    }

    .overlay-button {
    top: 0px  !important;
    }

.wpcf7-form .row {
    display: block;
    clear: both;
    margin-bottom:0;
    float: left;
}

.wpcf7-form .row .col2,
.wpcf7-form .row .col3{
    width: 100%;
    padding: 1rem !important;
    margin:0 !important; 
    }

 .siteorigin-panels-stretch.panel-row-style:after {
    content: "";
    display: block;
    width: 100% !important;
    height:0 !important;
 
}

#primary article.hentry .entry-content ul { 
    margin-left: 0 !important;
    padding-left: 1.5rem;
}



}

#cookiejar{
    box-shadow: 0 0 1rem rgba(0,0,0,.25);
    border-top: solid 1px rgba(0,0,0,.25);
    background-color: #93272c!important;
}

.single-post .entry-footer,
.single-post .entry-footer .cat-links,
.single-post .entry-footer .tags-links,
.single-post .entry-footer .edit-link{
    display:none !important;
}

 