/* ------------------------------------------------------------ *\
	Base WordPress CSS
\* ------------------------------------------------------------ */

.alignnone,
.alignleft,
.alignright,
.aligncenter { margin: 5px 15px 10px; }
.alignleft { margin-left: 0; }
.alignright { margin-right: 0; }
.alignnone { display: block; margin-left: 0; margin-right: 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { position: relative; padding: 0; border: none; }
.wp-caption img { min-width: 100%; }
.wp-caption-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 10px; background: rgba(0, 0, 0, 0.5); color: #fff; }

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.paging { padding: 20px 0; text-align: center; color: #00aeef; }
.paging ul { list-style: none outside none; padding: 0 25px; }
.paging ul,
.paging li { display: inline-block; vertical-align: top; }
.main .paging a { display: inline-block; padding: 3px 10px; background: #00aeef; color: #fff; margin: 0 2px; text-decoration: none; transition: all .3s; min-width: 30px; }
.paging .current a,
.paging a:hover { text-decoration: none; background: #000; }
.paging .paging-spacer { line-height: 30px; }

.paging__label { padding-right: 20px; }

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */

.section-comments { padding-top: 15px; margin-bottom: 70px; }
.section-comments a { text-decoration: none; color: #00aeef; }
.section-comments p { padding-bottom: 18.2px; }
.section-comments ol,
.section-comments ul { padding: 0; margin: 0; list-style: none outside none; }
.section-comments h3 { position: relative; padding: 0 0 10px; }
.section-comments h3 small { position: absolute; top: 0; right: 0; }

.comments,
.comments .children { position: relative; }
.comments .children:before,
.comments .children:after { content: ''; position: absolute; display: block; }
.comments .children:before { top: 33px; left: 23px; width: 32px; height: 27px; border-left: 8px solid #00aeef; border-bottom: 8px solid #00aeef; border-radius: 0 0 0 8px; }
.comments .children:after { top: -5px; left: 8px; border: 20px solid transparent; border-width: 20px 19px; border-bottom-color: #00aeef; }

.comments .comment { position: relative; border-top: 1px dashed #00aeef; }
.comments .children { padding-left: 70px; }
.comments .avatar { position: absolute; top: 28px; left: 0; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #00aeef; }
.comments .says { padding-left: 5px; }
.comments .moderation-notice { display: inline-block; margin: 3px 0 8px; color: #999; }

.comments .comment__entry { position: relative; padding: 30px 0 30px 65px; }
.comments .children .comment__entry { padding: 30px 0 30px 30px; }

.comments .comment__text p:last-child { padding-bottom: 0; margin-bottom: 0; }

.comments .comment__author { margin-bottom: 10px; }

.comments .comment__meta { padding-bottom: 12px; }
.comments .comment__meta a { color: #00aeef; transition: all .3s; }
.comments .comment__meta a:hover { color: #000; }

.comments .comment__reply { padding-top: 10px; text-align: right; }
.comments .comment__reply a { display: inline-block; padding: 5px 10px; background: #00aeef; color: #fff; transition: all .3s; font-weight: bold; }
.comments .comment__reply a:hover { text-decoration: none; background-color: #000; }

.comment-respond { width: 100%; padding-top: 30px; border-top: 1px solid #00aeef; }
.comment-respond h3 { position: relative; }
.comment-respond small { position: absolute; top: 0; right: 0; }
.comment-respond label { display: block; padding-bottom: 4px; }
.comment-respond input[type="text"],
.comment-respond textarea { display: block; width: 80%; padding: 10px; border: 1px solid #00aeef; background: #f7f7f7; resize: vertical; }
.comment-respond textarea { width: 100%; height: 100px; }
.comment-respond input[type="text"]:focus { background-color: #fff; }
.comment-respond input[type="text"]::-webkit-input-placeholder { color: #777; }
.comment-respond input[type="text"]::-moz-placeholder { color: #777; }
.comment-respond input[type="text"]:-ms-input-placeholder { color: #777; }
.comment-respond input[type="text"]::placeholder { color: #777; }
.comment-respond textarea { width: 100%; }

.comment-respond .required { color: #00aeef; }
.comment-respond .comment-notes { padding-top: 15px; }
.comment-respond .form-submit input { display: block; width: 160px; height: 40px; border: 0; color: #fff; background: #00aeef; cursor: pointer; transition: all .3s; font-weight: bold; }
.comment-respond .form-submit input:hover { background-color: #000; }

.comments .children:after,
.comments .children:before { display: none; }

.nocomments { padding-top: 12px; font-weight: bold; font-size: 18px; }

/* ------------------------------------------------------------ *\
	Blog & Blog Single Page Templates
\* ------------------------------------------------------------ */

.page-template-blog-page,
.page-template-sample-page-2,
.page-template-blog-single { padding-top: 260px; }

/*  Shell  */
.shell { max-width: 980px; margin: 0 auto; padding: 0 15px; }

/*  Main  */
.main { padding-bottom: 40px; }
.main a { color: #00aeef; }

/*  Footer  */
.main footer { text-align: left; background: none; }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.main .btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; appearance: none; color: #fff; font-weight: bold; font-size: 16px; line-height: 1.25; padding: 10px 18px; background: #12abeb; border-radius: 0; transition: background .3s; }
.main .btn:hover { background: #000; }
.main .btn--more {}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials ul { list-style-type: none; }
.socials li { display: inline-block; }
.socials a { display: block; transition: opacity .3s; }
.socials a:hover {  opacity: .8; }
.socials a img { backface-visibility: hidden; }

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */

.section--article { padding-bottom: 226px; }

.article { font-weight: 300; color: #585858; font-size: 18px; line-height: 1.44; display: flex; flex-flow: row nowrap; justify-content: space-between; }

.article__title { color: #000; text-transform: none; font-weight: bold; letter-spacing: 0; margin-bottom: 0; }

/*  Article Flex Box  */
.article--single .article__aside { order: 2; }
.article--single .article__content { order: 1; }

.article--single .article__content,
.section-articles--primary .articles .article:first-child .article__content { flex: 0 1 56.7%; max-width: 56.7%; }
.article--single .article__aside,
.section-articles--primary .articles .article:first-child .article__aside {  flex: 0 1 36%; max-width: 36%; }

/*  Article Aside  */
.article .article__aside ul { list-style-type: none; display: inline-block; vertical-align: middle; margin-bottom: 0; padding: 0; font-style: italic; }
.article .article__aside ul a { color: #585858; font-weight: 500; }
.article .article__aside .socials li { padding: 0 11px; }
.article .article__aside .socials ul { padding-left: 28px; }
.article .article__aside .tags li { padding-right: 8px; }

.article .article__aside-label { font-weight: bold; display: inline-block; vertical-align: middle; padding-left: 5px; }

.article .article__aside > div { padding-bottom: 33px; margin-bottom: 30px; }
.article .article__aside > div { border-bottom: 2px solid  #12abeb; }
.article .article__aside > div:last-child { border-bottom: none; }

.article .article__aside .tags li,
.article .article__aside .socials li { display: inline-block; }

.main .article div.article__media { width: 100%; margin: -2px 0 0;  border-bottom: 0; padding-bottom: 35px; }
.article .article__media img { width: 100%; }

/*  Article Head  */
.article .article__head { margin-bottom: 21px; }
.article .article__title { font-size: 40px; line-height: 1.2; }

.article .article__meta { font-size: 14px; padding-top: 20px; }
.article .article__meta p { margin-bottom: 0; }
.article .article__meta a { color: #00aeef; transition: all .3s; text-decoration: none; }
.article .article__meta a:hover { color: #fcce01; }

/*  Article Entry  */
.article .article__entry { margin-bottom: 82px; }
.page-template-blog-page .articles .article .article__entry { margin-bottom: 30px; }
.page-template-blog-page .articles .article:first-child .article__media { padding: 0; margin: 0; }
.article .article__body:last-child .article__entry { margin-bottom: 30px; }

.article .article__entry p { margin-bottom: 26px; }
.article .article__entry p:last-child { margin-bottom: 0; }
.article .article__entry ol,
.article .article__entry ul { margin-bottom: .5em; padding-left: 40px; }
.article .article__entry ol li,
.article .article__entry ul li { }

.article .article__entry blockquote { padding: 20px; border-left: 5px solid #000; }
.article .article__entry blockquote p { margin-bottom: 0; }
.article .article__entry blockquote p + p { margin-top: .5em; }

.article .article__entry img { display: block; }
.article .alignleft { float: left; margin: 0 20px 10px 0; }
.article .alignright { float: right; margin: 0 0 10px 20px; }
.article .alignnone { float: none; margin: 0 0 10px; }
.article .aligncenter { display: block; margin: 0 auto 10px; }

.article .wp-caption { font-size: .8em; }
.article p.wp-caption-text { display: block; padding: 10px; margin: 0; font-size: .8em; }

.article .article__entry h1 { font-size: 40px; }
.article .article__entry h2 { font-size: 36px; }
.article .article__entry h3 { font-size: 32px; }
.article .article__entry h4 { font-size: 30px; }
.article .article__entry h5 { font-size: 28px; }
.article .article__entry h6 { font-size: 26px; }

/*  Articel Foot  */
.article .article__foot { padding: 0; }

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */

.articles { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-start; padding: 50px 0 0 0; }

.articles .article { flex: 0 1 48%; max-width: 100%; padding: 0 0 73px; list-style: none; display: block; font-size: 16px; line-height: 1.38; }

.articles .article__meta { font-size: 12px; padding: 4px 0 14px; }
.articles .article__head { margin-bottom: 5px; }

.articles .article__title { color: #050607; font-size: 20px; line-height: 1.2; margin: 0; }
.articles .article__title a { text-decoration: none; color: #050607; }
.articles .article__title a:hover { color: #00aeef; }

/*  Artciles Primary  */
.section-articles--primary .articles { padding-top: 0; }

.section-articles--primary .articles .article:first-child { flex: 0 0 100%; max-width: 100%; display: flex; flex-flow: row nowrap; justify-content: space-between; font-size: 18px; line-height: 1.44; margin-bottom: 73px; }
.section-articles--primary .articles .article:first-child .article__title { font-size: 40px; line-height: 1.2; padding-top: 2px; }
.section-articles--primary .articles .article:first-child .article__entry { margin-bottom: 50px; }
.section-articles--primary .articles .article:first-child .article__head { margin-bottom: 20px; }

/*  Articles Secondary  */ 
.section-articles--secondary { border-top: 2px solid  #b2b2b2; padding-top: 7px; }

.section-articles--secondary .articles { padding-bottom: 96px; }
.section-articles--secondary .article__entry { margin-bottom: 30px; }

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.section-articles .nav-previous,
.section-articles .nav-next { margin-bottom: 12px; }

.section-articles .nav-previous a,
.section-articles .nav-next a { display: block; border: 2px solid #00aeef; padding: 4px; margin: 0 auto; text-align: center; width: 110px; }

.section-articles .nav-previous a:hover,
.section-articles .nav-next a:hover { background-color: #00aeef; color: #fff; text-decoration: none; }

/*  Media Queries  */
@media (max-width: 767px) {
	.main { padding-top: 25px;  }
	.article,
	.section-articles--primary .articles .article:first-child { font-size: 16px; }


	.section--article { padding-bottom: 80px; }

	.section-articles--secondary .articles { padding-bottom: 0; }

	.page-template-blog-page,
	.page-template-blog-single { padding-top: 0; }

	.articles,
	.section-articles--primary .articles .article:first-child,
	.article { display: block; }

	.section-articles--primary .articles .article:first-child { margin-bottom: 0; }
	
	.articles .article,
	.article--single .article__content,
	.section-articles--primary .articles .article:first-child .article__content,
	.article--single .article__aside,
	.section-articles--primary .articles .article:first-child .article__aside {  flex: none; max-width: 100%; }

	.article .article__aside > div { padding-bottom: 20px; margin-bottom: 20px; }
	.main .article div.article__media { padding-bottom: 20px; }
	
	.article .article__title,
	.section-articles--primary .articles .article:first-child .article__title,
	.articles .article__title { font-size: 32px; padding-top: 8px; }

	.article__entry img[class^="align"],
	.article__entry img[class^="align"],
	.main .wp-caption { float: none; min-width: 100%; margin-left: 0; margin-right: 0; height: auto; }
}

img.mfp-img { padding: 0 !important; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close { top: -40px !important; }
