/*
Theme Name: TheBurg
Theme URI: http://underscores.me/
Author: St. Pete Design
Author URI: http://www.stpetedesign.com/
Description: Our first original theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tmgts
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TheBurg is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

#services .vc_column-inner img {
    height: 140px !important;
}


.blank-flex{
display:flex;
justify-content:center;
align-items:center;
}

.blank-logo{
max-height:120px;
width:auto;
margin-right:10px;
}

.blank-title{
margin:0;
padding:0;
font-family: 'Lato', sans-serif;
}

.blank-heading{
font-family: 'Lato', sans-serif;
}

.blank-h1{
  font-size:4vw;
  color:#008200;
  margin-top:0;
margin-bottom:0;
}

.blank-h2{
  font-size:3.3vw;
 margin-top:0;
margin-bottom:0;
}

.blank-h3{
  font-size:3vw;
 margin-top:0;
margin-bottom:0;
}

.blank-h4{
 font-size:3vw;
 color:#fff;
}

.blank-strong{
  font-size:19px;
line-height:1.4;
}

.blank-button{
font-size:3vw;
color:#fff;
background:#008200;
padding:2vw 10vw;
max-width:100%;
display:inline-block;
margin:auto;
font-family: 'Lato', sans-serif;
transition:all 0.2s;
border-radius:4px;
font-weight:bold;
cursor:pointer;
}

.wpforms-form input{
border:1px solid #000 !important;
}

#wpforms-submit-3394{
color:#fff;
background:#008200;
}

.blank-button:hover{
text-decoration:none;
background:#24408e;
color:#fff;
}

.pi-count-container{
text-align:center;
}

.blank-detailed-information{
  display:flex;
}

 .popup-holder {
        position: relative;
        padding: 0 20px;
        width: 33.33%;
        color:#fff !important;
    }

.pi-number-container{
  text-align:center;
}

.pi-content-container{
  text-align:center;
  padding:10px 20px;
}

.shape:hover{
  margin-left:15%;
}
.shape{
  display:inline-flex;
  align-items:center;
  transition:all 0.3s;
}

.shape p{
  margin-bottom:0px;
  font-weight:bold;
  font-size:20px;
}

.shape .text{
  font-weight:bold;
  font-size:20px;
}

.shape .number{
    display:flex;
    width: 47px;
    height: 47px;
    border: 6px solid #7ba6eb;
    border-radius: 50%;
    justify-content:center;
    align-items:center;
    margin-right:10px;
}

.popup-holder:not(.last):after{
  content:"";
  width: 94px;
    height: 25px;
    background: url(http://www.stpetedesign.com/wp-content/uploads/2019/10/ezgif-2-a339068a6e0f.png) no-repeat;
    position:absolute;
    top:15px;
    right:-50px
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
width:500px;
max-width:100%;
}

@media (max-width:968px){
	.blank-flex{
		display:block;
		text-align:center;
	}

	.blank-h1{
		font-size:6vw;
	}

	.blank-h2, .blank-h3, .blank-h4{
		font-size:5vw;
	}

    .blank-button{
    	font-size:5vw;
    	padding:4vw;
    	width:70vw;
    }

    .blank-detailed-information{
    	display:block !important;
    }

    .popup-holder{
    	width:100% !important;
    	margin-bottom:120px;
    	position:relative;
    }

    .popup-holder:after{
    	content:"";
    	width:25px !important;
    	height:94px !important;
    	background:url(http://www.stpetedesign.com/wp-content/uploads/2019/10/down-arrow.png) no-repeat !important;
    	bottom:-94px !important;
    	left:50% !important;
    	margin-left:-12px;
    	top:auto !important;
    	z-index:1000000;
    }

}

.m-card {
    display: block;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all ease-in-out 125ms;
    width:344px;
    max-width:100%;
    margin:auto;
}

.m-card .m-card-body {
    text-align: center;
    display: block;
    padding: 20px 30px;
    min-height: 210px;
    min-height: 21rem;
}

.m-card .m-card-body .m-card-title {
    display: block;
    font-size: 24px;
    
    color: #0077c8;
    font-weight: normal;
}

.m-card .m-card-body .m-card-label {
    display: block;
    color: #1e1e1e;
    font-weight: 700;
    font-size: 18px;
    
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.m-card .blank-button{
  width:100%;
  padding:10px 0px;
  font-size:18px;
  font-weight:bold;
}

.call-out {
    background: #fff;
    padding: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 5;
    border-radius: 4px;
    max-width:100%;
     width:400px;
    margin-left:auto;
    margin-right:auto;
}

.call-out .blank-button{
  padding:10px 40px;
  font-size:16px;
  font-weight:bold;
  margin-top:15px;
}

.call-out h3 {
    color: #0077c8;
    font-size: 24px;
}

.call-out:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 80px;
    background: red;
    height: 120px;
    left: -80px;
}

.call-out:nth-child(1n + 0):before {
    background: transparent url(https://qkadxq0tba-flywheel.netdna-ssl.com/wp-content/themes/deque/assets/images/guide-1-accent.png) no-repeat;
}
