/* These styles are used in the backend editor AND in the Theme (frontend) */

/* Most themes nowadays provide an extra stylesheet of classes which WordPress itself then */
/* applies to the backend editor TinyMCE. However, custom CSS - set in Plugins, in the WP  */
/* Customizer or in Theme options, will normally not be reflected to TinyMCE. So better to */
/* put such styles all here, where they will apply to TinyMCE *and* the frontend.          */

/* The goal is not only to make the visual editor display look as much like the frontend as    */
/* possible, but also to make sure that all important CSS classes are available for convenient */
/* selection in TinyMCEs "Formats" dropdown - so do not forget to configure the TinyMCE styles */
/* dropdown with elements to match those here.                                                 */

/* If you do not need this file then upload an empty one (zero bytes) which will not be loaded at all. */

/* Suggested general non-tag-specific visual styles */

.list       { margin: 0.35rem 0; }
.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }
.beforelist { margin-bottom: 0.5rem; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong { font-weight: bold; }
/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller { font-size: 0.95rem; line-height: 1.25; }
.small   { font-size: 0.89rem; line-height: 1.2; }

.screen-reader-text, .dispnone { display: none; }

/* Append your site-specific styles here */

.border {
border:1px solid #cecece;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding: 0.5% 2% ;
}

.tv {padding: 5px 0 6px 14px; color: #fff; background-color: #000; margin: 0 0 0 6px; border:1px solid #cecece;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
}

.entry-title {display: none;}

 p { line-height: 1.5; margin: 0 0 0.6em 0; }

.content{max-width:980px;margin:0 auto;text-align:left;overflow:hidden;}
.one-column{float:left;width:98%;margin:10px 1% 0 1%;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.two-column,.two-fourth-column{float:left;width:48%;margin:10px 1% 0 1%;}
.three-column{float:left;width:31.333333%;margin:10px 1% 0 1%;}
.two-third-column{float:left;width:64.666666%;margin:10px 1% 0 1%;}
.four-column,.one-fourth-column{float:left;width:23%;margin:10px 1% 0 1%;}
.three-fourth-column{float:left;width:73%;margin:10px 1% 0 1%;}
.six-column{float:left;width:14.666666%;margin:10px 1% 0 1%;}
.five-sixth-column{float:left;width:81.333333%;margin:10px 1% 0 1%;}

@media screen and (max-width: 800px)
{
.one-column,.two-fourth-column,.three-column,.two-third-column,.one-fourth-column,.three-fourth-column,.six-column,.five-sixth-column,.bg-content{width:97%;margin:10px 1% 0 1%;}
.two-column,.four-column,.bg-nav{width:47%;margin:10px 1% 0 1%;}
.split-column:last-child {margin-bottom:0;}
.bg-nav {display:none;}
}
@media screen and (max-width: 700px)
{
.content{min-width:300px;}
.one-column,.two-column,.two-fourth-column,.three-column,.two-third-column,.four-column,.one-fourth-column,.three-fourth-column,.six-column,.five-sixth-column,.bg-nav,.bg-content{width:96%;margin:10px 1% 0 1%;}
.bg-nav {display:none;}
}