/*
 Theme Name:   Conference Pro Child
 Theme URI:    http://www.showthemes.com/conference-pro-wordpress-theme
 Description:  Conference Pro Theme
 Author:       Showthemes
 Author URI:   http://www.showthemes.com
 Template:     conferencepro
 Version:      1.0.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

/*--- global ---*/
a {
	color: #55C1B1;
}
a:hover {
	color: #fd8888;
}
a.btn:hover {
	color: #fff;
}
/*
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -1.4em;
}
sup, sub {
  font-size: 40%;
}
sub {
  top: 0.4em;
}
*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.site {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.site__header,
.site__header_hidden {
	transform: none;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}
.header-menu__layout .menu > li.nav-2-lines > a {
    padding-top: 24px;
	text-align: center;
}
.logo {
    top: 18px;
}
.content img {
	width: auto;
    max-width: 100%;
    height: auto;
}
.header-menu__layout .menu > li.btn-register > a {
	background: #55c1b1;
    text-align: center;
	color: #fff;
    display: inline-block;
    position: relative;
    top: 19px;
    width: 130px;
    padding: 15px 5px;
	line-height: 1;
}
.header-menu__layout .menu > li.btn-register > a:hover {
    background: #ff7777;
}
.header-menu__layout .menu > li.btn-register > a:hover::after {
    opacity: 0;
}
.site__footer {
    background: #f2f2f2;
}
.site__footer .logo-footer,
.site__footer .footer-menu {
    display: none;
}
.site__footer {
    padding: 28px 0 72px !important;
}
.site__footer h4 {
    font-size: 18px;
}
.site__footer p {
    font-size: 12px;
    line-height: 1.4;
}
.site__footer .footer-row {
	margin: 0 auto 18px;
}
.site__footer .footer-row.footer-logos {
	text-align: center;
}
.site__footer .footer-row.footer-logos img {
	margin: 18px;
	display: inline-block;
	vertical-align: top;
}
.site__footer .footer-row.footer-mission {
	max-width: 400px;
}
.site__footer .footer-container {
	text-align: center;
}
.ads{
	max-width: 300px;
	width: 100%;
	display: inline-block;
	margin: 10px 10px;
}


/*--- home main banner ---*/
.home .hero_conference.hero_default .hero__layout {
    padding: 0 0 26px;
}
.hero.hero_conference.hero_default {
    margin-bottom: 0;
}
.hero_default .time-schedule__save {
    display: none;
}
.home .hero__slider  .site__title {
	text-shadow: 0px 4px 8px rgba(0,0,0,0.3);
}


/*--- home media gallery ---*/
.media-gallery {
	background-color: #6982B0;
}
.media-gallery__item {
	border: 8px solid #fff;
}
.media-gallery__item {
    display: none;
}
.media-gallery__item:nth-of-type(1),
.media-gallery__item:nth-of-type(2),
.media-gallery__item:nth-of-type(3) {
    display:inline-block;
}


/*--- home twitter wrap ---*/
.home .social-feed {
	padding-bottom: 0;
}
.home .social-feed .social-feed__wrap{
	margin-bottom: 0;
}
.home .social-feed + div.content {
	padding-bottom: 0;
	padding-top: 0;
}


/*--- top header with background banner ---*/
.hero_inner .hero__layout {
    padding: 53px 0 50px;
}
.time-schedule {
    padding: 20px 0 20px;
}


/*--- helpers ---*/
.btn {
	box-shadow: none;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(236, 88, 79, 0.8) url(cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
	z-index: 100;
}
.cd-top {
    right: 20px;
    bottom: 20px;
}
.cd-top.cd-top--show {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-top--show, .cd-top.cd-top--fade-out, .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
.video-holder {
	margin: 0 auto;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*-- twitter wrap --*/
.social-feed__wrap .social-feed__item {
	display: none;
}
.social-feed__wrap .social-feed__item:nth-of-type(1),
.social-feed__wrap .social-feed__item:nth-of-type(2),
.social-feed__wrap .social-feed__item:nth-of-type(3),
.social-feed__wrap .social-feed__item:nth-of-type(4) {
    display:inline-block;
}


/*--- events ---*/
.schedule {
    padding: 0;
}
.schedule .site__title {
	margin: 0 0 15px;
}
.schedule__filters {
	display: none;
	display: block;
}
.schedule__filters-main-venue {
    width: 320px;
}
.schedule__filters .ares-select__item {
    padding: 8px 16px 8px 11px;
}
.schedule__filters .ares-select {
	height: 44px;
    border: 2px solid #f3f3f3;
    margin: 0 -2px 0 0;
	font-size: 14px;
}
.schedule__filters .ares-select:first-child {
    border-left: none;
	border-right: none;
}
.schedule__filters .ares-select:last-child {
    border-right: none;
	margin: 0 -2px 0 -5px;
	display: none;
}
.schedule__filters .ares-select__item {
    padding: 13px 16px 13px 11px;
}
.schedule__filters .ares-select.active .ares-select__item {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.ares-select:after {
    border-color: #b5b5b5 #b5b5b5 transparent transparent !important;
}
.ares-select__popup {
    top: 0px !important;
}
.ares-select__popup li {
    white-space: normal;
    padding: 6px 13px;
    height: auto;
    font-size: 14px;
    line-height: 1.1;
}
.schedule__item-drop-down .schedule__event {
    cursor: default;
}
.schedule__text {
	display: none;
	display: block;
}
.schedule__info > .btn {
	display: none;
}
.schedule__close {
	display: none;
	display: block;
}
.schedule__btns {
	display: none;
}
.schedule__endtime {
	display: inline-block;
	white-space: nowrap;
}
.schedule__labels {
    margin: 0 15px;
}
.content h2.schedule__event {
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
}
.content h2.schedule__event:hover {
	color: rgba(236, 88, 79, 0.8);
}
.no-events-msg {
	text-align: center;
	margin-top: 100px;
	font-style: italic;
}


/*-- sgo policy form --*/
#sgo-policy-form {
	border: 1px solid #eee;
	-webkit-box-shadow: inset 10px 10px 15px -10px rgba(153,153,153,1);
	-moz-box-shadow: inset 10px 10px 15px -10px rgba(153,153,153,1);
	box-shadow: inset 10px 10px 15px -10px rgba(153,153,153,1);
}


/*-- newsletter form --*/
.subscribe {
    height: auto;
    padding-bottom: 73px;
	padding-top: 73px;
}
#mc_embed_signup {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
}
#mc_embed_signup input {
    border: 2px solid #f3f3f3;
	height: 60px;
	width: 100%;
	max-width: 292px;
	margin: 4px auto 16px;
    padding: 0 17px;
    display: block;
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
#mc_embed_signup .ares-select {
	width: 100%;
	max-width: 292px;
	margin-top: 4px;
	margin-bottom: 20px;	
}
#mc_embed_signup .ares-select__item,
#mc_embed_signup .ares-select__popup li {
	text-align: left;
}
#mc_embed_signup label {
    display: none;
}
#mc_embed_signup .response {
	text-align: left;
}
#mc_embed_signup .indicates-required {
	padding: 0 17px;
    font-size: 12px;
    font-style: italic;
	text-align: left;
}
#mc_embed_signup .mc-field-group-professional label {
	display: block;
	text-align: left;
	padding: 0 15px 4px;
}


/*-- contact us --*/
.contact-us {
    padding: 0 0 50px;
    background: #fff;
}
.contact-us .btn_2 {
    border: none;
}
.contact-us .btn_2:hover {
    background: #fd8888;
}
.contact-us .site__form textarea, 
.contact-us .site__form input {
	border: 2px solid #f3f3f3;
}
.contact-us__form {
    margin-bottom: 0;
}


/*-- contact us (wp-form) --*/
.contact-us-text {
	margin: 0 auto;
	max-width: 579px;
	padding: 20px;
	text-align: center;
}
.contact-form form {
    margin: 0 auto 30px;
    max-width: 579px;
}
div.wpforms-container-full.contact-form .wpforms-form input.wpforms-field-medium, 
div.wpforms-container-full.contact-form .wpforms-form select.wpforms-field-medium, 
div.wpforms-container-full.contact-form .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}
div.wpforms-container-full.contact-form .wpforms-form input[type="text"], 
div.wpforms-container-full.contact-form .wpforms-form input[type="email"], 
div.wpforms-container-full.contact-form .wpforms-form textarea {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 0 23px;
    height: 65px;
    border: 2px solid #f3f3f3;
    background: #fff;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0);
    -webkit-transition: box-shadow 0.3s ease, border 0.3s ease;
    transition: box-shadow 0.3s ease, border 0.3s ease;
}
div.wpforms-container-full.contact-form .wpforms-form textarea {
    padding: 20px 23px;
	min-height: 141px;
}
div.wpforms-container-full.contact-form .wpforms-form input[type="email"] {
	max-width: 100%;
}
div.wpforms-container-full.contact-form .wpforms-form textarea:focus {
    border: 2px solid #f3f3f3;
}
div.wpforms-container-full.contact-form .wpforms-form input[type="text"]:focus, 
div.wpforms-container-full.contact-form .wpforms-form input[type="email"]:focus, 
div.wpforms-container-full.contact-form .wpforms-form textarea:focus {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
div.wpforms-container-full.contact-form .wpforms-form .wpforms-one-half {
	width: 100%;
	float: none;
	margin-left: 0%;
}
div.wpforms-container-full.contact-form .wpforms-form button[type="submit"] {
	margin: 0  auto;
	display: block;
	z-index: 1;
	width: 175px;
	height: 65px;
	padding: 21px 10px;
	background-color: #55C1B1;
	font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: border .3s, background .3s, box-shadow .3s;
    transition: border .3s, background .3s, box-shadow .3s;
	border: none;
}
div.wpforms-container-full.contact-form .wpforms-form button[type="submit"]:hover {
    background: #fd8888;
	border: none;
}
@media (max-width: 1000px) {

}

@media (max-width: 767px) { 

}

@media (max-width: 560px) {

}

@media (max-width: 460px) {
	
}

@media (max-width: 321px) {

}

@media (min-width: 460px) {
	.media-gallery__item {
		display: inline-block;
	}
}

@media (min-width: 600px) {
	.site__header-top {
		height: 86px;
	}
	.logo {
		top: 24px;
	}
	.logo img {
		width: 150%;
	}
	.menu-btn {
		top: 34px;
		right: 17px;
		width: 41px;
		height: 18px;
	}
}

@media (min-width: 768px) {
	.menu-btn {
		display: block;
	}
	.time-schedule {
		padding: 21px 0 30px;
	}
	.hero_default .site__title {
		font-size: 50px;
		line-height: 1.2;
	}	
	.schedule__filters .ares-select:last-child {
		border-right: none;
		margin: 0 -2px 0 0;
	}
	.ares-select__popup li {
		padding: 11px 13px;
	}
	.site__footer .footer-row.footer-left-col,
	.site__footer .footer-row.footer-right-col {
		display: inline-block;
		vertical-align: top;
		margin-right: 28px;
	}
	.site__footer .footer-row.footer-right-col {
		margin-left: 28px;
	}
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
	.site__footer {
		padding: 28px 0 96px !important;
	}
	.content h2.schedule__event {
		padding: 0 0 0 57px;
		font-size: 20px;
		line-height: 25px;
		text-align: left;
	}
	#mc_embed_signup input {
		max-width: 488px;
	}
	#mc_embed_signup .ares-select {
		max-width: 488px;
	}
	.contact-form form {
		margin-bottom: 26px;
	}
	div.wpforms-container-full.contact-form .wpforms-form .wpforms-one-half {
		width: 48%;
		float: left;
		margin-left: 4%;
	}
}

@media (min-width: 930px) {

}

@media (min-width: 1000px) {
	.header-menu {
		display: none;
	}
	.content {
		padding: 50px 15px;
	}
	.schedule__date-btn {
		width: 150px;
	}
	.social-feed__txt {
		white-space: normal !important;
		max-height: 115px;
	}

	.content h2.schedule__event {
		padding: 0 0 0 4px;
		line-height: 23px;
	}
}

@media (min-width: 1100px) {
	.menu-btn {
		display: none;
	}
	.header-menu {
		display: block;
	}
	.header-menu__layout .menu > li > a {
		padding: 35px 5px 28px;
	}
}

@media (min-width: 1150px) {
	.header-menu__layout .menu > li > a {
		padding: 35px 8px 28px;
	}
}

@media (min-width: 1200px) {
	.header-menu__layout .menu > li > a {
		padding: 35px 10.3px 28px;
	}
}

@media (min-width: 1440px) {

}

@media (min-width: 1170px) {

}