/*
Theme Name: chikao
Theme URI: https://wordpress.org/themes/chikao/
Author: xispl
Author URI: https://wordpress.org/
Description: It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. 
Version: 2.2
*/
img,
video {
height: auto; / Make sure images are scaled correctly. /

max-width: 100%; / Adhere to container width. /

}


/*img.alignleft,
img.alignright {
float: none;
margin: 0;
}
*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {

border: none;

margin-bottom: 0;

margin-top: 0;

padding: 0;

}


/ Make sure embeds and iframes fit their containers. /


embed,
iframe,
object {

margin-bottom: 1.5em;

max-width: 100%;

}



/ Remove bottom on embeds that wrapped in paragraphs via wpautop. /


p > embed:only-child,
p > iframe:only-child,
p > object:only-child {

margin-bottom: 0;

}


.wp-caption,
.gallery-caption {

color: #666;

font-size: 13px;

font-size: 0.8125rem;

font-style: italic;

margin-bottom: 1.5em;

max-width: 100%;

}



.wp-caption img[class*=""wp-image-""] {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}

figure {
margin: 0;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
margin-top: 7px;
margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 17px;
width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
margin-bottom: 17px;
}

.wp-caption {
margin-bottom: 24px;
}

.wp-caption img[class*=""wp-image-""] {
display: block;
margin: 0;
}

.wp-caption {
color: #767676;
}

.wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
}

div.wp-caption .wp-caption-text {
padding-right: 10px;
}

div.wp-caption.alignright img[class*=""wp-image-""],
div.wp-caption.alignright .wp-caption-text {
padding-left: 10px;
padding-right: 0;
}





.nav-one > ul > li.current-menu-item > a,
  .nav-one .current-menu-ancestor > a,
  .nav-one .current_page_item > a,
  .nav-one .current-page-ancestor > a {
    text-decoration:none;
    color:#fff;
  }
  #cssmenu .current_page_item a{
    background: #4242a2;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    float: left;
}


/*img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}*/

/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
	display:none;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #4242a2;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}
.comment-form input[type="text"] {

    padding: 10px;
    max-width: 380px;
    
    width: 100%;
    

}
.comment-form input[type="email"] {

    padding: 10px;
    max-width: 380px;
    
    width: 100%;
    

}
.comment-form input[type="url"] {

    padding: 10px;
    max-width: 380px;
    
    width: 100%;
    

}
.comment-form .form-submit .submit {

    background: #c85da5;

padding: 10px;

border: 0;

color:#fff;
    font-size: 14px;

}
.logged-in-as a {

    color:  #c85da5;

}

.comment-form .form-submit .submit:hover {color:black;}
.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
	display:none;
}
.reply {
    display: none;
}
.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: Merriweather, Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
}



svg.icon.icon-angle-down {
    height: 16px;
    width: 16px;
    margin: 0px 0px -3px 5px;
		fill: #fff;
}
#cssmenu > ul > li > a{
	    padding: 0px 12px;
}
#cssmenu ul ul{box-shadow: 1px 1px 12px #ccc;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover{
	background: #c85da5;
}
/*.flexslider .flex-active-slide .banner-content{margin: 90px 0 25px 25px;}*/

marquee a{color: #fff;}

.video-container {width: 100%;padding: 20px;float: left;display: flex;flex-wrap: wrap;}
.video {width: 47%;display: block;float: left;overflow: hidden;margin: 1%;}
.video h4{font-size: 22px; line-height: 40px;margin-top: 20px;display: none;}

.page-id-377 .default-left .page-title{display: none;}

.news-page h2 {width: 100%;float: left;margin: 0px 0 20px;padding: 0px 0 20px;font-size: 36px;color: #000;font-weight: 700;text-align: left;line-height: 36px;border-bottom: #cccccc 1px solid;}
.about-middle-nw.news-page {display: flex;flex-wrap: wrap;}
.news-container {width: 96%;float: left;margin: 20px;padding: 10px; text-align: justify;background: #ff8ff8; color: #fff;    box-shadow: 2px 2px 5px #ccc;}
/*.moretag {display: block;text-align: center;margin: 20px auto;width: 180px;background-color: #f69407;padding:10px;color: #fff;font-weight: 700;}*/
.moretag{font-weight: 700;}
.news-container p {margin: 10px 0 0 0;}



.testimonial-container {width: 100%;float: left;margin: 20px 0;padding: 10px 15px 15px 45px; text-align: justify;background: #f0f0f0;box-shadow: 2px 2px 5px #ccc;}
.testimonial-container p {margin: 10px 0 0 0;}


.default-left ul{width: 100%; float: left;margin-bottom: 20px;}
.default-left ul li {width: 100%; float: left; margin: 0px 0 15px 20px; padding: 0px; font-size: 15px; color: #555555; font-weight: 300; line-height: 22px;}




.speaker-section{width:100%; float:left; margin:0px; padding:30px 0 25px;}
.speaker-section h2{width:100%; float:left; margin:0px; padding:0px 0 30px; font-size:36px; color:#fff; text-transform:uppercase; line-height:36px; font-weight:700; text-align:center}
.speaker-section ul{width:100%; float:none; margin:0px; padding:0px; text-align:center; display:inline-block}
.speaker-section ul li{width:21.5%; float:none; margin:0px 1.6% 42px; padding:0px; text-align:center; display:inline-block; list-style:none; vertical-align:top}
.speaker-section ul li .speaker-img{width:100%; float:left; margin:0px 0 30px; padding:0px; line-height:0px;}
.speaker-section ul li .speaker-img img{width:100%; height:auto;cursor: pointer;}
.speaker-section ul li h3{width:100%; float:left; margin:0px; padding:0px 0 10px; font-size:18px; color:#c85da5; text-transform:uppercase; line-height:18px; font-weight:900; text-align:center; letter-spacing:-0.2px;}
.speaker-section ul li p{width:100%; float:left; margin:0px; padding:0px; font-size:14px; color:#555555; line-height:20px; font-weight:400; text-align:center}





.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  /*transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;*/
  z-index: 9999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin:40px auto;
  padding:0px;
  background: #fff;
  border-radius:0px;
  width:909px;
  position: relative;
  transition: all 5s ease-in-out;
  display:table;
  z-index:999;
}
 
.popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  transition: all 200ms;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background:#ff001f; width:25px; height:25px; border-radius:50%;
  text-align:center;
  line-height:25px;
}
.popup .close:hover {
  color: #fff;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup1 {
  margin: 60px auto;
  padding:0px;
  background: #fff;
  border-radius:0px;
  width:909px;
  position: relative;
  transition: all 5s ease-in-out;
  display:table;
  z-index:999;
}
 
.popup1 .close {
  position: absolute;
  top: -10px;
  left: -10px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background:#ff001f; width:25px; height:25px; border-radius:50%;
  text-align:center;
  line-height:25px;
}
.popup1 .close:hover {
  color: #fff;
}
.popup1 .content {
  max-height: 30%;
  overflow: auto;
}



.contact_dtl h4,.contact_dtl p{margin-bottom: 20px;}

/*.wp-my-instagram {
    position: relative;
}
.wpmi-list {
    padding: 0 !important;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}*/




@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  .popup1{
    width: 70%;
  }
}
/* #popup1 { display:none; }*/

.popup-content{width:100%; float:left; margin:0px; padding:0;  border-radius:0px; background:#fff;height:600px;overflow: auto;}
.popup-left-content{float:left; margin:0px; padding:0px; line-height:0px;}
.popup-right-content{width:55%; float:left; margin:0px; padding:40px 20px 0;}
.popup-right-content h3{width:100%; float:left; margin:0px; padding:0px 0 30px!important; font-size:30px!important;line-height: 32px!important; color:#ff001f; text-transform:uppercase; line-height:normal; font-weight:700; text-align:left!important;}
.popup-right-content1{width:100%; float:left; margin:0px; padding:0; height:450px; overflow: auto;}
.popup-right-content1 p{width:100%; float:left; margin:0px 0 20px!important ; padding:0; font-size:15px!important; color:#333!important; line-height:24px!important; font-weight:300; text-align:left!important}


.copyright-right a{color: #555;}
.copyright-right a:hover{text-decoration: underline;}

.footer-image {width: 25%;float: left;margin: 0px;padding: 0px;}
.footer-image img { width: 225px; margin: 20px 0 0 0;}
#cssmenu > ul > li.bot-corner {margin-left: 10px;}

.tribe-events-promo.tribe-common-b1.tribe-events-c-promo {display: none;}
.tribe-events-page-title{clear: both;}

.copyright .social-icon{margin: 0px;float: right;}

pagination ul {
    list-style: none;
    width: 100%;
    clear: both;
    display: block;
    text-align: center;
}

pagination a.page-numbers {
    padding: 5px;
    background: #c85da5;
    color: #fff;
    margin: 0 5px;
}
pagination span.page-numbers.current {
    padding: 5px;
    margin: 0 5px;
    border: 1px solid #ecc5df;
}


@media screen and (max-width:999px){

	svg.icon.icon-angle-down {display: none;}

  .news-container{width: 96%;}

  .footer-image { width: 50%; }
  .footer-image img { width: 225px;}

  .contact-footer{width: 50%;}
  .quick-link-footer{width: 100%;}

  .speaker-section ul li{width: 44.5%;}
  .popup{width: 90%;}


}

@media only screen and (max-width: 679px){

    .news-container{width: 96%;}
    .footer-image { width: 100%; }
    .footer-image img{padding: 20px 0;margin: 20px 0 0 0;}
    .speaker-section ul li{width: 44.5%;}
    .popup .close{left:50%;}

    .dairy-layout .dairy-image{width: 100%;}

    .copyright .social-icon{margin: 20px 0 0 0;}


}

@media only screen and (max-width: 479px){

   .speaker-section ul li{width: 100%;}

}
