.clear:after {content: "";display: table;clear: both;}

.archive-description{color:#fff;background-color:#5b2d90;}




/* THESE ARE BROWSER DEFAULTS  -----------  
p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
	clear:both;
	font-size:1.25em;
}

h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	clear:both;
}
*/
/* RESET STARTS HERE  ----------- 
h1{font-size:2.5em;}
h2{font-size:2.25em;}
h3{font-size:2em;}
h4{font-size:1.75em;}
h5{font-size:1.5em;}

.h1jumbo{font-size:5em;}
.h2jumbo{font-size:4em;}
.h3jumbo{font-size:4em;}

h1,h2,h3,h4,h5{
display:block;
line-height:1.5em;
margin:0px;
padding:0px;
font-weight:700;
clear:both;
}

 */
.subH1{font-weight:600;font-size:1.3em;font-style: italic;}
.subH2{font-weight:600;font-size:1.2em;font-style: italic;}
.subH3{font-weight:600;font-size:1.1em;font-style: italic;}

.subH1,.subH2,.subH3{
margin:10px 0px;
padding:0px;
}

.subH1,.subH2,.subH3{
text-align:left;
}


.pull-left {
clear:both;
float:left;
text-align:left;
display: block;
margin-top: 0em;
margin-left: 0;
margin-right: 0;
margin-bottom: .75em;
width:100%;
}

.pull-center {
clear:both;
text-align:center;
display: block;
margin-top: 0em;
margin-left: 0;
margin-right: 0;
margin-bottom: .75em;
}



.addcolor-white{color:#ffffff;}

.color-primary-framed{color:#008cc1;font-size:3em;margin:30px 0px;text-transform:uppercase;text-align:center;}
.color-primary-text{color:#008cc1;}
.color-primary-boxed{background:color:#008cc1;}


.bootstrap-brandbar{background-color:#574375;color:#fff;font-size:3em;margin:30px 0px;text-transform:uppercase;text-align:center;}

/* TITLE BARS  -------------------------------- */
.titlebar{
background-color:#008cc1;
color:#fff;
padding:10px;
text-align:left;
margin-bottom:1px;
display: block;
clear:both;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
}




.barmax400{max-width:400px;clear:both;}

.hr1{width:50%;margin:0 auto; border-top:2px solid #000;height:20px;}




/* DIVIDER STYLE 1 -------------------------------- */

.rulebox-wrap{
height:40px;
position:relative;
}

.rulebox-wrap{margin-bottom:30px;}


.rulebox-line{
height:25px;
border-top:2px solid #008cc1;
position:absolute;
bottom: 0px;
width:100%;
}

.rulebox-box{
height:50px;
background-color: #008cc1;
width:300px;
text-align:center;
position:absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}


.rulebox-box-title{
color:#fff;
font-size:1.5em;
margin:0 auto;
margin-top:8px;
}




/* ANATOMY OF CONTAINER -------------------------------------------------------------------------------------------------------- */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}



/* END OF SECTION TALL GAP  -----------  */
.sectionbottom{
display:block;
clear:both;
height:50px;
width:100%;
}



/* SECTION DESIGNS */
#section-one{width:100%;background-color:#008cc1;padding:2% 10%; margin-bottom:20px;}



.jumbotron {
position: relative;
padding: 40px 0;
color: #fff;
text-align: center;
text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
background: #020031; /* Old browsers */
background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg, #020031 0%,#6d3353 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg, #020031 0%,#6d3353 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg, #020031 0%,#6d3353 100%); /* IE10+ */
background: linear-gradient(45deg, #020031 0%,#6d3353 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}


.jumbotron h1 {
font-size: 80px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
}
.jumbotron p {
font-size: 24px;
font-weight: 300;
line-height: 1.25;
margin-bottom: 30px;
}
/* Link styles (used on .masthead-links as well) */
.jumbotron a {
color: #fff;
color: rgba(255,255,255,.5);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.jumbotron a:hover {
color: #fff;
text-shadow: 0 0 10px rgba(255,255,255,.25);
}



/* WRAP THE <A> TAG ELEMENT TO PREVENT BUTTON STRETCH -------------------------------- */

.button-row-wrap{width:100%;padding:20px;border:1px solid;text-align:center; margin-top:10px;}


/* BUILD SIZE VARIANTS -------------------------------- */

.btn-large {
padding: 11px 19px;
font-size: 17.5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}




/* BUTTON  PRIMARY -------------------------------- */



/* STYLE:XXXXXXXXXXXXX -------------------------------- */

.btn {
  display: inline-block; text-shadow: 0 0px 0px rgba(0, 0, 0, 0.75);
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #CCCCCC;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #A80B4A;
  *background-color: #730D36;
  background-image: -moz-linear-gradient(top, #A80B4A, #730D36);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A80B4A), to(#730D36));
  background-image: -webkit-linear-gradient(top, #A80B4A, #730D36);
  background-image: -o-linear-gradient(top, #A80B4A, #730D36);
  background-image: linear-gradient(to bottom, #A80B4A, #730D36);
  background-repeat: repeat-x;
  border: 1px solid #730D36;
  *border: 0;
  border-color: #730D36 #730D36 #730D36;
  border-color: rgba(51, 4, 23, 0.1) rgba(51, 4, 23, 0.1) rgba(51, 4, 23, 0.25);
  border-bottom-color: #730D36; border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A80B4A', endColorstr='#730D36', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #FFFFFF;
  background-color: #730D36;
  *background-color: #730D36;
}

.btn:active,
.btn.active {
  background-color: #6B062D \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #730D36;
  *background-color: #730D36;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #6B062D;
  background-color: #6B062D \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #6B062D;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}





/* STYLE:XXXXXXXXXXXXX -------------------------------- */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0A97BA;
  *background-color: #0A507E;
  background-image: -moz-linear-gradient(top, #0A97BA, #0A507E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0A97BA), to(#0A507E));
  background-image: -webkit-linear-gradient(top, #0A97BA, #0A507E);
  background-image: -o-linear-gradient(top, #0A97BA, #0A507E);
  background-image: linear-gradient(to bottom, #0A97BA, #0A507E);
  background-repeat: repeat-x;
  border-color: #0A517F #0A517F #0A517F;
  border-color: rgba(10, 81, 127, 0.1) rgba(10, 81, 127, 0.1) rgba(10, 81, 127, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0A97BA', endColorstr='#ff0A507E', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #0A507E;
  *background-color: #0A507E;
}

.btn-info:active,
.btn-info.active {
  background-color: #0A507E \9;
}

/* STYLE:XXXXXXXXXXXXX -------------------------------- */

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}



/* STYLE:DEFAULT GRAY  -------------------------------- */
.btn-primary {
margin:0 auto;
margin-bottom:10px;
}

.btn-primary{
border:1px solid #1b1f22;
padding:10px 30px;
color:#fff;
}

.btn-primary{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}   
   
.btn-primary {
background-image:-webkit-linear-gradient(top, #4a5765 0%, #3c454f 100%);
background-image:-o-linear-gradient(top, #4a5765 0%, #3c454f 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#4a5765), to(#3c454f));
background-image:linear-gradient(to bottom, #4a5765 0%, #3c454f 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
}

.btn-primary:hover,
.btn-primary:focus {
text-decoration:none;
color:#fff;
background-color: #3c454f;
border:1px solid #eee;
}
.btn-primary:active,
.btn-primary.active {
color:#fff;
background-color: #3c454f;
border:1px solid #eee;
}



/* WOO COMPONENT: SINGLE PAGE STRUCTURE  -------------------------------- 

1) Place this style inside a Bootstrap column:   .col-interior-woosingle
2) Set Bootstrap columns as usual 

*/


.col-interior-woosingle{background-color:#eee;text-align:center;box-sizing:border-box;border:5px solid #fff;padding:20px;}
.woosingle-wrap{padding:10px;width:100%;box-sizing:border-box;}
.woosingle-postdate{display:inline-block;text-align:center;font-size:1em;background-color:#008cc1;color:#fff;padding:5px;width:80%;margin:0px auto;}
.woosingle-title{display:inline-block;text-align:center;font-size:2em;font-weight:700;margin:0px;line-height:1.5em;margin-top:20px;}
.woosingle-body{display:inline-block;text-align:left;font-size:1em;margin:10px;line-height:1.35em;}
.woosingle-categoryhead{display:inline-block;text-align:center;font-size:1.25em;color:#008cc1;padding:2px;width:100%;margin:0px auto;font-weight:600;margin-top:20px;}
.woosingle-price{display:inline-block;text-align:center;font-size:1.5em;font-weight:600;}
.woosingle-150pic{display:block;margin:0 auto;width:100%;max-width:210px;padding:10px;border:1px solid;margin-top:20px;}




/* TABLE WIDTH CONTNROLLERS  ---------------------- */
.cellwidth600{ max-width: 610px; min-width: 600px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cellwidth400{ max-width: 410px; min-width: 400px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cellwidth350{ max-width: 360px; min-width: 350px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cellwidth300{ max-width: 310px; min-width: 300px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cellwidth250{ max-width: 260px; min-width: 250px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cellwidth200{ max-width: 210px; min-width: 200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cellwidth150{ max-width: 160px; min-width: 150px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cellwidth100{ max-width: 110px; min-width: 100px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cellwidth50{ max-width: 60px; min-width: 50px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.cellwidth25{ max-width: 30px; min-width: 25px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}


/* SPECIAL CELL SETTINGS  --------------------------------------------------------- */
.centercell {
vertical-align:middle;
text-align:center;
margin:0 auto;
}


.cellcustom1{
background-color:#6d7c8d !important;
border: 1px solid #6d7c8d !important;
font-weight: 600;
font-size: .95em !important;
text-align: left;
padding: 17px;
color: #fff !important;
}


/* TABLE TOP   - ---- */
.tabletitle{
border:0px !important;
background: #1b1f22;
color: #fff;
font-size: 17px;
vertical-align: middle;
padding:20px 40px;
margin:0 20px;
}


.tablethumbimg{width:100%;max-width:100px;}


.color-table-responsive{background-color:#C8C8C8;}



/* PRIMARY COLORS AND STYLES TABLE - ---------------------------------------------------- */	
	
 
#no-more-tables {
	margin:0 auto;
	padding:0px;
	border:0px;
}

 	
#no-more-tables table{
	border-collapse: collapse;
	border-collapse: separate;
	margin:0 auto;
	padding:0px;
	border:0px;
}

#no-more-tables th {
	border: 1px solid #3c454f;
	font-weight: 600;
	font-size: 1em !important;
	text-align: left;
	padding: 17px;
	background-color: #3c454f;
	color: #ffffff;
}


#no-more-tables td {
	border: 0px solid #6d7c8d;
	font-weight: 400;
	font-size: 1em !important;
    padding: 17px;
	text-align:center;
	vertical-align:middle;
	margin:1px;
	border-bottom: 1px solid #eee;
}
	 
	 


/* --------------------------------- BEGIN MEDIA QUERY FOR COLLAPSE ----------------------------- */	
@media only screen and (max-width: 900px) {
        /* Force table to not be like tables anymore */
        #no-more-tables table,
        #no-more-tables thead,
        #no-more-tables tbody,
        #no-more-tables th,
        #no-more-tables td,
        #no-more-tables tr {
        display: block;
		border:0px;
        }
         
		#no-more-tables th, 
		 
        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
        }
         
        #no-more-tables tr { border: 0px solid #ccc; }
          
        #no-more-tables td {
        /* Behave like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        text-align:left;
        }
         
        #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 10px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
		background-color:#eee;
        }
         
        /* TABLE HEADS TURNS TO LABELS  */
        #no-more-tables td:before { content: attr(data-title); background-color:transparent; padding:10px; color:#000;text-align:right;}
		.color1{background-color:#d6dadf;color:#000;}
}


/* --------------------------------- END MEDIA QUERY FOR COLLAPSE ----------------------------- */	

		 /* REMOVE ROUNDED CORNERS */

.brand-pills > li > a {
border-radius: 0px;
padding:20px;
}  

/* CHANGE PILL BACKGROUND */
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #fff;
background-color:#C11B17;
font-family: 'Oswald', sans-serif; 
line-height:1.5em;
font-weight:400;
font-size:1.5em;
}

.nav-pills>li>a{
color: #fff;
font-family: 'Oswald', sans-serif; 
line-height:1.5em;
font-weight:400;
font-size:1.5em;
}


.nav-pills>li>a:hover{background-color:#C11B17;}




.lefttab-wrap{background-color:#9F000F;padding:30px;}
.righttab-wrap{padding:50px;}



.tabsection-h1{
color:#C11B17;
font-family: 'Oswald', sans-serif; 
line-height:1.5em;
font-weight:400;
font-size:2em;
text-align:center;
margin-bottom:10px;
}

.tabsection-bod1{
font-family: 'Open Sans', sans-serif; 
line-height:1.5em;
font-weight:400;
font-size:1.15em;
}

.tabhr{width:50%;border-bottom:3px solid #C11B17;margin:0 auto;margin-bottom:40px;}

/* BOOT COMPONENT: NAVIGATION  -------------------------------- */


@media (max-width: 640px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


.logobox{padding:11px 16px;color:#008cc1;background-color:#000;font-size:2em;font-weight:700;}
.color-navbarbg{background-color:#000;}
.construction{color:#FF4500;font-size:1.5em;margin-top:30px;}
.navbar-brand{font-size:1.5em;}

.navbar-inverse{background-color:#000;}

.fixit-to-top{position:fixed;top:0px;left:0px;z-index:100;width:100%;}


/* BOOT COMPONENT: SMALL SIMPLE INNER NAVIGATION  -------------------------------- */

.innernav-wrap{
width:100%;
max-width:800px;
border:1px solid #d6dadf;
padding:5px;
margin:0 auto;
text-align:center;
}


.innernav-link{
padding:10px 40px;
display:inline-block;
margin:10px 25px;
border:2px solid #eee;
background-color:#6d7c8d;
color:#fff;
}


.innernav-link:hover,
.innernav-link:focus {
text-decoration:none;
color:#fff;
background-color: #3c454f;
border:2px solid #eee;
}
.innernav-link:active,
.innernav-link.active {
color:#fff;
}


/* SHOW CATEGORY GRID */

a.more-posts {
    color: blue;
    float: right;
    margin-right: 30px;
}

.all-cats h5 {
    margin-left: 30px;
}

.grid {
	float: left;
	padding: 0 30px 30px;
	width: 33.33333333%;
}

.grid:nth-of-type(3n+1) {
	clear: left;
}


@media only screen and (max-width: 1139px) {

	 .all-cats .content {
		width: 100%;
	}

}

@media only screen and (max-width: 768px) {

    a.more-posts {
        float: none;
        margin-left: 30px;
    }
    
    .all-cats h5 {
        text-align: center;
        width: 100%;
    }
    
    .grid {
	    float: none;
	    padding: 0 10px 10px;
	    width: 100%;
	    text-align: center;
	    margin-top: 30px;
	    margin-bottom: 30px;
    }
    
    .grid img {
	    margin-bottom: 30px;
	}
    
}




/* ARCHIVE PAGE TEMPLATE  -------------------------------- */

.like-magazine-home .content .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
}   

.like-magazine-home .content .entry {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.like-magazine-home .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
    grid-template-areas:
        'one one'
        'two three'
        'four four'
        'five five'
        'six six';
}

.like-magazine-home .content .entry:nth-child(1) {
    grid-area: one;
}

.like-magazine-home .content .entry:nth-child(2) {
    grid-area: two;
}

.like-magazine-home .content .entry:nth-child(3) {
    grid-area: three;
}

.like-magazine-home .content .entry:nth-child(4) {
    grid-area: four;
}
   
.like-magazine-home .content .entry:nth-child(5) {
    grid-area: five;
}

.like-magazine-home .content .entry:nth-child(6) {
    grid-area: six;
}

.like-magazine-home .content .entry:nth-child(4) img, 
.like-magazine-home .content .entry:nth-child(5) img, 
.like-magazine-home .content .entry:nth-child(6) img {
    width: 266px;
    height: 150px;
    float: left;
    margin: 0 24px 12px 0;
}

@media only screen and (max-width: 960px) {

    .like-magazine-home .content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-gap: 20px;
        grid-template-areas:
        'one one'
        'two two'
        'three three'
        'four four'
        'five five'
        'six six';
    }
    
}


.like-magazine-home .content .home-top a.entry-image-link, 
.like-magazine-home .content .home-middle a.entry-image-link {
    position: relative;
    display: inline-block;
}

.like-magazine-home .content .home-middle a .entry-time,
.like-magazine-home .content .home-top a .entry-time {
	    bottom: 40px; 
}



/* ARCHIVE PAGE TEMPLATE  -------------------------------- */


.custom-archive-page .entry {
	margin-bottom: 0;
}

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

	.custom-archive-page .entry {
		margin-bottom: 0;
	}
	
}