/*
	Theme Name: Envision - Child
	Description: Child Theme
	Author: Orkun Gursel
	Template: envision
	Version: 1.1
*/
@import url("../envision/lib/css/style.css");

/** Add your custom css */

.blog .sidebar-widget-title > span{
border-bottom:2px solid #38568B;
}

div#left-panel {
    width:100%;
    height:50%;
    float: left;
    margin-top: 50% !important;
}

#lang_sel{margin-left:20px; margin-top:6px;}

/*--- Css For Conference Pages - GR  ---*/
.page-id-1532 #the-content{background-color: #9cc2e5;}
.page-id-1532 .auto-format{text-align:center;}
.page-id-1532 .auto-format h4{color:white !important;}
.page-id-1532 .auto-format h2{color:white !important;}
.conf-text{color:red !important;}
.page-id-1532 .ui--image-wrap {margin: 20px 0 15px 0;}
.page-id-1532 .mail{color:white !important;}
.extra-info{font-size:12px;}
.site-link{font-size:18px; font-weight:bold; color:white !important;}

.page-id-1542 #the-content{background-color: #9cc2e5;}
.page-id-1542 .auto-format{text-align:center;}
.header-text{
	background-color:#2e74b5;
	padding-top:10px;
	padding-bottom:10px;
	color:white !important;
	font-size:21px;
	font-family:Times New Roman;
}
.org-title{font-size:15px;}

.page-id-1549 #the-content{background-color: #9cc2e5;}
.page-id-1549 .auto-format{text-align:center;}

/*--- End Css For Conference Pages - GR  ---*/

/*--- Css For Conference Pages - EN  ---*/
.page-id-1557 #the-content{background-color: #9cc2e5;}
.page-id-1557 .auto-format{text-align:center;}
.page-id-1557 .auto-format h4{color:white !important;}
.page-id-1557 .auto-format h2{color:white !important;}
.page-id-1557 .ui--image-wrap {margin: 20px 0 15px 0;}
.page-id-1557 .mail{color:white !important;}

.page-id-1560 #the-content{background-color: #9cc2e5;}
.page-id-1560 .auto-format{text-align:center;}

.page-id-1562 #the-content{background-color: #9cc2e5;}
.page-id-1562 .auto-format{text-align:center;}

/*css blinker for call for paper div*/
.blinking-text{
	background-color: white;
	font-size: 18px;
}
.blinking-text h3{color:#9CC2E5 !important;}
.blinking-text h3{   
  animation-duration: 400ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.5;
  }
}
/*--- End Css For Conference Pages - En  ---*/