/*////////////////////////////////*/

.main-navigation a {
	/*padding: 1em 1.25em;*/
	padding: 10px 2px;
}

.custom-ads-logo-ads {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-ads-logo-ads .adgroup {
  flex: 1;
}

.custom-ads-logo-ads .adgroup .left_side {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.custom-ads-logo-ads .adgroup .right_side {
	float:right;
	width: 100%;
	margin-bottom: 8px;
}

.custom-ads-logo-ads section div.textwidget>div {
	width: auto !important;
	height: auto !important;
}

.custom-ads-logo-ads section.widget {
	padding-bottom: 0px;
	margin-bottom: 8px;
}

.custom-ads-logo-ads .custom-header {
  flex: 2;
  margin: 0 30px;
}

.custom-ads-logo-ads .custom-header .custom-header-media {
  /*display: flex;
  justify-content: center;*/
}

#page {
    width: calc(100% - 60px);
    background-color: rgba(255,255,255,0.8);
    margin: 30px 30px 20px;
    padding: 10px 20px 0px 20px;
    min-width: 790px;
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.875);
    -ms-box-shadow: 10px 10px 10px rgba(0,0,0,.875);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.875);
    box-shadow: 10px 10px 10px rgba(0,0,0,.875);
}

body{
  background: url(./backgrounds/wonder2-1200x747.jpg) no-repeat center top fixed;
  /*background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;*/
  width: 100%;
  min-width: 850px;
  background-size: cover;
}

.navigation-top {
  background: transparent;
}

.first-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-branding {
	display: none;
}

.site-content-contain {
  background: transparent;
  /* min-width: 750px; */
}

html {
  height: 100%;
}

@media screen and ( max-width: 982px ) {
    .second-menu {
        flex-wrap: wrap;
    }
    .second-menu .second-wrap {
        order: 1;
        padding: 10px 10px 0 !important;
    }
}
@media screen and ( min-width: 1000px ) {
	.navigation-top a {
		color: #222;
		font-weight: 600;
		font-size: 14px;
        margin: 0;
        /*padding: 5px 0;*/
		-webkit-transition: color 0.2s;
		transition: color 0.2s;
	}
    .main-navigation a {
        /*padding: 1em 1.25em;*/
        padding: 10px 5px;
    }
}

.second-menu.mobile .second-wrap ul li a {
	color: #222;
	display: block;
	font-size: 13px;
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
    position: relative;
    text-shadow: none;
    font-weight: 600;
    text-transform: none;
}

.second-menu .second-wrap ul li a {
	color: #fff;
	display: block;
	font-size: 9px;
	margin: 0;
	padding: 5px 0;
	text-decoration: none;
	position: relative;
}

@media screen and ( min-width: 1200px ) {

    .second-menu .second-wrap ul li a {
    	color: #fff;
    	display: block;
    	font-size: 10px;
    	margin: 0;
    	padding: 5px 8px;
    	text-decoration: none;
    	position: relative;
    }

}

@media screen and ( min-width: 1300px ) {
    .second-menu .second-wrap ul li a {
        color: #fff;
        display: block;
        font-size: 11px;
        margin: 0;
        padding: 5px 5px;
        text-decoration: none;
        position: relative;
    }

}

@media screen and ( min-width: 67em ) {
	body{
	  background: url(./backgrounds/wonder2-1200x747.jpg) no-repeat center top fixed;
	  background-size: cover;
	  /*background-repeat: no-repeat;
	  background-position: center center;
	  background-attachment: fixed;*/
	  width: 100%;
	  /* min-width: 850px; */
	}
}


	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		top: 0;
		/*width: 100%;*/
		z-index: 7;
		width: 790px;
		align-items: center;
		/*background: #fff;*/
		left: 30px;
    		padding: 0 20px;
	}

	.site-main-navigation-fixed.first-menu {
		/*width: 100%;*/
		/*align-items: center;*/
		background: #fff;
	        padding: 0 11px;
	}


@media screen and (min-width: 865px) {
	.site-navigation-fixed.navigation-top {
	    bottom: auto;
	    position: fixed;
	    top: 0;
	    /*width: 100%;*/
	    z-index: 7;
	    width: calc(100% - 60px);
	    align-items: center;
	    /*background: #fff;*/
	    left: 30px;
	    padding: 0 20px;
	}

}

@media screen and (min-width: 1215px) {
	.site-navigation-fixed.navigation-top {
	    bottom: auto;
	    position: fixed;
	    top: 0;
	    /*width: 100%;*/
	    z-index: 7;
	    width: calc(100% - 60px);
	    align-items: center;
	    /*background: #fff;*/
	    left: 30px;
	    padding: 0 20px;
	}

	.site-main-navigation-fixed.first-menu {
	    /*width: 100%;*/
	    /*align-items: center;*/
	    background: #fff;
	    padding: 0 11px;
	}

body .navigation-top .header-search form.search-form {
	width: 130px;
}
}

.navigation-top .wrap ul#top-menu .menu-item {
	    /*padding: 15px 0;*/
}

.navigation-top .wrap ul#top-menu>li::before {
    /*content: '';
    position: absolute;
    display: inline-block;
    top: -2px;
    left: 50%;
    width: 0;
    height: 5px;
    margin-left: 0;
    background: #f0786f;
    -webkit-transition: all .5s cubic-bezier(0.5, 0, 0.5, 1);
    transition: all .5s cubic-bezier(0.5, 0, 0.5, 1);*/
}

.navigation-top .wrap ul#top-menu li li a {
	font-size: 12px;
}

.navigation-top.navigation-mobile .wrap ul#top-menu li li a {
	font-size: 30px;
}

.navigation-top .wrap ul#top-menu li li a {
    padding: 7px 15px;

	border: 3px solid transparent;
}

.navigation-top .wrap ul#top-menu li li {
	padding: 5px 5px;
}

/*search form*/
body .navigation-top .header-search form#searchSite {
	width: 100px;
}

body .navigation-top.navigation-mobile .header-search form#searchSite {
	width: 145px;
}

body .navigation-top .header-search form#searchSite .search-submit {
	padding: 0.5em .5em;
}

body .navigation-top .header-search form#searchSite .search-field{
	padding: 0;
}

body .navigation-top .header-search form#searchSite .search-submit .icon {
    	height: 17px;
    	top: -10px;
    	width: 17px;
}

body .navigation-top .header-search form#searchSite .search-submit .screen-reader-text {
	display: none;
}

.navigation-top {
    border-top: 2px solid #000;
}

.navigation-top.navigation-mobile {
    border-top: 2px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second-wrap > div > ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

@media screen and ( min-width: 48em ) {
    .second-menu .second-wrap ul#menu-second-menu {
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .second-menu .second-wrap ul#menu-second-menu li {
        padding: 0;
    }
}

.second-menu {
	/*width: 100%;*/
	padding: 5px 5px;
	background: #444444;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.second-menu.mobile {
    background: transparent;
}

.second-menu .second-wrap {
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: #333333 1px 1px;
	text-transform: uppercase;
	padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.second-menu .second-wrap ul li {
	border: 3px solid transparent;
}

.second-menu .second-wrap ul li:hover,
.second-menu .second-wrap ul li:focus {
	border: 3px solid #f00 !important;
}

.second-menu .second-wrap ul {
	margin: 0;
}

.entry-title {
	display: none;
}

.second-menu.site-sub-navigation-fixed {
	margin: 0 -20px;
}

.site-header .social-navigation-top {
  margin: -5px 0 -5px -5px;
  height: 51px;
}
.site-header .social-navigation-top .awesome_social_icons_links {
  display: block;
  float: left;
}

.site-header .social-navigation-top .awesome_social_icons_links .awesome-social {
  height: 100%!important;
  width: 51px!important;
  line-height: 51px!important;
  text-shadow: none!important;
  border-radius: 0!important;
  font-size: 2em!important;
  margin-top: 0!important;
}
.site-header .social-navigation-top .awesome_social_icons_links .awesome-social:hover {
  background: #fff;
}

.site-header .navigation-top.navigation-mobile .awesome_social_icons_links .awesome-social {
  font-size: 1.5em!important;
}




div.wpcf7 form.wpcf7-form input[type="submit"] {
    background-color: #fefefe;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 10px 20px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

.site-info {
	display: none;
}

footer#colophon div.wrap {
	background: #222;
	color: #fff;
	width: 100%;
	padding: 8px 20px;
	margin-bottom: 10px;
}

footer#colophon div.wrap a {
	color: #fff;
}

footer#colophon div.wrap a:hover {
	color: #fff;
	text-decoration: underline;
}

div.gototop {
	float: left;
}

div.gototop a {
	padding: 0 0 1px 18px;
	background: url('/wp-content/uploads/2017/06/footer-top.png') no-repeat left center;
}

div.creds {
	float: right;
}

body.home div#content_in {
	display: flex;
  flex-wrap: wrap;
}

@media screen and ( min-width: 30em ) {
body {
    background: url(./backgrounds/wonder2-1200x747.jpg) no-repeat center top fixed;
    /*background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;*/
    width: 100%;
    /* min-width: 850px; */
    background-size: cover;
}

}

/* new template */
#content h2.post_title {
    font-size: 18px;
    color: #333333;
    font-family: Arial, Tahoma, Verdana;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.post-info {
    margin: 0 0 5px 0;
    padding: 0;
}

.time {
    background: url(/wp-content/uploads/2017/06/icon-time.gif) no-repeat top left;
    margin: 0 0 0 3px;
    padding: 0 0 2px 20px;
    color: #333333;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    line-height: 20px;
}

.post-categories {
    background: url(/wp-content/uploads/2017/06/icon-time-1.gif) no-repeat top left;
    margin: 0 0 0 3px;
    padding: 0 0 2px 20px;
    color: #333333;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    line-height: 20px;
}

#content h2.post_title a, #content h2 a:visited {
    color: #333333;
    text-decoration: none;
}

.post-comments {
    background: url(/wp-content/uploads/2017/06/icon-comments.gif) no-repeat top left;
    margin: 0 0 0 3px;
    padding: 0 0 2px 20px;
}

.post_content a img {
	/*float: left;*/
	margin-right: 15px;
	margin: 0 15px 20px 0;
	padding: 4px;
    border: 5px solid #444444;
	display: block;
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.875);
	-ms-box-shadow: 0 6px 12px rgba(0,0,0,.875);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.875);
    box-shadow: 0 6px 12px rgba(0,0,0,.875);
}

.post_content {
    position: relative;
}

.post_recontent {
    position: absolute;
    left: 220px;
    height: calc(100% - 50px);
    top: 0;
    width: calc( 100% - 220px );
    overflow: hidden;
}

.overflow_content {
    position: absolute;
}

.read_com {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.post_excerpt {
    margin: 0;
}

.archive #primary .entry-content img,
.single #primary .entry-content img,
.single-post #primary .entry-content img {
    -moz-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
}

.archive #primary .entry-content ol,
.single #primary .entry-content ol,
.single-post #primary .entry-content ol {
  padding-left: 15px;
}
.archive #primary .entry-content ul,
.single #primary .entry-content ul,
.single-post #primary .entry-content ul {
  list-style-type: none;
  margin: 10px 0 20px;
  padding: 0;
}
.archive #primary .entry-content ul li,
.single #primary .entry-content ul li,
.single-post #primary .entry-content ul li {
  padding-left: 15px;
  position: relative;
}
.archive #primary .entry-content ul li:before,
.single #primary .entry-content ul li:before,
.single-post #primary .entry-content ul li:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8d8d8;
}

.archive #primary .entry-content a,
.single #primary .entry-content a,
.single-post #primary .entry-content a {
  color: #a91b33;
  text-decoration: none;
}
.archive #primary .entry-content a:hover,
.single #primary .entry-content a:hover,
.single-post #primary .entry-content a:hover {
  color: #d0021b;
  text-decoration: underline;
}
.archive #primary #comments .form-submit input[type="submit"],
.single #primary #comments .form-submit input[type="submit"],
.single-post #primary #comments .form-submit input[type="submit"] {
  border-radius: 0;
  padding: 14px 18px 15px;
  margin-top: 11px;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #222;
}
.archive #primary #comments .form-submit input[type="submit"]:hover,
.single #primary #comments .form-submit input[type="submit"]:hover,
.single-post #primary #comments .form-submit input[type="submit"]:hover {
  color: #222;
  background: #fff;
  border: 1px solid #222;
}



.archive,
.single,
.single_post {
	margin-bottom: 20px;
}

.archive .entry-content,
.single .entry-content,
.single-post .entry-content {
	border-bottom: 1px solid #888888;
}
#third section,
.page #content .wrap #secondary section,
.home #secondary section,
.category #secondary section,
.single-post #secondary section,
.single #secondary section,
.archive #secondary section,
.search-no-results #secondary section,
.search-results #secondary section {
    /*background: rgba(255,255,255,0.4);*/
    margin: 10px 0;
    margin-top: 0px;
    padding: 0 0 0 9px;
    /*border: 2px solid #DDDDDD;*/
    display: block;
}

.page #content .wrap #primary #main,
.single-post #page #main,
.single #page #main,
.category #primary,
.search-results #primary,
.archive #primary,
.search-no-results #primary {
    background: rgba(255,255,255,0.8);
    margin: 10px 0;
    margin-top: 10px;
    padding: 9px 9px 0 9px;
    border: solid 1px #909090;
    display: block;
    flex: 1;
}

.home #homepage {
    background: rgba(255,255,255,0.8);
    margin-bottom: 10px;
    padding: 9px 9px 0 9px;
    border: 2px solid #DDDDDD;
    display: block;
    flex: 1;
}

.post-meta {
    margin: 10px 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #888888;
    clear: both;
}

div#contentleft {
    color: #333333;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    line-height: 20px;
}

.tags {
    background: url(/wp-content/uploads/2017/06/icon-tags.gif) no-repeat top left transparent;
    margin: 0 0 0 3px;
    padding: 0 0 2px 20px;
}

.fn a {
	color: #A91B33;
	text-decoration: none;
}

.fn a:hover {
	text-decoration: underline;
}

.post-comments a {
	color: #A91B33;
	text-decoration: none;
}

.navigation a:hover,
.post-meta .post-categories a:hover,
.post-meta .tags a:hover,
.post_content .read_com a:hover,
.post-comments a:hover {
	text-decoration: underline;
}

.post-meta .post-categories a {
	color: #A91B33;
}

.post-meta .tags a {
	color: #A91B33;
}

.post_content .read_com a,
.navigation a {
	color: #A91B33;
	text-decoration: none;
}

body.single,
body.single-post,
body.search-results,
body.archive,
body.search-no-results,
body.home {
    color: #333333;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    line-height: 20px;
}

.archive .comment-form-author,
.archive .comment-form-email,
.archive .comment-form-url,
.single .comment-form-author,
.single .comment-form-email,
.single .comment-form-url,
.single-post .comment-form-author,
.single-post .comment-form-email,
.single-post .comment-form-url {
	display: flex;
}

.archive .comment-form-author input,
.archive .comment-form-email input,
.archive .comment-form-url input,
.single .comment-form-author input,
.single .comment-form-email input,
.single .comment-form-url input,
.single-post .comment-form-author input,
.single-post .comment-form-email input,
.single-post .comment-form-url input {
	width: 50%;
}

.archive .comment-form-author label,
.archive .comment-form-email label,
.archive .comment-form-url label,
.single .comment-form-author label,
.single .comment-form-email label,
.single .comment-form-url label,
.single-post .comment-form-author label,
.single-post .comment-form-email label,
.single-post .comment-form-url label {
	width: 70px;
}

.archive .form-submit
.single .form-submit,
.single-post .form-submit {
	text-align: left;
}

.breadcrumb {
  border-bottom: 1px solid #888888;
  margin: 5px 0 10px 0;
  padding: 0 0 5px;
}

.breadcrumb>span {
  display: block;
}
.breadcrumb a {
	color: #A91B33;
    text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}


.main-navigation ul li ul:before {
    left: 10%;
    border: 8px solid #333;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f1f1f1;
    top: 0;
    margin-top: -16px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
}

.navigation-mobile .main-navigation ul li ul:before {
    left: -20px;
    border: 12px solid #333;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: -10px;
    margin-top: 24px;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.875);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.875);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.875);
    box-shadow: 0 6px 12px rgba(0,0,0,.875);
}
#third section ul,
#secondary section ul {
	padding: 0;
}
#third section,
#secondary section {
	text-align: center;
}
#third section>div,
#third section>ul,
#secondary section>div,
#secondary section>ul {
    padding: 3px 4px;
    background: #fff;
}

#third .widget.widget_recent_entries,
#secondary .widget.widget_recent_entries {
  margin-bottom: 17px;
}
#third .widget.widget_recent_entries ul,
#secondary .widget.widget_recent_entries ul {
  border: solid 1px #dfdfdf;
}
#third .widget h2.widget-title,
#secondary .widget h2.widget-title {
  margin-bottom: 6px;
}
#third .widget ul li,
#secondary .widget ul li {
  border:none;
  border-bottom: 1px solid #e7e7e7;
}
#third .widget ul li:last-child,
#secondary .widget ul li:last-child {
  border:none;
}
#third .widget ul li a,
#secondary .widget ul li a {
  box-shadow: none!important;
}
#third .widget ul li a:hover,
#secondary .widget ul li a:hover {
  color: #2e2e2e;
}

#third .sidebar_group,
#secondary .sidebar_group {
    background: #fff;
    margin-left: 9px;
    margin-bottom: 10px;
    padding: 9px 9px;
    border: solid 1px #909090;
}

.slider_wrap {
    height: 378px;
    overflow: hidden;
    position: relative;
    top:0;
}

#secondary .sidebar_group .widget select {
  height: 2.5em;
  border-radius: 0!important;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: solid 1px #a4a4a4;
  color: #404040;
  font-size: 14px;
  background: #fff;
  padding: 0 28px 0 16px;
}
#secondary .sidebar_group .widget select {
  background-image:
          linear-gradient(45deg, transparent 30%, gray 50%),
          linear-gradient(135deg, gray 50%, transparent 30%);
  background-position:
          calc(100% - 20px) calc(1em + 2px),
          calc(100% - 15px) calc(1em + 2px);
  background-size:
          5px 5px,
          5px 5px;
  background-repeat: no-repeat;
}


#third .sidebar_group section .textwidget,
#secondary .sidebar_group section .textwidget {
    padding: 0;
    box-shadow: none;
    background: #eee;
    width: 100%;
}

#third .sidebar_group section,
#secondary .sidebar_group section {
    padding: 0;
}

#third section>div>div,
#secondary section>div>div {
	width: auto !important;
	height: auto !important;
	/*width: 273px;
	height: auto;*/
}

#third section>div>div>div,
#secondary section>div>div>div {
	width: auto !important;
	height: auto !important;
	-ms-overflow-x: hidden;
}

#third section>div>div>div>div,
#secondary section>div>div>div>div {
	width: auto !important;
	height: auto !important;
}

#third>section>div>div ins,
#secondary>section>div>div ins {
	width: 270px !important;
}

#homepageleft {
    float: left;
    width: calc(50% - 10px);
}

#homepageright {
    float: right;
    width: calc(50% - 10px);
}

#homepageleft_mobile {
    float: left;
}

.social-count-plus li.count-twitter,
.social-count-plus li.count-facebook {
	padding-bottom: 0px;
}

body.single-post .post .entry-title {
  display: inline-block;
}
body.single-post .post h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  color: #404040;
}
body.single-post .post h2 {
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  color: #404040;
  margin: 1.3em 0 0.6em;
  padding: 0;
}
body.single-post .post h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  color: #404040;
  margin: 1.3em 0 0.6em;
  padding: 0;
}
body.single-post .post h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #404040;
  margin: 1.3em 0 0.6em;
  padding: 0;
}
body.single-post .post h5 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #bb261b;
  margin: 1.3em 0 0.6em;
  padding: 0;
}
body.single-post .post h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  padding:5px 11px 6px;
  background: #444444;
  margin: 1.3em 0 0.6em;
}
body.single-post .social-count-plus ul {
  text-align: left;
}
body.single-post .social-count-plus li {
  display: inline-block;
  float:none;
  width: auto!important;
  margin-right: 25px;
}
body.single-post .social-count-plus li a{
  display: inline-block!important;
  vertical-align: text-bottom;
}
body.single-post .social-count-plus li>span{
  display: inline-block!important;
  margin-left: 10px;
}

body.archive #comments,
body.single #comments,
body.single-post #comments {
	padding-top: 5px;
}

body.archive #comments div#respond h3,
body.archive #comments div#respond form>p,
body.single #comments div#respond h3,
body.single #comments div#respond form>p,
body.single-post #comments div#respond h3,
body.single-post #comments div#respond form>p {
	margin: 0 0 3px 0;
}

body.archive #comments div#respond form p input[type="text"],
body.archive #comments div#respond form p input[type="url"],
body.archive #comments div#respond form p input[type="email"],
body.single #comments div#respond form p input[type="text"],
body.single #comments div#respond form p input[type="url"],
body.single #comments div#respond form p input[type="email"],
body.single-post #comments div#respond form p input[type="text"],
body.single-post #comments div#respond form p input[type="url"],
body.single-post #comments div#respond form p input[type="email"] {
	padding: 0px;
}

body.archive #comments div#respond form p input[type="submit"],
body.single #comments div#respond form p input[type="submit"],
body.single-post #comments div#respond form p input[type="submit"] {
	padding: 5px 15px;
}

body.archive #comments div#respond form p textarea,
body.single #comments div#respond form p textarea,
body.single-post #comments div#respond form p textarea {
	width: calc( 50% + 70px );
}

#secondary section div.textwidget {
	width: 320px;
	margin: 0px;
}

#secondary .sidebar_middle section>div {
	width: 320px;
}

#third .sidebar_middle,
#secondary .sidebar_middle {
	display: flex;
  flex-direction: column;
}

#secondary .sidebar_middle section .textwidget {
	width: 320px;
}

/* //////////Search///////////// */
#searchForumButton {
	position: absolute;
	top: -2000px;
}

/* Search */

#mgSearch #s {
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-ms-transition-duration: 400ms;
	-ms-transition-property: width, background;
	-ms-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	position: relative;
	float: right;
	width: 115px;
	height: 24px;
    background-color: #6c6c6c;
	margin-top: 0;
	margin-left: 0px;
	padding: 4px 10px 4px 28px;
    border: solid 1px #979797;

}
.navigation-top.navigation-mobile #mgSearch #s {
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-ms-transition-duration: 400ms;
	-ms-transition-property: width, background;
	-ms-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	position: relative;
	float: right;
	width: 145px;
	height: 34px;
	margin-top: 0;
	margin-left: 0px;
	padding: 4px 10px 4px 40px;
    background-color: #6c6c6c;
    border: solid 1px #979797;

}
#mgSearch #s:focus {
  background-color: #6c6c6c;
  width: 160px;
  padding: 4px 0px 4px 28px;
  margin-left: 0px;
}
#mgSearch #s.field {
	/* border: none; */
}
#mgSearch .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#mgSearch .only-search #s {
  background-color: #6c6c6c;
  border-color: #979797;
  color: #fff;
}
input#s {
	background: url(/wp-content/themes/mediamikes/assets/images/search.png) no-repeat 5px 2px;
	-webkit-border-radius: 12.5px;
	-moz-border-radius: 12.5px;
    -ms-border-radius: 12.5px;
    border-radius: 12.5px;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
    color: #fff;

}
.navigation-top.navigation-mobile input#s {
	background: url(/wp-content/themes/mediamikes/assets/images/search.png) no-repeat 5px 2px;
    background-size: contain;
    -webkit-border-radius: 12.5px;
    -moz-border-radius: 12.5px;
    -ms-border-radius: 12.5px;
    border-radius: 12.5px;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
    color: #fff;
}
.page table {
	width: 100%;
}

body.archive .comment-author .avatar,
body.single .comment-author .avatar,
body.single-post .comment-author .avatar {
    font-size: 1rem;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
    float: right;
    width: 70px;
    height: auto;
    left: 0;
}

body.archive .comment-list,
body.single .comment-list,
body.single-post .comment-list {
    list-style: none;
    margin: 0px;
    padding: 0;
    width: 65%;
}

body.archive .comment-list li,
body.single .comment-list li,
body.single-post .comment-list li {
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding: 10px 5px 10px 10px;
    list-style: none;
    border: 1px solid #DDDDDD;
    background: #F7F7F7;
}

body.archive .comment-author:after,
body.single .comment-author:after,
body.single-post .comment-author:after {
	float: right;
}

body.archive .commentmetadata,
body.single .commentmetadata,
body.single-post .commentmetadata {
    font-size: 11px;
    font-weight: normal;
}

body.archive .comment-metadata a,
body.single .comment-metadata a,
body.single-post .comment-metadata a {
    color: #A91B33;
    text-decoration: none;
}

body.archive .comment-metadata a:hover,
body.single .comment-metadata a:hover,
body.single-post .comment-metadata a:hover {
    color: #A91B33;
    text-decoration: underline;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
    -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 1);
}

body.archive #respond .logged-in-as,
body.single #respond .logged-in-as,
body.single-post #respond .logged-in-as {
    color: #A91B33;
    text-decoration: none;
}

body.archive #respond .logged-in-as:hover,
body.single #respond .logged-in-as:hover,
body.single-post #respond .logged-in-as:hover {
    color: #A91B33;
    text-decoration: underline;
}

body.archive #comments .reply,
body.single #comments .reply,
body.single-post #comments .reply {
	display: none;
}

body.page table td {
    color: #333333;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    line-height: 20px;
}

body.archive .entry-content img,
body.single .entry-content img,
body.single-post .entry-content img {
	/*float: left;
	margin-right: 10px;*/
}

body.search .entry-content img {
	float: left;
	margin-right: 10px;
}

.slick-slider button {
    z-index: 3;
    position: absolute;
    display: block;
    width: 60px;
    height: 140px;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 150ms linear;
}

.slick-slider button.slick-prev {
    left: 0;
}

.slick-slider button.slick-next {
    right: 0;
}

.slick-slider button.slick-prev:before,
.slick-slider button.slick-next:before {
    position: absolute;
    display: block;
    top: 50%;
    font-size: 30px;
    line-height: 1em;
    color: #FFF;
    margin-top: -15px;
    z-index: 2;
    -webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -ms-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    opacity: 0.2;
}

.slick-slider button.slick-prev:before {
    right: 13px;
}

.slick-slider button.slick-next:before {
    left: 13px;
}

.slick-slider button.slick-prev:hover:before {
	right: 20px;
	opacity: 1;
}

.slick-slider button.slick-next:hover:before {
	left: 20px;
	opacity: 1;
}

.slick-slider button.slick-prev:after,
.slick-slider button.slick-next:after {
	position: absolute;
	display: block;
	top: 20px;
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 0 30px;
	background: #E71312;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
	-moz-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -ms-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
	-o-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
	transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
	box-shadow: 0 0 0 0 #272135 inset;
	opacity: 0.2;

}

.slick-slider button.slick-prev:after {
	right: 10px;
}

.slick-slider button.slick-next:after {
	left: 10px;
}

.slick-slider button.slick-prev:hover:after,
.slick-slider button.slick-next:hover:after {
	/*box-shadow: 0 0 0 50px #272135 inset;*/
	opacity: 1;
}

.responsive_first.slick-slider,
.responsive.slick-slider {
	margin-top: 20px;
	margin-bottom: 20px;
	/*width: auto;*/
}

.slider_wrap {
	margin: 5px auto;
}

.responsive_first.slick-slider {
	margin-right: 7px;
	margin-bottom: 13px !important;
	-ms-box-shadow: 0 6px 12px rgba(0,0,0,.875);
	-mozshadow: 0 6px 12px rgba(0,0,0,.875);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.875);
	box-shadow: 0 6px 12px rgba(0,0,0,.875);
}

.slick-slider ul.slick-dots {
	display: none !important;
}

.slick-item,
.slick-itemSe {
	position:relative;
}



.slick-item:before,
.slick-itemSe:before {
    position: absolute;
    display: block;
    content: '';
    left: 25px;
    top: 25px;
    width: 100%;
    width: calc( 100% - 50px );
    height: 100%;
    height: calc( 100% - 50px );
    outline: 25px solid #272135;
    opacity: 0.6;
    z-index: 2;
    outline-color: #292929;
    background: #292929; /*rgba(41, 41, 41, 0.6);*/
    transition: all 150ms linear;
}

.slick-item.slick-slide.beforeadd:before {
    opacity: 0;
}

.slick-item.slick-slide {
    background: #444444; /*rgba(255,255,255,0.6);
    /* margin: 10px 0; */
    /* margin-top: 10px; */
    /* padding: 9px 9px 0 9px; */
    /* border: 2px solid #DDDDDD; */
    display: block;
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.875);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.875);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.875);
    box-shadow: 0 6px 12px rgba(0,0,0,.875);
    text-align: center;
}

.slick-itemSe {
    background: #444444; /*rgba(255,255,255,0.6);
    /* margin: 10px 0; */
    /* margin-top: 10px; */
    /* padding: 9px 9px 0 9px; */
    /* border: 2px solid #DDDDDD; */
    display: block;
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.875);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.875);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.875);
    box-shadow: 0 6px 12px rgba(0,0,0,.875);
    text-align: center;
}

.slick-itemSe:before {
    left: 15px;
    top: 15px;
    width: calc( 100% - 30px );
    height: calc( 100% - 30px );
    outline: 15px solid #292929;
    transition: all 150ms linear;
}

.slick-item:hover:before,
.slick-itemSe:hover:before {
	background: transparent;
	/*opacity: 0;*/
}

.responsive_first img,
.responsive img {
	margin: auto;
}

.responsive_first img a:hover,
.responsive img a:hover {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 125ms linear;
    -moz-transition: background-color 125ms linear;
    -o-transition: background-color 125ms linear;
    -ms-transition: background-color 125ms linear;
    transition: all 125ms linear;
}

.responsive_first img a,
.responsive img a {
    position: absolute;
    display: table;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
}
body.home div#preloader {
	/*position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #333 url('https://mediamikes.com/wp-content/uploads/2018/12/loading.gif') no-repeat center center;*/
	position: absolute;
    top: 0;
    width: 100%;
    background: black;
    height: 100%;
    z-index: 100;
    overflow: visible;
    background: #333 url(https://mediamikes.com/wp-content/uploads/2018/12/loading.gif) no-repeat center center;
}

.responsive_first .postTitle {
	padding-left: 50px;
    padding-right: 50px;
	width: 100%;
	height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    /*padding: 160px 50px;*/
    color: white;
    font-size: 36px;
    line-height: normal;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: all 200ms linear;
}

.responsive .postTitle {
	padding-left: 23px;
    padding-right: 23px;
	width: 100%;
	height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    /* padding: 88px 50px;*/
    color: white;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: all 200ms linear;
}

.postTitle:hover {
	opacity: 0;
}

.slick-itemSe a>div.postTitle::after,
.slick-item a>div.postTitle::after {
    background: #E71312;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 200ms cubic-bezier(0.5, 0, 0.5, 1);
    position: relative;
    display: block;
    content: '';
    width: 20%;
    height: 5px;
    margin: 2px auto 0;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1);
    -webkit-transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -moz-transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -ms-transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -o-transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
}

.excerpt_post>a {
    color: white;
}

.excerpt_post {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: white;
    height: 0px;
    /*z-index: 3;*/
    opacity: 0;
    width: 100%;
    padding-right: 25px;
    padding-left: 12px;
    -webkit-transition: all 1800ms;
    -moz-transition: all 1800ms;
    -o-transition: all 1800ms;
    transition: all 1800ms;
    background: #000000 !important;
    text-align: left;
}

.excerpt_post_adding {
    height: 85px;
    opacity: 0.7;
}

.slick-item a div:hover::before,
.slick-item a div:focus::before,
.slick-item a div:hover::after,
.slick-item a div:focus::after,
.slick-itemSe a div:hover::after,
.slick-itemSe a div:focus::after,
.slick-itemSe a div:hover::before,
.slick-itemSe a div:focus::before
{
	width: 0px;
}

.responsive_first .rating {
    display: none;
	margin-left: auto;
	margin-right: auto;
    /*float:left;*/
    font-size: 14px;
    width: 142px;
    margin-top: 90px;
}

.responsive .rating {
    display: none;
	margin-left: auto;
	margin-right: auto;
    /*float:left;*/
    font-size: 8px;
    width: 91px;
    margin-top: 27px;
}

.responsive_first .catlink {
    margin-top: 10px;
    color: red;
    font-size: 18px;
    font-weight: bold;
}
.responsive .catlink {
    margin-top: 5px;
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.responsive_first .titlelink {
	margin-top: 110px;
}

.responsive .titlelink {
    margin-top: 57px;
}

.centerM {
	margin-left: auto;
	margin-right: auto;
}

.responsive_first .rating:not(:checked) > label {
    float: right;
    width: 25px;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 160%;
    line-height: 1.2;
    color: red;
    /*text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0,0,0,.5);*/
}

.responsive .rating:not(:checked) > label {
    float: right;
    width: 15px;
    padding: 0 .1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 160%;
    line-height: 1.2;
    color: red;
    /*text-shadow: 1px 1px #bbb, 2px 2px #666, 0.1em 0.1em 0.2em rgba(0,0,0,.5);*/
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > label {
	margin-bottom: 0px;
}

.slider_wrap fieldset {
    z-index: 2;
    border: 3px solid red;
    margin: 0 2px;
    padding: 2px 5px;
    font-size: 14px;
    -webkit-transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1);
    -webkit-transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -moz-transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -ms-transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -o-transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    transition: all 200ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
}

body.home #homepage h3 {
    background: #333333;
    color: #FFFFFF;
    font-size: 11px;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    text-shadow: #000000 1px 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 2px 5px 1px 8px;
}

.more-from-category {
	margin: 0;
    padding: 5px 0 0 0;
}

.more-from-category>a {
	font-weight: bold;
	font-size: 12px;
    color: #A91B33;
    text-decoration: none;
}

.cat_space {
	margin: 0 0 15px 0;
}

body.home #homepage h2 {
    color: #A91B33;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    clear: none;
}

body.home #homepage h2>a {
    color: #A91B33;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

body.home .single_post {
	margin-top: 10px;
	border-bottom: 1px solid #888888;
	margin-bottom: 0;
}

body.home .wrap_image {
    float: left;

    width: 140px;
    background: #444444;
    box-shadow: 0 6px 12px rgba(0,0,0,.875);
    border: 1px solid #888888;
    margin: 0 15px 20px 0;
    padding: 4px;
    display: flex;
    align-items: center;
}

body.home .wrap_image img {
	margin-left: auto;
	margin-right: auto;
	/*height: 130px;*/
    display: block;
}

div.navigation_second .btn {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

div.navigation_second .btn {
    z-index: 3;
    display: block;
    width: 55px;
    height: 138px;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 150ms linear;
}

div.navigation_second {
    position: relative;
    height: 140px;
}

div.navigation_second .btn.arrowprev {
    left: 0;
}

div.navigation_second .btn.arrownext {
    right: 0;
}

div.navigation_second .btn.arrowprev:before,
div.navigation_second .btn.arrownext:before {
    position: absolute;
    display: block;
    top: 50%;
    font-size: 30px;
    line-height: 1em;
    color: #FFF;
    margin-top: -15px;
    z-index: 2;
    -webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -ms-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    opacity: 0.1;
}

div.navigation_second .btn.arrowprev:before {
    right: 13px;
}

div.navigation_second .btn.arrownext:before {
    left: 13px;
}

div.navigation_second .btn.arrowprev:hover::before {
    right: 20px;
    opacity: 1;
}

div.navigation_second .btn.arrownext:hover::before {
    left: 20px;
    opacity: 1;
}

div.navigation_second .btn.arrowprev:after,
div.navigation_second .btn.arrownext:after {
    position: absolute;
    display: block;
    top: 20px;
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 0 30px;
    background: #E71312;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -moz-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -o-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -ms-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    transition: all 200ms cubic-bezier(0, 0.5, 0.5, 1);
    -webkit-box-shadow: 0 0 0 0 #272135 inset;
    -ms-box-shadow: 0 0 0 0 #272135 inset;
    -moz-box-shadow: 0 0 0 0 #272135 inset;
    box-shadow: 0 0 0 0 #272135 inset;
    opacity: 0.1;

}

div.navigation_second .btn.arrowprev:after {
    right: 10px;
}

div.navigation_second .btn.arrownext:after {
    left: 10px;
}

div.navigation_second .btn.arrowprev:hover:after,
div.navigation_second .btn.arrownext:hover:after {
    /*box-shadow: 0 0 0 50px #272135 inset;*/
    opacity: 1;
}

.currnet_num {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: x-large;
    color: red;
    font-weight: bold;
}

.btn>a {
	width: 40px;
	height: 120px;
	z-index:10;
	position:absolute;
}

@media screen and (min-width: 48em){

    .archive .site-main>article {
        padding-bottom: 0em;
    }
}

.archive .site-main>article {
    padding-bottom: 0em;

}

.textwidget a {
    color: red;
    text-decoration: underline;
}

.textwidget a:hover {
    color: green;
}

.page-id-145 table a {
	color: red;
	text-decoration: underline;
}

.page-id-145 table input {
	padding-top: 0px;
	padding-bottom: 0px;
}

.page-id-145 table p label {

    margin-top: -15px;
}

.page-id-145 table div.wpcf7 {
    width: 80%;
}

div.prev_text a {
    color: red;
    position: absolute;
    left: 60px;
    top: calc( 50% - 8px );
}

div.next_text a{
    color: red;
    position: absolute;
    right: 60px;
    top: calc( 50% - 8px );
}

body.page-id-120884 #page,
body.page-id-120884 {
    /* min-width: 1050px; */
}

body.page-id-120884 #page .site-content-contain #content .wrap {
    display: block;
}

body.single .single-featured-image-header,
body.single-post .single-featured-image-header {
    display: none;
}

#secondary section div.textwidget div iframe {
	margin-bottom: 0px;
}

div.custom-header #wp-custom-header {
	text-align: center;
}

.single #primary .entry-content figure.wp-caption, .single-post #primary .entry-content figure.wp-caption {
	width: auto !important;
}

.backgroundFixed {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
}

.navigation-mobile {
    display: flex;
}
/*body.home .sidebar_group br {
    display: none;
}

body.home .sidebar_group p {
    display: none;
}


.excerpt_post p {
    display: block;
    margin: 0;
    padding: 0;
}*/

/* ads */

  .site-MediaMikes-container {
    background-color: rgba(255, 255, 255, .6);
    border: solid 1px #dadada;
    text-align: center;
    vertical-align: top;
    padding: 35px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-MediaMikes-container .menu {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 2%;
    padding: 0;
    list-style-type: none;
    min-width: 10%;
  }
  .site-MediaMikes-container .menu li { background: #ccc;  margin-bottom: 1px;  text-align: left  }
  .site-MediaMikes-container .menu li.color1 { background: #ff0000;  }
  .site-MediaMikes-container .menu li.color2 { background: #50e3c2;  }
  .site-MediaMikes-container .menu li.color3 { background: #fbc700;  }
  .site-MediaMikes-container .menu li.color4 { background: #f5a623;  }
  .site-MediaMikes-container .menu li.color5 { background: #7fbd54;  }
  .site-MediaMikes-container .menu li.color6 { background: #bd10e0;  }
  .site-MediaMikes-container .menu li a {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 14px 9px;
    min-width: 120px;
  }
  .site-MediaMikes-container .menu li a:hover {
    background: rgba(255, 255, 255, 0.12);
  }
  .clearfix {    clear: both;      }
  img.media-mikes-img { max-width: 100%; }
  .site-MediaMikes-container h1 {
    font-family: Helvetica;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #c1321d;
    margin: 0;
    padding: 0 0 12px 0;
    position: relative;
  }
  .site-MediaMikes-container h1::before {
    width: 89px;
    height: 1px;
    background-color: #d8d8d8;
    display: block;
    content:"";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45px;
  }

  .site-MediaMikes-container p.center {
    font-family: Helvetica;
    font-size: 18px;
    line-height: 1.44;
    text-align: center;
    color: #404040;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .site-MediaMikes-container .table-wrapper {
    margin-bottom: 12px;
  }

  .site-MediaMikes-container table {
    width: 100%;
    text-align: left;
    border:0;
    border-collapse: collapse;
  }
  .site-MediaMikes-container table tr td {
    padding: 0;
    margin: 0;
    border: none ;
  }
  .site-MediaMikes-container table thead tr th {
    padding: 10px 15px;
    color: #fff;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
  }
  .site-MediaMikes-container table thead tr td {
    padding: 8px 15px;
    font-family: Helvetica;
    font-size: 12px;
    color: #9b9b9b;
    background: #000;
  }
  .site-MediaMikes-container table tbody tr td {
    padding: 8px 15px;
    font-family: Helvetica;
    font-size: 14px;
    color: #000000;
    background: #efefef;
  }
  .site-MediaMikes-container table tbody tr:nth-child(2n+1) td {
    background-color: #e1e1e1;
  }
  .site-MediaMikes-container table tbody tr td.number {
    min-width: 20px;
    padding-left: 10px;
    font-size: 14px;
    color: #656565;
  }

  .site-MediaMikes-container table#Section1 tr th { background: #ff0000;  }
  .site-MediaMikes-container table#Section2 tr th { background: #50e3c2;  }
  .site-MediaMikes-container table#Section3 tr th { background: #fbc700;  }
  .site-MediaMikes-container table#Section4 tr th { background: #f5a623;  }
  .site-MediaMikes-container table#Section5 tr th { background: #7fbd54;  }
  .site-MediaMikes-container table#Section6 tr th { background: #bd10e0;  }

  .wrap-img {
    display: inline-block;
    position: relative;
    max-width: 75%;
    margin: 0;padding: 0;
  }
  .blank-links {
    position: absolute;
    width: 100%;
    top: 12.4%;
    left:0;
    display: inline-block;
    right:0;
    margin: 0;padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
  }
  .blank-links li {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .blank-links a {
    display: block;
    text-indent: -9999px;
    min-height: 25px;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
  }
  .blank-links li.color1 {
    width: 4.5%;
  }
  .blank-links li.color4 {
    width: 32%;
  }
  .blank-links li.color3 {
    width: 7%;
  }
  .blank-links li.color2 {
    width: 6.5%;
  }
  .blank-links li.color5 {
    width: 52%;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    right:10px;
  }
  .blank-links li.color40 {
    width: 11.5%;
  }
  .blank-links li.color6 {
    margin-right: 25px;
    display: block;
    position: absolute;
    right:0;
    width: 8%;
  }
  .blank-links li.color5 a {
    margin-left: -10px;
    display: block;
  }
  li.color60 {
    margin-right: 5px;
    display: block;
    position: absolute;
    right:0;
    width: 22%;
    top: 50%;
    text-indent: -9999px;
    height: 50%;
  }
  li.color60 a {
    display: block;
    width: 100%;
    height: 100%;
  }



/* M O B I L E */
  @media (max-width: 767px) {
    .wrap-img { max-width: 100%;}
    .site-MediaMikes-container .menu { width: 100%; margin-left:0 }
    .site-MediaMikes-container .table-wrapper {
      width: 100%;
      overflow: auto;
    }
    .site-MediaMikes-container table {
      min-width: 600px;
      display: block;
    }
    .site-MediaMikes-container table thead {  }
    .blank-links li.color6 {
      margin-right: 5px;
      margin-top: -10px;
    }

  }

#mobile-page {
    /* min-width: 0px; */
    min-width: 850px;
}

body {
    min-width: 850px;
}
/* ads */

.single-post #primary .post .dpsp-share-text {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  font-family: Helvetica;
  color: #404040;
}
.single-post #primary .post #dpsp-content-bottom {
  margin: 0 0 22px;
}
.single-post #primary .post #dpsp-content-bottom li {
  padding: 0;
  margin: 4px 18px 4px 0;
}
.single-post #primary .post #dpsp-content-bottom li:before {
  display: none;
}
.single-post #primary .post #dpsp-content-bottom li a.dpsp-network-btn {
  -webkit-border-top-right-radius: 20px!important;
  -webkit-border-bottom-right-radius: 20px!important;
  -moz-border-radius-topright: 20px!important;
  -moz-border-radius-bottomright: 20px!important;
  border-top-right-radius: 20px!important;
  border-bottom-right-radius: 20px!important;
  -webkit-border-top-left-radius: 20px!important;
  -webkit-border-bottom-left-radius: 20px!important;
  -moz-border-radius-topleft: 20px!important;
  -moz-border-radius-bottomleft: 20px!important;
  border-top-left-radius: 20px!important;
  border-bottom-left-radius: 20px!important;
}
.single-post #primary .post #dpsp-content-bottom li a.dpsp-network-btn:before {
  -webkit-border-top-left-radius: 20px!important;
  -webkit-border-bottom-left-radius: 20px!important;
  -moz-border-radius-topleft: 20px!important;
  -moz-border-radius-bottomleft: 20px!important;
  border-top-left-radius: 20px!important;
  border-bottom-left-radius: 20px!important;
}
#third {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #mobile-page #content > .wrap,
  #mobile-page div#content_in {
    flex-direction: column;
  }
  body.home .has-sidebar #secondary,
  #mobile-page #secondary {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
  #mobile-page #third {
    order: 3;
  }
  #mobile-page #third .sidebar_group,
  #mobile-page #secondary .sidebar_group {
    margin-left: 0;
  }
  #mobile-page #primary,
  .home #homepage {
/*    order: 2;*/
  }

  #mobile-page #secondary .sidebar_group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /*height: 570px;*/
/*    height: 220px;*/
  }
  #mobile-page #secondary .sidebar_group >* {
/*    width: 48%;*/
  }

}
