/*   SERVICES SIDEBAR   */

.sidebar-content .sidebar {
    border: 1px solid grey;
    padding: 0px;
    background: #f9f9f9;
}
#custom_html-7 {
    margin-bottom: 90px;
}
#nav_menu-2 h3 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #ca9796;
    margin-top: -93px;
}

 #simple-social-icons-4 h3 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #ca9796; 
}
#nav_menu-2 a {
    border-bottom: 0px solid #232525!important;
    font-size: 99%;
   
}
#nav_menu-2 {
 margin-bottom: 40px;
 }

#custom_html-7 {
    margin-bottom: 50px;
}

#simple-social-icons-4 h3 { 
    margin-bottom: 15px; 
}

#menu-services-menu-sidebar {
    margin: auto;
    width: 100%;
    max-width: 75%;
    margin-top: 35px;
}
.sidebar-content .sidebar ul li {
    margin-bottom: 0px!important;
    list-style-type: circle!important; 
}
.sidebar-content .sidebar ul li li {
    margin: 0 0 0 20px;  
}





/*  Scroll   */
html body .progress-wrap::after {
    width: 60px;
    height: 60px;
    color: #1f2029;
    font-size: 25px;
    line-height: 54px;
    content: '\1F680';
}
html body .progress-wrap svg.progress-circle path {
    stroke: #9f49a0;
    stroke-width: 3px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	 padding-top: 80px!important;
    margin-top: -80px!important;
}




/*   TOC   */

#toc_container p.toc_title {
    color: #4d5968;
    text-shadow: 1px 1px 3px rgb(255 255 255 / 41%);
    text-align: left;
    font-size: 18px;
}
div#toc_container {
    width: 100%;
    padding-left: 6%;
    font-style: italic;
    background: #f4f4f4;
    padding-top: 30px!important;
    margin-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 56px;
    margin-left: 20px;
}
.toc_number {
    padding-right: 5px;
    font-weight: bold;
}
div#toc_container ul li {
    font-size: 100%;
    line-height: 22px;
  
    margin-top: 8px;
}



/*   Scroll off-set  
 #toc_container {
    padding-top: 80px!important;
    margin-top: -80px;
}  */

 #toc_container a {
    border-bottom: 0px solid #232525;
}




/*
#toc_container.contracted { 
    padding-bottom: 30px;
    padding-top: 35px; 
}
*/






/*   About Page new   */

.employee {
	position: relative;
	overflow: visible;
}
img.aboutz {
	padding: 2px;
	border: 1px solid #9F49A0;
	border-radius: 4px;
	
}
img.aboutpurple {
	padding: 2px; 

	border-radius: 8px;
	border: 1px solid #9F49A0;
 
}






span.logoz {
    position: absolute;
    transform-origin: center;
    top: 74%;
    left: 94%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    max-width: 60px;
    overflow: auto;
    width: 100%;
    display: none;
}

div.titlez {
    padding-left: 15px;
    line-height: 23px;
    color: black;
    margin-top: -15px;
}

span.h3aboutz {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fed392;
    border-radius: 2px;
    font-weight: bold;
    text-shadow: 0px 1px 1px white;
    color: #1e1e1e;
    font-size: 17px;
    border: 1px solid #9f49a0;
}
div.h3aboutzcontz {
    margin-bottom: -46px;
    z-index: 100;
    position: relative;
    background-color: transparent;
    margin-left: -15px;
}




/*   About page 3 columns   */

 
body.page-id-20547 div.titlez {
    padding-left: 13px;
    line-height: 21px;
    color: #353535;
    margin-top: -18px;
    font-size: 15px;
}
body.page-id-20547 span.h3aboutz { 
    padding-right: 7px;
    padding-left: 7px; 
    font-size: 16px; 
    line-height: 25px;
}
body.page-id-20547 div.h3aboutzcontz {
    margin-bottom: -42px; 
    margin-left: -7px;
}





/*   INFO MESSAGE 301   */

.message-container {
  /*  width: 100%;
    TEXT-ALIGN: CENTER;
    POSITION: ABSOLUTE;
    MARGIN: AUTO;
    LEFT: 0; */
    
    position: relative;
    z-index: 9999;
    
       background: white;
    border-bottom: 1px solid #e4e4e4; 
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 21%);
    
     animation:signup-response 1s 1;
    -webkit-animation:signup-response 1s 1;
    animation-fill-mode: forwards;

    animation-delay:8s;
    -webkit-animation-delay:8s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;     
      -moz-animation-fill-mode: forwards;   

	}

.message-noo {
    width: 100%;
    text-align: center;
    max-width: 1280px;
    margin: auto;
    padding: 20px;
     
    position: relative;
    z-index: 99999;
    line-height: 2.4rem;
    font-size: 1.6rem;
}

.message-noo a {
    font-size: 1.9rem;
	text-decoration: underline;
	MARGIN-top: 5px;
    DISPLAY: BLOCK;
} 



img.info-logo-yo {
    margin: auto;
    margin-right: 10px;
    margin-top: -10px;
    max-width: 100px;
    display: block;
    text-align: left;
}
 

.message-noo span {
	
}

@keyframes signup-response{
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes signup-response{
    from {opacity :1;}
    to {opacity :0;}
}




.swing {
    animation: swing ease-in-out .8s infinite alternate;
    transform-origin: center -20px;
    float:left;
    position: absolute;
}
  
  
.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}

 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}







/*   No outcat   */
li.cat-item-3093, li.cat-item-1 {
    display: none;
}


/*   H2 tag to first line in list   */

h2.list-item  {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    line-height: 0.8;
}



/*   COOL TAG CLOUD WIDGET   */
.cool-tag-cloud .arial { 
    font-family: 'Lora', sans-serif!important;
}
.cool-tag-cloud .ctcdefault .ctcleft a:hover, .cool-tag-cloud .ctcdefault .ctcright a:hover, .cool-tag-cloud .ctcdefault .ctcright a, .cool-tag-cloud .ctcdefault .ctcleft a, .cool-tag-cloud .ctcdefault .ctcright .tag-cloud-link, .cool-tag-cloud .ctcdefault .ctcleft .tag-cloud-link, .cool-tag-cloud .ctcdefault .ctcright a:visited, .cool-tag-cloud .ctcdefault .ctcleft a:visited {
    color: inherit!important;
}
.cool-tag-cloud .ctcdefault .ctcleft a, .cool-tag-cloud .ctcdefault .ctcleft .tag-cloud-link, .cool-tag-cloud .ctcdefault .ctcleft a:after, .cool-tag-cloud .ctcdefault .ctcleft .tag-cloud-link:after {
    background: none!important;
	    text-decoration: underline!important;
}
.cool-tag-cloud .arial a {
    font-family: 'Lora', sans-serif!important;
    font-size: 109%!important;
}



/*   2021 GPEU WORK  */


/* POSTS */
.ssba-share-text {
    width: 192px;
    display: inline-block;
}
 

/* FOOTER */
.site-footer {
    color: #a5a5a5;
}










 /*   HTTP post - some tweaks in caption and social media buttons   */
 
 a > span.http, span.http {
color:#00d019;
}
a > span.wname, span.wname {
color:#0083e0;
}
a:hover > span.http, a:hover > span.wname {
color: #e85555;
}
div.blocky {
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: whitesmoke;
    margin-bottom: 20px;
}
div.better-blocknote-bitcheeees {
    background: whitesmoke;
}
div.better-blocknote-bitcheeees blockquote::before {
    content: "\201C";
    display: block;
    font-size: 14rem;
    height: 0;
    left: auto;
    position: absolute;
    top: auto;
    margin-top: -107px;
    margin-left: -60px;
}
div.better-blocknote-bitcheeees blockquote {
    margin: 40px;
    padding-top: 10px;
    PADDING-BOTTOM: 10PX;
    MARGIN-BOTTOM: 50PX;
}
div.betterimg {
 max-width: 50%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;

}
.wp-caption-text {
    font-size: 16px;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    color: #000;
    line-height: 2.3rem;
    font-style: italic;
    letter-spacing: 0.2px;
}
.ssba { 
    margin-bottom: 10px;
}



/*  images  */

.aligncenter {
    display: block;
    margin: 0 auto 30px!important;
}

/*   After migration   */

html .ssba a {
    border-bottom: 0px solid #232525!important; 
}




/*   Home   */

span.introintro, div#front-page-1.front-page-1 h3.widgettitle.widget-title {
    background: rgba(255, 255, 255, 0.59);
    padding: 0 15px 0 0px;
    display: inline-block;
}

/*   Big  */

a:focus {
	outline: none!important;
}
.site-inner {
    margin: 25px auto 0;
}

.entry-content figure {
    background: #f3f3f3;
    padding-bottom: 10px;
}




/*  Breads   */

.breadcrumb {
    border: none;
    font-size: 1.4rem;
    margin: 0px auto 2%;
    line-height: 2.2rem;
}

.breadcrumb a {
    text-decoration: none;
    border: none;
    color: purple;
}






/*  prev-next-navigation  */

.prev-next-navigation {
  margin: 20px 0;
margin-bottom: 40px;
	clear: both;
	overflow: hidden;
}
 






/*   Comment section   */


p.comment-form-comment textarea {
   
    max-height: 150px;
    
}




/*   House colors   */

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content a.button, .textwidget a.button {
    background-color: #A049A0;
}
button:hover, button:focus, input:hover[type="button"], input:focus[type="button"], input:hover[type="reset"], input:focus[type="reset"], input:hover[type="submit"], input:focus[type="submit"], .button:focus, .button:hover, .entry-content a.button:focus, .entry-content a.button:hover, .footer-widgets-1 button, .footer-widgets-1 button, .footer-widgets-1 input[type="button"], .footer-widgets-1 input[type="reset"], .footer-widgets-1 input[type="submit"], .footer-widgets-1 .entry-content a.button, .footer-widgets-1 .textwidget a.button, .textwidget a.button:focus, .textwidget a.button:hover {
    background-color: #7d337d;
}
.footer-widgets-1 {
    background-color: #A049A0;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a {
    color: #A049A0;
}
.content .entry-title a:focus, .content .entry-title a:hover {
    color: #A049A0;
}


p.more-link-wrap a {
    border-bottom: 0px solid #232525;
}
p.more-link-wrap a:hover {
  color: #A049A0;
}
.footer-widgets a:focus, .footer-widgets a:hover {
  color: #A049A0;
text-decoration: none!important;
}
.site-footer {
    padding: 20px;
    text-align: center;
    background-color: rgba(35, 37, 37, 0.89);
}

.site-footer a, .site-footer p {
    color: #c3c3c3;
}

.entry-footer a:focus, .entry-footer a:hover {
    border-bottom: 0px solid #e85555;
    color: #A049A0;
}









/*     MOBILE     */


 @media only screen and (max-width: 800px) {
 .message-container { 
    height: 100px;
}
img.info-logo-yo { 
    margin-top: 32px; 
    margin-left: -45px; 
}
body.page-id-20476 div.titlez {
    padding-left: 0;
    line-height: 23px;
    color: black;
    margin-top: -5px;
    text-align: center;
}
div#toc_container {
    width: 100%;
    padding-left: 20px;
    font-style: italic;
    background: #f4f4f4;
    padding-top: 30px!important;
    margin-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 56px;
    margin-left: 0px;
}
}




 @media only screen and (max-width: 600px) {

div.h3aboutzcontz {
    margin: auto;
    margin-bottom: -7px;
    z-index: 100;
    background-color: transparent;
    position: relative;
    text-align: center;
}
body.page-id-20547 .sidebar, body.page-id-20476 .sidebar {
     
    max-width: 358px;
    margin: auto;
}
img.aboutz, img.aboutpurple {
	max-width: 288px;
	width: 100%;
}
body.page-id-20547 div.titlez {
    padding-left: 0;
    color: black;
    margin-top: -10px;
    text-align: center;
}
body.page-id-20547 div.h3aboutzcontz {
    margin-bottom: -12px;
    margin-left: 0px;
}
}






@media only screen and (max-width: 500px) {
	

div.betterimg {
 max-width: 100%;

}

.message-container {
    height: 124px;
}


 .message-noo { 
    padding-bottom: 30px; 
}
 
 .message-noo { 
    padding-bottom: 30px;
}
 
 
 img.info-logo-yo { 
    margin-top: 53px; 
    margin-left: -52px; 
    text-align: left;
}	
	
	
}



@media only screen and (max-width: 400px) {

 .message-container { 
    height: 139px;
}
 img.info-logo-yo { 
    margin-top: 70px;   
    margin-left: -57px;
}
.message-noo { 
    line-height: 2.2rem;
    font-size: 1.4rem;
}



}

