
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Gelasio', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Bitter', serif;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #fb3a64;
}
code {
    background: rgba(251, 58, 100, 0.1);
    padding: 5px;
}

button, input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    border: 1px solid #fb3a64;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    font-weight: 600;
    padding: 5px 20px;
    position: relative;
    background-color: #fb3a64;
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:focus,
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus, button:active, 
input[type="button"]:active, 
input[type="reset"]:active, 
input[type="submit"]:active {
    border-color: #fff;
    background-color: #fff;
    color: #fb3a64;
    outline: thin dotted;
}
.container-fluid{
	max-width: 1500px;
}
input:not([disabled]):not([type="submit"]) {
    min-height: 35px;
    border: 1px solid #ccc;
    padding: 3px 5px 6px;
    line-height: 28px;
}


/*--------------------------------------------------------------
# header and Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header 
--------------------------------------------------------------*/
h1.site-title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 2px 2px #ccc;
    margin-bottom: 10px;
    line-height: 50px;
}
h1.site-title a {
    text-decoration: none;
}

.site-branding{
    padding: 50px 0;
}
.site-description {
    font-size: 22px;
}
.head-image img {
    width: 100%;
    min-height: 250px;
}
.has-header-image {
    position: relative;
}
.has-header-image .site-branding{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 70px 0 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.2);
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
ul#avad-menu {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.avad-main-menu {
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
}


ul#avad-menu {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.avad-main-menu {
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    background: #fff;
}
ul#avad-menu li a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

ul#avad-menu li ul.dropdown-menu li a {
    text-transform: inherit;
}
ul#avad-menu li ul.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
ul#avad-menu li:hover ul.dropdown-menu,
ul#avad-menu li.focus ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    background: #fb3a64;
}
ul#avad-menu li ul.dropdown-menu li a:hover,
ul#avad-menu li.focus ul.dropdown-menu li a{
    background: inherit;
    color: #ededed;
}

ul#avad-menu li ul.dropdown-menu li a {
    color: #fff;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
h2.widget-title {
    font-size: 18px;
    text-align: center;
    background: rgba(251, 58, 100, 0.1);
    padding: 8px;
    margin-bottom: 15px;
}
.widget select {
	max-width: 100%;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul li {
    margin-bottom: 7px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ededed;
}
.widget.widget_search label,
.widget.widget_search input {
    display: block;
    width: 100%;
}
twitterwidget {
    margin: auto;
}
.widget ul li:last-child {
    border: none;
}

.tagcloud a {
    border: 1px solid #fafafa;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 700;
    text-shadow: inherit;
}
/*calender widget*/
.calendar_wrap
 tr {
    border-bottom: 1px solid #ccc;
}
.calendar_wrap
 td, .calendar_wrap
 th {
    border-right: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}
.calendar_wrap
 tr:first-child {
    border-top: 1px solid #ccc;
}
.calendar_wrap
 table {
    border-left: 1px solid #ccc;
    width: 100%;
}
#wp-calendar caption {
    border: 1px solid #ccc;
    padding: 10px 0;
    color: #000;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.post-thumbnail {
    margin-bottom: 1.3rem;
}
.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-meta span,.entry-meta a {
    font-size: 90%;
    color:#fb3a64;
    opacity: 0.9;
}
article.post.sticky, 
article.post.sticky .post-content {
    background: #ededed;
}
span.cat-links {
    display: block;
    margin-bottom: 5px;
}

span.tags-links {
    margin-right: 10px;
}

span.comments-link {
    margin: 0 10px 0 0;
}
article.post,
aside section.widget,
.page-header,
.post-navigation .nav-links {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    border-radius: 5px;
}
header.page-header {
    margin-bottom: 1.5rem;
}
.post-content,
aside section.widget,
.page-header,
.post-navigation .nav-links {
    padding: 1.5rem 1.2rem;
    background: #fff;
}

.post-thumbnail img {border-radius: 5px 5px 0 0;}

.nav-next,.nav-previous {
    display: inline-block;
}

.nav-next {
    text-align: right;
    float: right;
}
article.post {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    border-radius: 5px;
}
.search-main article.post {
   padding: 10px;
}
a.avad-read-more {
    border: 1px solid #fb3a64;
    padding: 7px 20px;
    text-decoration: none;
    margin: 10px 0;
    display: inline-block;
}
a.avad-read-more:hover {
    color:#fff;
    background: #fb3a64
}
.post-content {
    padding: 1.5rem 1.2rem;
}

.post-thumbnail img {border-radius: 5px 5px 0 0;}
nav.navigation.posts-navigation {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    background: #fff;
    padding: 1rem;
}
.site-footer .site-info {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    background: rgba(251, 58, 100, 0.2);
    padding: 20px;
}
.entry-content table,.comment-content table {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

.entry-content table td, .entry-content table th ,
.comment-content table td, .comment-content table th {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}

.entry-content table th ,
.comment-content table th {
    background: rgba(251, 58, 100, 0.1);
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
textarea {
    width: 100%;
}
#respond input[type="checkbox"] {
    min-height: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    width: auto;
}
#respond .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
#commentform .comment-form-cookies-consent {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    font-size: 14px;
    margin-top: 0;
}
#respond label {
    margin-bottom: 15px;
    display: block;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    min-height: 35px;
}
#commentform p {    
    margin-bottom: 21px;
}
#commentform p.comment-form-comment {
    margin-bottom: 0;
}
#commentform p.form-submit {
    margin: 21px 0 0;
}
#comments {
    margin: 60px 0 0;
}
#respond {
    margin-top: 50px;
}
.logged-in-as a {
    color: rgba(255, 255, 255, 0.7);
}
.logged-in-as a:hover,
.logged-in-as a:focus {
    color: #fb3a64;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	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;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
