/*----------------------------------------------------------------------------------|  www.vdm.io  |----/
				Concatenate Aust 
/-------------------------------------------------------------------------------------------------------/

	@version		1.0.4
	@build			18th March, 2021
	@created		14th March, 2021
	@package		Events Archive
	@subpackage		event_archives_view.css
	@author			Daniel and Lisa <https://concatenate.com.au>	
	@copyright		Copyright (C) 2021. All Rights Reserved
	@license		GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
  ____  _____  _____  __  __  __      __       ___  _____  __  __  ____  _____  _  _  ____  _  _  ____ 
 (_  _)(  _  )(  _  )(  \/  )(  )    /__\     / __)(  _  )(  \/  )(  _ \(  _  )( \( )( ___)( \( )(_  _)
.-_)(   )(_)(  )(_)(  )    (  )(__  /(__)\   ( (__  )(_)(  )    (  )___/ )(_)(  )  (  )__)  )  (   )(  
\____) (_____)(_____)(_/\/\_)(____)(__)(__)   \___)(_____)(_/\/\_)(__)  (_____)(_)\_)(____)(_)\_) (__) 

/------------------------------------------------------------------------------------------------------*/

/* CSS Document */

.pagination .pagination a,
.pagination .pagination span {
    font-size: 18px;
}
.pagination .counter div,
.pagination .counter select {
    font-size: 22px;
}
.pagination .counter select {
    border: 1px solid black;
}
.cc-event-archive-item:last-child,
.cc-event-archive-item:last-child .container {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.cc-event-left > a:last-of-type {
    margin-right: 0;
}

.cc-event-left-side-bar {
    color: black;
    font-size: 35px;
    line-height: 1.2em;
    border-right: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
.cc-event-left {
    max-width: 240px;
    text-align: left;
    margin-right: auto;
}
.cc-event-left > a {
    display: inline-block;
    margin: 7px 7px 7px 0;
}
.cth-container.cc-event-archive-item.cc-padding-right {
    padding-right: 0;
}
.cc-event-archive-item .container {
    padding: 20px 7px;
}
.cc-event-archive-item .row .four {
    width: 90%;
}
.cc-event-archive-item .row .two {
    width: 2%;
}
.cc-event-years .cc-green-border-right {
    border-right: none;
}
@media screen and (min-width: 769px) {
 .cc-event-left-side-bar {
    color: black;
    font-size: 35px;
    line-height: 1.2em;
    border-right: 2px solid #1c94c9;
    text-align: right;
    padding-left: 20px;
    margin-right: 40px;
    padding-right: 10px;
 }
 .cc-event-left {
    max-width: 240px;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
 }
 .cc-event-left > a {
    display: inline-block;
    margin: 7px;
 }
 .cth-container.cc-event-archive-item.cc-padding-right {
    padding-right: 25px;
 }
 .cc-event-archive-item .container {
    padding: 20px;
 }
 .cc-event-years .cc-green-border-right {
    border-right: 2px solid #44c62c;
 }
}
@media screen and (min-width: 1000px) {
 .cc-event-archive-item .row .four {
    width: 33.333%;
 }
 .cc-event-archive-item .row .two {
    width: 16.666%;
 }
 .cc-event-archive-item .row .six {
     max-width: 850px;
 }
}