/* 
Theme Name:		 corrie
Theme URI:		 http://artipixel.co.il/
Description:	 corrie is a child theme of News Portal
Author:			 Artipixel
Author URI:		 http://artipixel.co.il/
Template:		 news-portal
Version:		 1.0.23
Text Domain:	 corrie
*/
/* acme-regular - latin */
@media(min-width:781px){
.site-header{
	height: 157px;
}

@media(max-width:780px){
.site-header{
	height: 60px;
}
#breadcrumbs, .entry-header{
	height:36px;
}
.entry-title {
min-height: 77px;
}
.page-title {
min-height: 50px;	
}

.archive-description {
	min-height: 400px;
}

.homepage-wrapper{
	min-height: 750px;
}

}

p {
    font-family: 'Montserrat'!important;
}

#sfm-sidebar [class*=sfm-icon-] a{
	line-height: 25px !important;
    font-size: 25px !important;
}
@font-face {
  font-family: 'Acme';
  font-style: normal;
  font-weight: 400;
  font-display: swap !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/acme.woff2") format("woff2");
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 600;
  font-display:  block !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/dosis-v25-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  font-display:  swap !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/dosis-v25-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  font-display:  swap !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/dosis-v25-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/montserrat-v23-latin-300.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/montserrat-v23-latin-700.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/montserrat-v23-latin-600.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/montserrat-v23-latin-900.woff2") format("woff2");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: block !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/montserrat-v23-latin-regular.woff2") format("woff2");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/open-sans-v27-latin-300.woff2") format("woff2");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display:  block !important;
  src: url("https://www.corriecooks.com/wp-content/themes/corrie/fonts/open-sans-v27-latin-regular.woff2") format("woff2");
}


div#posts-container.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.imgcon-side {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* padding:0 10px; */
    margin: 5px 0; 
	margin-top: 15px;
    max-width: 315px;
    transition: all .3s;
}
.dtcon .entry-title a{
    transition:all 0.3s;
}
.dtcon .entry-title :hover{
    color: #66972a !important;
    text-decoration: underline;
}

.min-image {
    /* background:#f9f9f9; */
    position: relative;
    /* min-height:169px; */
}

.tagname {
    padding: 4px 13px;
    border: 1px solid #98c95b;
    color: black;
    margin: 3px;
    display: inline-block;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.tagname:hover {
    background: #98c95b;
    color: white;
}

.tagname.selected {
    background: #5a822a;
    color: white;
    border-color: #4d771c;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #98c95b transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.post-outer-container{
    position:relative;
}

#postsLoader{
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 200px;
    z-index: 1;
    text-align: center;
}

button#orderby {
    background: #5a822a;
    border: 1px solid #5a822a;
    transition: all 0.3s;
    display:inline-block;
    font-size: 15px;
    border-radius: 21px;
}

button.dropdown-item {
    width: 100%;
    transition: all 0.3s;
}

ul.dropdown-menu {
    padding: 0;
    transition: all 0.3s;
}

button.dropdown-item:hover,button#orderby:hover {
    background: #2b3a19;
}

.page-template-index_template .rt-filter-item-wrap.rt-search-filter-wrap {
    max-width: 300px;
    display: inline-block;
    position: relative;
}

.dropdown {
    display: inline-block;
    margin: 3px 0px;
    padding: 2px;
}

span.rt-action {}

span.rt-action {
    right: 9px !important;
    top: 5px !important;
}

.top-bar-container {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 10px;
    padding-top: 3px;
}

div#reset {
    background: #ffc4c4;
    border: 1px solid #ffafaf;
    padding: 3px 1px;
}

input#txtSearch {
    border: 1px solid gray;
}

.menu-tags {
    padding: 0 17px;
    margin-bottom: 11px;
}

.rt-img-holder:hover a img {
    opacity: 0.8 !important;
}


.page-numbers.current {
color: #ffffff;    
background: #66972a;
}
.newpage
{
display:none;
}

/* אפקט מאוסאובר לתמונות. בוטל לניסיון כי גם ככה לא עובד במובייל 


.imgcon img{
min-height: 100%;       
transition:all 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 0.95;
object-fit: cover;
}

.dtcon .swp_social_panel
{
display:none;
}

.imgcon-side img{
    opacity: 0.95;
    transition: all 0.3s;
}

*/



.no-sidebar #primary {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.imgcon a
{
height: 100%;
display: flex;
align-items: center;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: contents;

}
.dtcon h4 
                      {
                          font-size: 18px;
                            margin: 10px 0;
                            min-height: 42px;
                            line-height: 1.2;
                      }
                      .dtcon p{
                        color: #3d3d3d;
                        font-family: 'Roboto', sans-serif;
                        font-size: 16px;
                        line-height: 1.8;
                        font-weight: 400;
                      }
                      .dtcon a
                      { 
                        font-size:18px;
                        font-family: 'Montserrat', sans-serif; 
                     
                      }
.dtcon a:hover{
text-decoration: none;
}
.imgcon 
{
overflow:hidden;
background: #2f3238;
}
.imgcon:hover img,.imgcon-side:hover img {
    opacity: 1;
}
.homepage-wrapper{
   padding-top:40px;
	min-height:100px;
	width:100%;
	display:block;
}

.archive .page-header h1.page-title {
    font-size: 28px;
}

@media(max-width:640px){
	.code-block-8{ min-height:152px !important;}
  .imgcon-side {
    max-width:100%;
    width:100%;
    margin-top:10px;
  }
  .imgcon-side img{
    width:100%;
  }

  .imgcon img {
    width: 100%;
    }

    input#txtSearch {
    	max-width: 160px;
	}
	.tagname{
		min-width:initial;
	}	
	.homepage-wrapper {min-height:750px;}

}

.bottom-more{
    margin-bottom:10px;
}

.dtcon {
    margin-bottom: 20px;
}

button#loadmore {
    font-size: 20px;
    padding: 15px 39px;
    height: 52px;
    transition: all 0.3s;
}

button#loadmore:hover {
    background: #65972a;
    border: 1px solid white;
}

.page-template-index_template .mt-container{
	padding:initial;
}