/*
Theme Name: TC Quickstart
*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
.outline { background-color: #e0e0ff; margin: 30px; }
      /* Styling on <details> and <summary> below provides
         indentation for nested details blocks. */
    details > *:not(summary) { margin-left: 1em; }
    summary { display: list-item; }
    .title { display: inline-block; justify-content: space-evenly; align-items: center;}
    .summaryitem {text-align:center}
    
summary {
  display: inline-flex; 
  justify-content: space-evenly;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #eeeeee;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

summary .title {
  flex-grow: 1;
}

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
.slicknav_menu {display: none}
a:hover { text-decoration: none }
a:focus { outline: 0 solid; text-decoration: none}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    color: #0d1a3c;
    font-weight: 900;
}
body {
    font-family: 'Lato', sans-serif;
    color: #434343;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.container {
    max-width: 1250px;
}

.single-post-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.single-post-item h2 {
    font-size: 25px;
}

.content-block {
    padding: 10px 0 120px;
}


.header_area {
    background:  #375378;
    background-color: #375378;
    padding: 15px 0;
}

.header_add {
    margin-top: 12px;
}

.header_search_area {
    background: #274a76;
    padding: 10px 0;
    position: relative;
}
.social-links a {
    height:  38px;
    width:  38px;
    display:  inline-block;
    background: #fff;
    color:  #0d1a5d;
    line-height:  38px;
    text-align:  center;
    border-radius:  50%;
    font-size: 22px;
    margin: 1px 5px;
}

.social-links a:last-child {
    margin-right: 0;
}

.menu_area i.fa {
    height:  40px;
    width:  40px;
    background:  rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius:  2px;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
    cursor:  pointer;
    margin-right: 10px;
    opacity: 0.5;
}

.search_area input[type="text"] {
    height: 40px;
    border: none;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    outline: none;
    width: 350px;
    font-weight: 400;
    font-size: 14px;
}

.menu_search {
    position:  relative;
    z-index:  1;
}

.search_area {
    position:  absolute;
    top: 0;
    left:  50px;
    z-index: 9;
}

.search_area input::-webkit-input-placeholder {
    color:  #fff;
    opacity: 0.5;
}

.search_area input[type=submit] {
    height: 40px;
    width:  40px;
    background: transparent;
    border:  none;
    color: transparent;
    position:  absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    z-index: 99;
    cursor: pointer;
    outline: none;
}

.search_area:before {
    position: absolute;
    content: url(assets/img/search.png);
    right: 8px;
    top: 10px;
}

.footer_area {
    background:  #375378;
    padding:  60px 0 150px;
    color: #fff;
}

.footer-widgets h4 {
    font-size: 18px;
    color:  #fff;
    font-weight: 500;
}

.footer-widgets ul {
    margin:  0;
    padding:  0;
    list-style:  none;
}

.footer-widgets ul li a {
    font-size: 14px;
    color:  #fff;
    line-height: 30px;
    font-weight:  400;
    transition: 0.4s;
}

.footer-widgets span {
    display: block;
    font-size: 14px;
    line-height:  30px;
    margin-top: 15px;
}


.single_slides_item {
    display:  table;
    width:  100%;
    background-size:  cover;
    background-position:  center;
    background-repeat: no-repeat;
    background-color: #ddd;
}

.slide-tablecell {
    display: table-cell;
    vertical-align:  middle;
}

.slide_text h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.slide_text {
    padding: 26px 30px 40px 30px;
    background: rgba(0, 0, 0, .7);
    position:  relative;
    width: 885px;
}

.slide_text p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.slide-btn a {
    display:  inline-block;
    background:  #2c9dcb;
    color:  #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight:  900;
    padding: 12px 55px;
    text-transform:  uppercase;
    transition: 0.4s;
}

.slide-btn a:hover {
    background: #375378;
}

.slide-btn {
    position:  absolute;
    left:  30px;
    bottom: -23px;
}
.slides_wrap .owl-nav .owl-dot {}

.slides_wrap .owl-dots .owl-dot {
    height:  15px;
    width:  15px;
    background: rgba(255, 255, 255, 0.7);
    display:  inline-block;
    border-radius:  50%;
    margin: 0 2px;
}

.slides_wrap .owl-dots {
    position:  absolute;
    bottom: 25px;
    text-align:  center;
    width: 100%;
}

.slides_wrap .owl-dots .owl-dot.active {
    background: rgba(255, 255, 255, 1);
}

.slide-comments img {
    width:  26px !important;
    display: inline-block !important;
    margin-top: -5px;
}

.slide-comments span {
    font-size: 24px;
    color:  #fff;
    display:  inline-block;
    margin-left: 5px;
}

.slide-comments {
    position: absolute;
    right: 24px;
    bottom: 16px;
}

.single_comment_wrap {
    display: block;
    height: 252px;
    width:  100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index:  1;
    background-color: #ddd;
    position: relative;
    box-shadow: 0 1px 10px rgba(193, 193, 193, 0.5);
    margin: 10px 0;
}
.single_comment_wrap:before {
    position: absolute;
    content:  "";
    height: 100%;
    width:  100%;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
    left:  0;
    top: 0;
    z-index: -1;
}
.comment_content .box img {
    width: 26px !important;
    display:  inline-block;
    margin-right:  2px;
    margin-top: -3px;
}

.comment_content span {
    font-size: 14px;
    letter-spacing:  2px;
    color:  #fff;
    opacity:  .8;
    font-weight:  900;
    display:  inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.comment_content {
    padding: 0 30px 25px 22px;
    position:  absolute;
    bottom:  0;
    left:  0;
    width:  100%;
}

.comment_content .box h5 {
    color:  #fff;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 0;
    padding-right: 50px;
}

.comment_content .box p {
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 22px;
    bottom: 8px;
}
.slides_wrap {
    margin-bottom: 55px;
}
.popular_post_area h3 {
    font-size: 20px;
    text-transform:  uppercase;
    color: #434343;
    line-height: 24px;
    margin-bottom: 10px;
}

.most_popular_comment.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.popular_post_area {
    overflow-x: hidden;
    padding-bottom: 50px;
}

.most_popular_comment:before {
    position:  absolute;
    content:  "";
    height:  100%;
    width:  1000%;
    background:  #fff;
    top: 0;
    z-index: 99;
    left: -1000.5%;
}

.single_blog_wrap, .single_post_blog {
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
    position:  relative;
    z-index:  1;
}

    .single_blog_post_img {
  		display: block;
 		width: 100%;
 		height: auto;
 		position: relative;
  		overflow: hidden;
  		padding: 45% 0 0 0; /* 34.37% = 100 / (w / h) = 100 / (640 / 220) */
		background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
    }
	
	.single_blog_post_img img{
  		display: block;
  		max-width: 100%;
  		max-height: 100%;
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		left: 0;
  		right: 0;
    }

.row.small_wrap .single_blog_image {
    height: 211px;
}
.row.small_wrap .single_blog_post_img {
    height: 211px;
}
    .single_blog_image {
  		display: block;
 		width: 100%;
 		height: auto;
 		position: relative;
  		overflow: hidden;
  		padding: 45% 0 0 0;
		background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
    }
	
	.single_blog_image img{
  		display: block;
  		max-width: 100%;
  		max-height: 100%;
  		position: absolute;
  		top: 0;
  		bottom: 0;
  		left: 0;
  		right: 0;
    }

.single_content {
    padding: 30px;
}

.single_content span.category {
    font-size: 14px;
    color: #0d1a3c;
    font-weight: 900;
    opacity: .8;
    letter-spacing: 2px;
    text-transform:  uppercase;
    line-height:  16px;
    margin-bottom:  5px;
    display:  inline-block;
}

.single_content h2 {
    font-size: 28px;
    margin-bottom: 0;
}

.single_content h2 a {
    color: #0d1a3c;
    line-height: 40px;
}

.single_content .post-meta {
    font-size:  14px;
    color: #434343;
    opacity: .6;
    margin-bottom: 18px;
}

.single_content .post-meta span {
    font-weight: 700;
}

.single_content .post-meta .blog-com {
    font-weight:  400;
    display:  inline-block;
    margin-left: 15px;
}

.single_content .post-meta .blog-com img {
    margin-right:  5px;
    margin-top: -2px;
}

.blog-btn {
    display:  inline-block;
    text-transform:  uppercase;
    font-size: 14px;
    font-weight:  900;
    color: #fff;
    background-color: #2c9dcb;
    padding: 12px 45px;
    border-radius:  5px;
    transition:  0.4s;
    margin-top: 22px;
}


.blog-btn:hover {
    background: #375378;
    color: #fff;
}

.post_tags {
    margin-top: 20px;
}

.post_tags h4 {
    font-size: 16px;
    color: #434343;
    font-weight:  700;
    margin-bottom: 10px;
}

.post_tags ul {
    margin:  0;
    padding:  0;
    list-style:  none;
}

.post_tags ul li {
    display:  inline-block;
    background-color: #eeeeee;
    border-radius:  10px;
    font-size: 12px;
    color: #969696;
    padding: 2px 15px 4px;
    line-height:  15px;
    margin-right: 5px;
}
.single-sidebar-item {
    border: 1px solid #d7d7d7;
    border-radius: 1px;
    margin-bottom: 20px;
}

.cta_wrap {
    background-color: #2c9cca;
    text-align:  center;
    padding: 50px 50px 40px 50px;
}

.cta_wrap h3 {
    font-size: 30px;
    color:  #fff;
    line-height: 36px;
}

.cta-btn {
    font-size: 14px;
    font-weight:  900;
    background: #fff;
    color: #2c9cca;
    display:  inline-block;
    padding:  12px 50px;
    border-radius: 5px;
    margin-top: 25px;
    transition: 0.4s;
}

.cta-btn:hover {
    background:  #000;
    color: #fff;
}

.fav_comment_wrap {
    padding:  15px;
}

.single-sidebar-item h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    background:  #375378;
    padding: 20px 18px;
}

.single_fav_wrap {
    background-color: #eff1f3;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px 12px;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 20px;
}

.single_fav_wrap h5 {
    font-size: 15px;
    font-weight:  700;
    margin-bottom: 2px;
    margin-top: 6px;
}

.single_fav_wrap span {
    font-size: 11px;
    color: #838383;
}
.single_fav_wrap:last-child {
    margin-bottom: 0;
}

.single_post_blog .post_tags {
    margin-top: 60px;
}

.comment_wrap .comment-respond {
    padding: 35px 30px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}

.comment-respond h3 {
    font-size: 24px;
    color: #4a4a4a;
    text-transform:  uppercase;
    margin-bottom: 28px;
}

p.comment-notes {
    display:  none;
}

input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password], textarea, select {
    width: 100%;
    border: 1px solid #d8d8d8;
    outline:  none;
    border-radius:  5px;
    padding: 11px 15px;
}

textarea {
    height:  126px;
    resize:  none;
}

.comment-respond label {
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 600;
}

p.comment-form-author {
    width: 48%;
    display: inline-block;
    margin-right: 3%;
}

p.comment-form-email {
    width: 48%;
    display: inline-block;
}

p.comment-form-comment {
    margin-bottom: 10px;
}

p.form-submit {
    margin-bottom: 0;
    margin-top: 6px;
}

.form-submit input[type=submit] {
    width:  100%;
    border:  none;
    background:  #2c9cca;
    padding:  15px;
    border-radius: 5px;
    font-size: 18px;
    text-transform:  uppercase;
    font-weight:  900;
    color:  #fff;
    cursor:  pointer;
    transition: 0.4s;
}

.form-submit input[type=submit]:hover {
    background:  #000;
    color: #fff;
}
.comment-respond .logged-in-as a {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
}



.desktop_menu {
    position:  fixed;
    z-index: 999;
    width: 350px;
    background: #fff;
    top: 0;
    height:  100%;
    left: -410px;
    box-shadow: 2px 0 10px rgba(97, 97, 97, 0.5);
    padding: 18px 25px;
    transition: 0.5s;
}

.desktop_menu span {
    color: #000000;
    font-size: 14px;
    text-transform:  uppercase;
    font-weight:  900;
    opacity:  0.8;
    letter-spacing: 2px;
}

.desktop_menu ul {
    margin:  0;
    padding:  0;
    list-style:  none;
}

.desktop_menu ul li {
    display:  block;
}

.desktop_menu ul li a {
    display:  inline-block;
    color: #0d1a3c;
    line-height: 45px;
    font-size:  26px;
    text-transform: capitalize;
}

.desktop_menu ul.menu {
    margin-bottom: 35px;
}

.sidemenu_search.active input[type=text] {
    opacity: 1;
}

.sidemenu_search input[type=text] {
    height: 40px;
    border-radius: 30px;
    border-color: #c8c8c8;
    background: #ebebeb;
    opacity: 0
}

.sidemenu_search {
    position:  relative;
    z-index:  1;
    margin-bottom: 18px;
    width: 40px;
    transition: 0.4s;
}

.sidemenu_search.active {
    width: 100%;
}

.post_tags ul li a {
    color: #969696;
}

.sidemenu_search input[type=submit] {
    height:  40px;
    width:  40px;
    border:  none;
    background: transparent;
    cursor:  pointer;
    color:  transparent;
    position:  absolute;
    top: 0;
    right: 0;
    z-index: 99;
    outline: none;
}

.sidemenu_search.active:before{
    right: 10px;
}

.sidemenu_search:before {
    position:  absolute;
    content: url(assets/img/menu_search.png);
    right:  auto;
    top: 10px;
    z-index: 9;
}

.menu_switcher, .m_menu_switcher {
    position:  fixed;
    height:  100%;
    width: 100%;
    background:  #0d1a3c;
    z-index:  98;
    opacity: 0;
    transition: 0.5s;
    visibility:  hidden;
}

.m_menu_switcher {
    background-color: #2e2e2e;
}

.m_menu_switcher.active {
    visibility: visible;
    opacity: .9;
}

.menu_switcher.active {
    visibility: visible;
    opacity: 0.95
}

.desktop_menu.active {
    left: 0;
}

.desktop_menu .menu_close {
    display:  inline-block;
    height:  42px;
    width: 42px;
    position:  absolute;
    top: 10px;
    right: -55px;
    background:  rgba(255, 255, 255, 0.2);
    font-size:  28px;
    color:  #fff;
    text-align:  center;
    line-height: 40px;
    cursor: pointer;
	opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.desktop_menu.active .menu_close {
    visibility:  visible;
    opacity: .5;
}

.comment-list {
    padding: 30px 30px 5px 30px;
    border: 1px solid #d7d7d7;
    margin-bottom: 50px;
}

.comment-list .comments-title {
    font-size: 24px;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.comment-list li {
	list-style: none;
	overflow: hidden;
}

.comment-list .comment-body {
    list-style:  none;
    position:  relative;
    z-index:  1;
    padding: 12px 15px;
    background:  #eff1f3;
    border-radius: 5px;
    margin-bottom: 60px;
}

.comment-author.vcard .says {
    display:  none;
}

.comment-author.vcard .fn {
    font-size: 14px;
    color: #4a4a4a;
    font-style:  normal;
    font-weight: 700;
    margin-bottom:  8px;
    display: block;
}

.comment-meta.commentmetadata .comment-edit-link {
    display: none;
}

.comment-meta.commentmetadata a {
    color: #4a4a4a;
    font-size: 14px;
    font-weight:  700;
}

.comment-meta.commentmetadata {
    position:  absolute;
    top: 12px;
    right: 5px;
}

.comment-list li:before {
}

.comment-list p {
    color: #4a4a4a;
    font-size: 14px;
}

.comment-reply-link {
    font-size: 15px;
    color: #2c9cca;
    font-weight: 700;
}

.reply {
	position:  absolute;
	left:  0;
	bottom: -30px;
}

.comment-list ol {
    margin-bottom: 0;
}

.comment-list li.comment .comment-respond {
    padding:  0;
    border-color: transparent;
    margin-top: -20px;
    margin-bottom: 35px;
}

.comment-list li.comment .comment-respond h3#reply-title {
    display:  none;
}

.post-meta-mobile, .blog_content-mobile {
    display: none;
}
.tc-pagination .page-numbers {
    width:  44px;
    height:  40px;
    display:  inline-block;
    line-height:  40px;
    text-align:  center;
    font-size: 14px;
    font-weight: 900;
    color: #434343;
}

.tc-pagination .page-numbers.current {
    background-color: #2c9dcb;
    color: #fff;
}

.tc-pagination {
    margin-top: 30px;
}

.bwog_imagg_wrap {
    padding:  20px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}

.bwog_imagg_wrap.imgg_count_1 {
    padding:  5px;
    border: 2px solid #d7d7d7;
    margin-bottom: 40px;
	margin-top: 20px;
	width:100%;
}


.single_imgg {
    width: 100%;
    display:  inline-block;
    margin-right: 1.4%;
}

.single_imgg:last-child {
    margin-right: 0;
}

.bwog_imagg_wrap.imgg_count_2 .single_imgg {
    width:  49%;
    margin-right: 1.5%;
}

.bwog_imagg_wrap.imgg_count_2 .single_imgg:last-child {
    margin-right: 0;
}

.bwog_imagg_wrap.imgg_count_2 .single_imgg img, .bwog_imagg_wrap.imgg_count_1 .single_imgg img {
    width:  100%;
}

.bwog_imagg_wrap.imgg_count_1 .single_imgg {
    width: 100%
}

.mobile_header {
    display:  none;
}

span.mobile_menur {
    position:  absolute;
    height:  36px;
    width:  36px;
    color:  #fff;
    font-size:  25px;
    line-height:  36px;
    text-align:  center;
    background:  rgba(255, 255, 255, 0.2);
    left:  0;
    top: 50%;
    transform: translateY(-50%);
    cursor:  pointer;
}

.search_icon_m {
    position:  absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color:  #fff;
    cursor:  pointer;
    height:  36px;
    width:  36px;
    text-align:  center;
    line-height: 36px;
}

.searchform.mobile {
    position:  absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    top: 100px;
    transition: 0.5s;
}

.searchform.mobile input[type=text] {
    border-radius: 3px;
}

.searchform.mobile input[type=submit] {
    height: 47px;
    width:  46px;
    position:  absolute;
    top: 0;
    border: none;
    background: transparent;
    color:  transparent;
    right:  0;
    border-radius: 0 3px 3px 0;
    z-index: 1;
    cursor: pointer;
    outline: none;
}

.searchform.mobile:before {
    position: absolute;
    content: url(assets/img/menu_search.png);
    right: 10px;
    top: 13px;
    z-index: 0;
}

.searchform.mobile.active {
    visibility:  visible;
    opacity:  1;
    top: 57px;
}

.mobile_menu_section {
    width:  250px;
    position:  fixed;
    z-index:  999;
    top: 0;
    background: #fff;
    box-shadow: 0 2px 18px 7px rgba(59, 59, 59, 0.5);
    transition: 0.5s;
    height: 100%;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    left: -280px;
}
.mobile_menu_section.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.mobile_menu_section h4, .mobile_menu_section span {
    font-size: 12px;
    color: #7b7b7b;
    text-transform:  uppercase;
    font-weight: 700;
}

ul.m_soical {
    padding:  0;
    list-style:  none;
    margin: 0 0 25px;
}

.mobile_menu_section ul.m_soical li{
    display:  inline-block;
    margin-right: 2px;
}

.mobile_menu_section ul.menu_category li, .mobile_menu_section ul#mobile li {
    display: block;
}

.mobile_menu_section ul.menu_category, .mobile_menu_section ul#mobile {
    margin: 0 0 20px;
    list-style: none;
    padding:  0;
}

.mobile_menu_section ul.menu_category li a, .mobile_menu_section ul#mobile li a {
    display:  inline-block;
    color: #141414;
    font-size:  16px;
    line-height: 34px;
}

span.m_menu_close {
    height:  38px;
    width:  38px;
    display:  inline-block;
    font-size: 30px;
    text-align:  center;
    line-height:  34px;
    position:  absolute;
    right: -40px;
    top: 4px;
    color: #fff;
    cursor: pointer;
}

nav.page-nav .page-numbers {
    height:  36px;
    width: 40px;
    display:  inline-block;
    line-height: 36px;
    text-align:  center;
    font-weight:  700;
    color: #000;
    text-transform:  uppercase;
}

nav.page-nav .page-numbers.current {
    background:  #2c9dcb;
    color: #fff;
}

nav.page-nav {
    margin-top: 30px;
}

.bwog_blog_wrap {
    display:  none;
}
.content-block.single {
    padding-top: 60px;
}

.comment-list .comment-body p span {
    font-weight: 600;
    display:  inline-block;
    margin-right: 8px;
}

.slide_text h1 a {
    color: #fff;
}

.show_search {
    height:  40px;
    width:  40px;
    position:  absolute;
    z-index: 999;
}

.show_search {
    height:  40px;
    width:  40px;
    position:  absolute;
    z-index: 999;
    cursor: pointer;
}

h2.screen-reader-text {
    display:  none;
}

.nav-links a {
    display:  inline-block;
    background:  #2c9dcb;
    color:  #fff;
    padding:  8px 30px;
    border-radius:  5px;
    margin-top:  30px;
    transition: 0.4s;
}

.nav-links a:hover {
    background:  #000;
    color: #fff;
}

.search_tag_name, .search_category_name {
    font-size: 20px;
    text-transform:  uppercase;
    font-weight: 900;
    color: #434343;
    position:  absolute;
    top: -40px;
    left: 15px;
}

.row.bwog-archive {
    margin-top: 40px;
}

.nav-links div {
    display:  inline-block;
    margin-right: 15px;
}

.content-block.bwog-search {
    margin-top: 50px;
}

.other_page {
    border: 1px solid #d7d7d7;
    padding: 40px 30px;
    margin-top: 70px;
}

.other_page h3 {
    font-size:  28px;
    line-height: 40px;
    color: #0d1a3c;
}

.other_page p {
    color: #434343;
}

.wp-polls {
    padding: 20px 15px 3px;
}

.wp-polls p strong {
    font-size:  20px;
    color: #2b2b2b;
    font-weight:  700;
}
ul.wp-polls-ul li {
    margin-bottom: 10px;
}

ul.wp-polls-ul {
    margin-bottom: 20px;
}

.wp-polls input[type=button] {
    background-color: #2c9dcb;
    color:  #fff;
    padding:  10px 50px;
    border:  none;
    border-radius:  5px;
    transition: 0.4s;
    text-transform:  uppercase;
    font-weight: 900;
    font-size: 14px;
    cursor:  pointer;
}

.wp-polls p a {
    color: #2c9dcb;
    font-size: 18px;
    font-weight: 700;
}

.wp-polls input[type=button]:hover {
    background:  #375378;
    color: #fff;
}

body.paged .content-block {
    padding-top: 60px;
}

.mobile_box {
    height: 300px;
    text-align:  center;
    margin: -15px -15px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.mobile_box2 {
    display:  block;
    height:  50px;
    margin:  -15px -15px 0;
    background-size:  cover;
    background-position:  center;
    background-repeat:  no-repeat;
}

.mobile_code_box {
	box-sizing: border-box;
    margin:0;
	border-style:solid;
	border-width:.5px;
	border-color:#D3D3D3
}

.comment-author.vcard {
    display:none;
}

.comment-list .comment-body{
   padding-top:30px;
}

.comment-meta.commentmetadata {
    top: 5px;
}

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

.adtext {
	display: block;
	width:100%; 
	text-align:center;
	font-size:12px;
	font-color:#D3D3D3
}