/*
Theme Name: Eventer Dotrex
Theme URI: https://wordpress.org/themes/
Author: Pranon Private Limited
Author URI: www.praon.com/
Description:  Eventer - Event and Conference Landing Page
Project:  Eventer - Event and Conference Landing Page
Primary use:  Event and Conference Landing age
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: eventer-dotrex

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



@charset "utf-8";

/*------------------------------------------------------------------
[Table of contents]

00. Imports
01. General
02. Page loader
03. Header
04. Intro
05. SECTION: Event Infos
06. SECTION: Schedule
07. SECTION: FAQ
08. SECTION: Sponsors 
09. SECTION: Blog
10. SECTION: Blog - Single
11. SECTION: Team
12. SECTION: Register
13. SECTION: About
14. SECTION: Testimonials
15. SECTION: Location
16. SECTION: Prices
17. Tabs
18. Footer
19. Cross-browser Stuff 

-------------------------------------------------------------------*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}

@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  src: local('Hind Regular'), local('Hind-Regular'), url(https://fonts.gstatic.com/s/hind/v5/xLdg5JI0N_C2fvyu9XVzXg.woff2) format('woff2');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  src: local('Hind Bold'), local('Hind-Bold'), url(https://fonts.gstatic.com/s/hind/v5/PQuIEfcr_wdF_zOSNjqWKQ.woff2) format('woff2');
}

/**********************Custom****************************/

.vc_row ,
.wpb_row ,
.vc_row-fluid,
.wpb_column ,
.vc_column_container ,
.vc_col-sm-12,
.wpb_wrapper{
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0 !important;
}
.tagcloud a {
    background: #08aeac none repeat scroll 0 0;
    border: 1px solid #08aeac;
    color: #ffffff !important;
    display: inline-block;
    font-size: 13px !important;
    margin-bottom: 2px;
    padding: 3px;
    transition: all 0.3s ease-in-out 0s;
}
.tagcloud a:hover {
	background: #fff;
	color: #08AEAC !important;
	text-decoration: none;
}
.btn:hover{
	color: #fff !important;
}
.hd-list-menu a:hover{
	color: #1CBEBF !important;
}
.hd-list-menu a:focus {
    color: #fff !important;
}
.navbar {
    margin-bottom: 0 !important;
}
.hd-list-menu {
    margin-bottom: 5px !important;
    margin-top: 7px !important;
}
.wp-caption{}
.wp-caption-text{}
.sticky  .post-title a,
.tag-sticky-2  .post-title a{
	color: #459b1b !important;
}
.gallery-caption{}
.bypostauthor{}

.none{
	display: none;
}
.owl-carousel .owl-item {
    overflow: hidden;
}
.footer-social-icons a{
	margin-right: 5px;
}
.footer-social-icons a:last-child{
	margin-right: 0;
}
.wpb_wrapper{
	padding: 0 !important;
}

.event-infos,
.event-infos .main-title3,
.event-infos p{
	color: #fff !important;
}
.vc_row{
	margin: 0 !important; 
}

.intro-content .wpcf7-form .if-name
.intro-content .wpcf7-form .if-email,
.intro-content .wpcf7-form .if-phone{
	display: inline;
}
.wpcf7-form .ic-buttons a:first-child{
	margin-right: 3px;
}

.wpcf7-submit.btn{
	color: #fff !important;
	font-weight: bold;
}
.btn-nobg{
	font-size: 12px !important;
	font-weight: bold !important;
}

.wpb_text_column{
	margin-bottom: 35px;
}
.ic-buttons {
  margin-top: 0px !important;
}
.ic-buttons btn,
.ic-buttons a{
  font-weight: bold !important;
}
.ic-register {
    margin-bottom: 0px !important;
}
.register-form button.btn ,
.intro-content button.btn {
  font-weight: bold !important;
  Color: #fff !important;
}

.intro-content .ic-register {
    margin-bottom: 20px !important;
}

.map iframe{
	margin-bottom: -5px;
}




.blog-comments .children .media {
    margin-top: 12px !important;
}

.blog-comments .children{
    padding-left: 75px !important;
}
.blog-comments ul.children{
    list-style: none;
}


.post-author h4, 
.blog-sidebar h1, 
.blog-comments h1, 
.blog-sidebar h2, 
.blog-comments h2, 
.blog-sidebar h3, 
.blog-comments h3, 
.blog-sidebar h4,
.blog-comments h4 {
    color: #08AEAC !important;
    font-family:  "Open Sans",sans-serif !important;
}
.blog-comments h1 a, 
.blog-sidebar h1 a, 
.blog-comments h2 a, 
.blog-sidebar h2 a, 
.blog-comments h3 a, 
.blog-sidebar h3 a, 
.blog-comments h4 a,
.blog-sidebar h4 a{
    color: #08AEAC !important;
    font-family: "Open Sans",sans-serif !important;
	text-transform: capitalize;
}

h1,h2,h3,h4,h5,h6{
   -ms-word-wrap: break-word;
word-wrap: break-word;
}


.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}




.widget img , .widget div.textwidget p img ,.widget .textwidget img {
 max-width: 100%;
  height: auto;
}
.widget table{
width:100%;
}
.widget table tbody tr td{
padding:5px;
} 
.widget h3 a img {
 width: auto;
}
.alignleft{
float:left;
}
.alignright{
float:right;
}
.aligncenter{
margin:0 auto;
}
.widget select{
 max-width: 100%;
}
.post-excerpt p img, .post-excerpt div img, .post-excerpt div.alignnone {
 max-width: 100% !important;
}

#div-comment-31 .media-body {
 display: inline-block;
 width: 100%;
}

.blog-post p img, .blog-post div img, .blog-post div.alignnone,.blog-post img {
 max-width: 100% !important;
 margin-bottom: 10px;
}

#div-comment-31 .media-body {
 display: inline-block;
 width: 100%;
}

figure.alignright{
	margin-left: 10px;
}
img.alignright{
	margin-left: 10px;
}
figure.alignleft{
	margin-right: 10px;
}
img.alignleft{
	margin-right: 10px;
}
img {  
    max-width: 100% !important;
	height: auto;
}

figure {
    max-width: 100% !important;
}
.blog-post-container:before{
	clear:both;
}
.blog-post-container:after{
	clear:both;
}
.hd-list-menu li{
	position: relative;
}
.hd-list-menu li:hover .sub-menu{
	display: block;
}
.hd-list-menu li:hover .sub-menu li:hover .sub-menu{
	display: block;
}
.hd-list-menu .sub-menu{
	background: #1b416e;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 41px;
}
.hd-list-menu .sub-menu .sub-menu{	
    left: 100%;
    position: absolute;
    top: 0;
}
.hd-list-menu .sub-menu li{
	display: block;
	text-align: left;
}
.place-card-large {
    padding-left: 30px !important;
}
.blog-post-container{
    font-size: 18px;
    line-height: 28px;	
}
.blog-post-container img{
    margin-bottom: 10px;	
}
.main-intro .wpcf7-form .ic-buttons a.btn{
	margin-left: 20px;
}
.section-register .btn{
	border-top-left-radius:20px !important;
	border-top-right-radius:20px !important;
	border-bottom-right-radius:20px !important;
	border-bottom-left-radius:20px !important;
}
.section-register .form-control{
	border-radius: 20px !important;
	padding-left: 30px !important;
}
.readmore.btn {
	padding: 10px 20px !important;
	font-weight: bold !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin-top: 10px;
}
.pagination-numbers a{
	margin-right: 5px;
}
.pagination-numbers a:hover{
	color: #fff;
}
.pagination-numbers a.current{
	background: #000 !important;
}
.widget ul li a{
	display: inline-block !important;
}
@media (max-width: 767px) {
	.main-intro .wpcf7-form .ic-buttons a.btn{
		margin-left: 0;
	}
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}


abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}


optgroup{
	color: inherit;
	font: inherit;
	margin: 0;
}



button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}


del {
	opacity: 0.8;
}

table{margin:0.6em 0 !important;}
table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}
p strong img{
	padding: 5px;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 25%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.testimonial-content p {
    font-weight: normal !important;
    margin-bottom: 3px !important;
}
.schedule-item-content{
	text-align: justify;
	min-height: 140px !important;
}
.about-text-wrapper .title3 {
    margin-bottom: 5px;
}
.single-post .post-meta {
    margin-top: 25px;
}
.post-author {
    margin-top: 10px;
	padding: 20px 15px 30px 0 !important;
}
.post-author h4 {
    margin-top: 0;
}
.ic-register .form-control {
    padding-left: 40px !important;
    text-align: left !important;
}
.blog-post-container iframe{

	display: block;

}
.post-thumbnail img {
    margin: 10px 0;
}
.widget select {
    height: 35px;
    max-width: 100%;
    padding: 5px;
    width: 100%;
}