/*
Theme Name: Enfold Child
Description: Child theme of the parent Enfold theme.
Template: enfold
Version: 4.7.2
Author: Kriesi
Author URI: https://kriesi.at
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
Envato_ID: 4519990
*/

.paoc-popup.popupaoc-button {
	background: #002664;
    padding: 15px 50px 20px;
    border: 1px solid #000442;
    min-width: 200px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.paoc-popup.popupaoc-button:hover {
	background: #2C4C80;
    color: #f7f7f7;
}

.paoc-popup-modal-cnt {
	padding: 35px;
	min-height: 250px;
	background: lightblue;
}

.paoc-popup-modal p {
	border: 1px solid #002664;
    padding: 30px;
    background: #ffffff;
    color: #464646;
	font-size: 18px;
	line-height: 28px;
    font-family: 'lato', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif!important;
}

.paoc-popup-modal a {
	color: #002664;
    text-decoration: underline;
}

.paoc-popup-modal a:hover {
	color: #2C4C80;
    text-decoration: none;
}


#header .logo img{
	max-height: 75px;
}


.roundButton{
	    border-radius: 13px;
    overflow: hidden;
}