/*

Theme Name: 'webme'
Theme URI: http://'webme'.co.il/
Author: Atkinson Leon
Author URI: http://webmagazine.co.il
Description: Starter Theme made with love and a great underscore engine.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webme
Tags:simple_theme,fast_theme,super_theme
*/


*{
	transition: all;
}
    
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%; 
}
body {
	margin: 0;
	overflow-x:hidden;
}
video#mainVideo_html5_api {
    width: 100%;
}
.home{
    background: #101010;
}
.clr{
    clear: both;
}
  ::selection 						{background: #f7096a;color:#fff;}
  ::-moz-selection 					{background:#E35D5E;color:#fff;} 
span.cat-links, .tags-links {
    margin: 0 0 0 10px;
    color: #207dbe;
    font-size: 1.3em;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
 audio:not([controls]) {
 display: none;
 height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 400;
}
dfn { 
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.37em 0;
        font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif; 
    
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0; 
}
 svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
.footer_widgets td,.footer_widgets th,.footer_widgets caption{
	color:#fff;
}
/*--------------------------------------------------------------

# Typography

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

body, button, input, select, textarea {
	color: #404040;
	font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
	font-weight: 300;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	font-family:'almoni-tzar', 'PT Sans Narrow', sans-serif;
	font-weight: 400;
}
.single h1{
	font-size: 2.9em;
	color: #207dbe;
	font-weight:300;
}
h2 {
	font-size: 1.6rem;
}
h2.entry-title a {
    color: #207dbe;
    font-size: 2.5rem;
    font-weight: 100;
}
h2.entry-title a:hover{
	color: #c8043a;
}
p {
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 1.5em;
}
.controls label {
    display: block;
    min-width: 100px;
    font-size: 3em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------

# Elements

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

html {
	box-sizing: border-box;
}
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
	vertical-align:top;
}
/*DARK*/
.site-header {
 background: #101010;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
.single{
	background:#262626;
}
.blog{background: #1d1d1d;}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.post-navigation{
	display: inline-table;
	clear:both;
	width: 100%;
	margin: 7px 0 35px 0;
}
.nav-previous,.nav-next{
	background: #c8043a;
	padding:10px;

}
.nav-previous a,.nav-next a{
	color:#fff;
	font-size:1.5em;
}

.nav-previous{
	float:right;
}
.nav-next{
	float:left;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li {
	list-style:none;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;/* Make sure images are scaled correctly. */
	max-width: 100%;/* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------

# Forms

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

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: none;
	border-radius: 0;
	background: #207dbe;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.1;
	padding: .7em .9em .5em;
}
.search_strip input[type="submit"]{
	padding: .2em .9em .2em;
	width: 10%;
	font-size: 2rem;
}
input[type="submit"]:hover{
    background-color: #C8043A;
    transition: background-color 1.2s;}


button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active,
.footer_full input[type="text"]:focus, .footer_full  input[type="email"]:focus, .footer_full  input[type="url"]:focus, .footer_full  input[type="password"]:focus, .footer_full  input[type="search"]:focus, .footer_full  input[type="tel"]:focus,textarea:focus

 {
	border-color: #aaa #bbb #bbb;
	box-shadow: 2px -4px 36px #4ab4ff !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea , input[type="tel"] {
	color: #207dbe;
	border: none;
	border-radius:0;
	font-size: 1.7rem;
	outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus ,input[type="tel"]:focus{
    /*color: #111;*/}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"],input[type="tel"] {
	padding: 3px 9px;
	width: 100%;
	height: 60px;
	background: #222121;
}
.footer_full input[type="text"],.footer_full  input[type="email"],.footer_full  input[type="url"],.footer_full  input[type="password"],.footer_full  input[type="search"],.footer_full  input[type="tel"]{
	max-width:100%;
	width: 100%;
	background: #ffffff;
	border: none;
	color: #111;
	font-weight: 100;
	margin-bottom: 2px;
	/* border: solid 1px #c8043a; */
}
.footer_full input[type="submit"]{
	background: #207dad;
	display: block;
	padding: 0 20px;
	font-size: 2rem;
	color: #fff;
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
	height: 66px;
}
.footer_full div.wpcf7 {
	width:70%;
	margin:0 auto;
}
.search_on input{
    max-width: 90%;
    height: 57px;
    float: right;
}
.search_strip{
    padding: 15px;
    background: #020202;
    height: 87px;
    display: none;
}
input[type="search"]{
	width:100%;
	font-size: 2rem;
	background: #1d1d1d;
	border: none;
	padding-right: 2%;
}
 input[type="search"]:focus {
 	background: #111111;
 	transition: all 1.2s;
 	border: solid 1px #207dbe;
 	color: #207dbe;
 }
 #top_list{
 	
 	margin:0;
 	float:left;}

#top_list li{
    float: left;
    margin: 1px;
}
#top_list li a{
	display:block;
	padding:5px 10px;
	background: #1d1d1d;
	color: #c8043a;
}

textarea {
	padding-left: 3px;
	width: 100%;
	max-height: 100px;
	background: #222121;
	border: none;
}
.footer_full textarea{
	max-height:70px;
	margin-bottom: 12px;
	background: #ffffff;
	border: none;
	padding: 3px 9px;
	color: #111;
	/* border: solid 1px #c8043a; */
}
/*--------------------------------------------------------------

# Navigation

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

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



## Links

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

a {
	color: #5a6d81;
	text-decoration:none;
}
 
a:hover, a:focus, a:active {
	color: #333F4B;
}
a:focus {
 outline: .1rem dotted #21759b;

}
a:hover, a:active {
	outline: 0;

}
/*--------------------------------------------------------------

## Menus

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

# Accessibility

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------

# Alignments

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

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------

# Clearings

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

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
.site-footer {
	max-width:1700px;
	margin:0 auto;
	border-top: none;
	border-bottom: none;
	padding: 10px 15px;
}
/*--------------------------------------------------------------

# Widgets

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

.widget {
	margin: 0 0 1em;
	padding: 5px;
}

/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
}
/* Search widget. */

.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------

# Content

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

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

## Posts and pages

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

.sticky {
	display: block;
}
.hentry {
	margin: 0;
	/*	border: solid 1px #DCDADA;
	background: #eee;*/
	padding: 5px 15px 15px;
}
 .byline, .updated:not(.published) {
 display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.entry-content p{
	color:#a2a2a2;
}
.entry-content img{
	width:100%;
}
.page .entry-content p{
	color:#101010;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.blog .entry-content p{
	color:#A5A5A5;
	max-height: 144px;
	overflow: hidden;
}
/*--------------------------------------------------------------

## Asides

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

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------

## Comments

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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------

# Infinite scroll

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

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------

# Media

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

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------

## Captions

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

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
 .wp-caption img[class*="wp-image-"] {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------

## Galleries

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

.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*New Added on source by Leon Atkinson*/
.site-content{
	border-right:solid 1px #f1f1f1;
	border-left:solid 1px #f1f1f1;
}
.single .site-content{
	border-color: #313131;
    margin-top: 80px;
}
.blog .site-content{
	border:none;
    margin-top: 80px;
}
.blog #content{
    max-width: 1800px;
}
.site-content, .main-navigation {
	margin: 0 auto;
}
.main-navigation {
    width: calc(100% - 351px);
    max-width: 1200px;
    float: left;
    padding: 0 0 0 0;
    height: 79px;
}
.widget-area {
	width: 33%;
	float: left;
	padding: 20px 10px 10px 10px;
	max-width: 250px;
}
.blog #secondary{
	display:none;
}


.widget-area-full .widget {
	width: 25%;
	float: right;
	margin: 15px 0 15px 0px;
}
.widget-area-full .widget a{
	color: #c8043a;
	font-size: 1.2rem;
}

.widget-area-full .col_half{
	width: 49%;
	padding: 12px;
	margin: 1px;
	text-align: center;
	min-height: 380px;
	margin-top: 30px;
}
.widget-area-full #text-6{
	border-left: solid 1px #1e1e1e;
}
.widget-area-full .col_half h2{
	font-size:2.8rem;
}

.content-area {
	padding: 0;
}
.blog .content-area{
	width:100%;
}
.full {
	width:100%;
}
.site-branding {
	width: 100%;
	max-width: 351px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align:center;
	float: right;
}
.post {
	background: #101010;
	margin-top:20px;
}
div#comments {
    background: #111;
    padding: 19px;
    color: #eee;
    margin: 0 0 20px 0;
}
.blog .post{
     width: 32%;
     background: #111;
     float: right;
     margin-right: 1%;
    margin-bottom: 20px;
   
}
.blog .post .entry-meta{
	color:#fff;
	font-size:1.3rem;
}

.blog .post .entry-date{
	color: #c8043a;
}
.header_media{
	display:flex;
	
}

#content {
	border-bottom: none;
	border-top: none;
	max-width: 1200px;
}
#portfolio{
    max-width: 100%;
    border: none;
}
.home #content,.page-template-Contact_Template_01 #content{
    max-width: 100%;
        border: none;
}
 

.footer_full {
	border-bottom: none;
	background: #111;
}
.page-template-Contact_Template_01 .footer_full{
	margin-top:0;
}
.menu-toggle {
	/* float:left; */
	margin: -49px 11px 0 11px;
}
.menu-toggle, .main-navigation.toggled ul {
	/* display: block; */
}
i.fa {
	font-size:1.5rem;
}
.footer_full .widget-title {
	margin:0;
	color: #207dbe;
	padding: 10px 0;
}
.footer_full .textwidget {
	color: #A5A5A5;
	font-size: 2.2rem;
	font-weight: 300;
}
.footer_full .textwidget p{
	font-size:1.8rem;
}
.banner_top {
	width:100%;
}
.post-thumbnail img,.size-post-thumbnail {
	width:100%;
}
#site-logo {
	display:inline-flex;
}
#site-logo img{
	padding: 0;
}
.site-title {
    position: fixed;
    top: -10000px;
}
#searchform {
    width: 100%;
    text-align: left;
}
a.more-link {
    display: block;
    background: #c8043a;
    width: 117px;
    text-align: center;
    color: #fff;
    padding: .7rem;
    float: left;
    font-size:1.3em;
}
.site-info {
    color: #eee;
    font-size: .8rem;
    margin:15px 0;
    text-align: center;
}
.site-info a{
	color: #63C8FF;
}
.vc_images_carousel {
    direction: ltr;
}
.home .vc_images_carousel {
    width:100%;
}
.site-title {
    margin-left: 23px;
    padding: 5px 0;
    font-family: 'Play', sans-serif;
    font-size: 3.4rem;
    font-weight: 400;
}
.site-title a {
	color: #207dbe;
}
.site-description{
	font-size: 2.44rem;
	margin: 0;
	line-height: 110px;
	color: #c8043a;
}
.entry-meta {
    font-size: 1.7rem;
    padding: 4px 0;
    color: #c8043a;
}
 
/*Shop*/
#content #container{
	float: right;
} 
.woocommerce span.onsale {
    line-height: 3.036;
    background-color: #E87772;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #111111;
    border-radius: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	 border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #DA2929;
}
.woocommerce .quantity .qty {
    line-height: 1.9;
}
.woocommerce div.product p.price, .woocommerce div.product span.price,.woocommerce ul.products li.product .price {
    color: #404040;
}
.woocommerce .woocommerce-message {
    border-top-color: #DA2929;
}
.home .entry-title{
	display:none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	padding:7px;
}
a.cart_stat {
    display: block;
    background: black;
    color: #fff;
    width: 100%;
    position: fixed;
    clear:both;
    text-align: center;
    padding: 12px;
    bottom: 0px;
    left: 0;
    z-index: 99999;
}
.woocommerce a.button {
    color: #fff;
    background-color: #E87772;
    width: 100%;
    text-align: center;
}
/*Shop End*/

/*Home Template 01*/
.full_section{
    margin-bottom: 0;
    padding: 0;
    background-color: #101010;
    clear: both;
}
.top_banner_wrapper{
    position: relative;

}
.txt_on_banner{
    position: absolute;
    top: 40%;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 9rem;
    color: #fff;
    transition: all 2s;
    background: rgba(0, 0, 0, 0.24);
    text-shadow: 3px 1px 1px #207dbe;
}
.content_container{
    max-width: 90%;
    width:980px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding: 60px 0 15px 0;
}
.content_container p{
	margin: 10px 0;
	color: #A5A5A5;
    font-size: 2em;
}
.content_container h2{
    font-size:3rem;
    padding: 0;
    line-height: 3rem;
    color: #207dbe;
}
.featured_item {
    float: right;
    display: block;
    width: 33.33333%;
    background-color: #000;
    position:relative;
    border:solid 20px #101010;
}
.featured_item:nth-child(2), .featured_item:nth-child(3), .featured_item:nth-child(5), .featured_item:nth-child(6){
    
}
.featured_item .fa{
	color: #1e7dbe;
	font-size: 2.2rem;
	position: absolute;
	top: 10%;
	left: 10%;

	
}


.featured_item img {
    transition: opacity 1.3s;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    -moz-opacity:0.7;
    width: 100%;
    height: 100%;
    display: list-item;
    filter: grayscale(20%);
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    
    filter: gray;
    -webkit-filter: grayscale(.2);
}

.featured_item img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: gray;
    -webkit-filter: grayscale(0);
}
.half_col {
    width: 50%;
    float: right;
    text-align: center;
    padding: 60px;
    background: #131313;
    border: solid 25px #101010;
    border-top: solid 8px #101010;
}
.half_col:hover{
	background: #101010;
	transition: all .5s;
}
.half_col h2{
    font-size: 4rem;
    color: #207dbe;
}
.half_col p{
    color: #A5A5A5;
    font-family: 'almoni-tzar', 'PT Sans Narrow', sans-serif;
}
.right_box{
    border-left: solid 8px #101010;
}
.left_box{
    border-right: solid 8px #101010;
}
.btn_pink{
    background: #c8043a;
    display: block;
    padding: 0 20px;
    font-size: 2rem;
    color: #fff;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

.btn_pink:hover{
	background:#207DBE;
	transition:all 1s;
	color:#fff;

}
a.cd-top {
    position: fixed;
}

/*Home Template 01 END*/
#map {

    height: 300px;
}
/*Animate*/
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 06;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
footer.entry-footer {
    background: #0a0a0a;
    margin: 4% 0 0;
    padding: 0 2%;
    text-align: center;
    font-size: 12px;
 }
  .potbtn {
    margin: 30px auto;
}
/*End Animate*/

a.cd-top.cd-is-visible.cd-fade-out {
    font-size: 2em;
    padding: .5% 1% 0% 1%;
    border: solid 1px #c8043a;
    margin: 17px;
    position: fixed;
    bottom: 76px;
    right: 9px;
    z-index: 99999;
    background: rgba(32, 125, 190, 0.14);
    color: #fff;
    opacity: .3;
}
a.cd-top.cd-is-visible.cd-fade-out:hover {
	opacity:1;
}
/*Media Queries*/   

 @media screen and (min-width:768px) {
.header_media{
	margin-top: 79px;
}
#content #container{
	max-width: 79%;
	padding: 15px;
} 
.post-type-archive-product  #content #container,.single-product #content #container{
	max-width:100%;
}

.site-header {
 position: fixed;
 top: 0;
 z-index: 9999;
 width: 100%;
 /* opacity: .9; */
 border-bottom: solid 1px #000;
}
.admin-bar .site-header {
    top: 31px;
}

.serach_mobile{
	display:none;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-left: 0 !important;
}


}
@media screen and (max-width: 1280px) {
h2.entry-title a,.single h1{
font-size:1.9rem;
}
}
@media screen and (max-width: 990px) {

    #searchform{
	display:none;
}
    .featured_item{
        width: 50%;
        border: solid 7px #101010;
    }
    .txt_on_banner{
        font-size: 2rem;
    }
    .main-navigation{
        border: none;
    }
    .featured_item img {
    opacity: 0.8;
    filter: alpha(opacity=50);
}
	.blog .entry-content p {
    max-height: fit-content;
	}
    .blog .site-content,.single .site-content{
        margin-top: 20px;
    }
}
@media screen and (max-width: 990px) {
    .widget-area-full #text-6{
        border: none;
    }
    .footer_full div.wpcf7{
        width: 100%;
    }
    .main-navigation > div{
    margin-top: -33px;
    padding: 4% 1.5%;
}
 .widget-area, .content-area, .widget-area-full .widget {
 width:100%;
 max-width:100%;
}
.widget-area-full .widget{
	float:none;
	margin:15px 0 0;
	width: 50%;
	float: right;
}
.main-navigation {
    /* border-top: solid 1px #DCDADA; */
    /* border-bottom: solid 1px #DCDADA; */
    min-height: 1px;
     max-height: 20px;
    width: 100%;
    /* float: left; */
    position: absolute;
    z-index:9999999;
    text-align: left;
    top: 61px;
}


.serach_mobile{
	display:none;
	margin: 15px 14px 0 0;
	width: 257px;
}
input[type="submit"] {
    padding: .7em .9em .7em;
}
.site-branding{
	text-align: right;
	width: 100%;
	float: right;
}
#content #container{
	width:100%;
}
    .main-navigation{
        background: none;
    }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 46%;

} 
.half_col{
	width:50%;
	border: solid 7px #101010;
	border-bottom: 8px;
	padding: 8px;
}
.half_col h2{
	font-size:3em;
}
#site-logo {
    display: inline-flex;
    margin-right: 5%;
}
.blog .post{
	width:100%;
	margin:0;
	border: solid 11px rgb(29, 29, 29);
}
}
@media screen and (max-width: 990px) {
    a.more-link {
    width: 80px;
    padding: .3rem;
    font-size: 1.19em;
}
    p,.content_container p{
        font-size: 1.3em;
    }
  .half_col{
        margin-bottom: 20px;
    }
    .footer_full .textwidget {
    font-size: 1.4rem;
}
    .widget-area-full .col_half{
        min-height: inherit;
    }
    .btn_pink {
    font-size: 1.5rem;
    max-width: 144px;
}

        .top_banner_wrapper{
        margin-top: 79px;
    }

}
@media screen and (max-width:1000px) {
    .top_banner_wrapper {
    margin-top: 80px;
}
    .post {
    background: #101010;
    margin-top: 20px;
}
}
@media screen and (max-width:414px) {
	.widget-area-full .widget{
		width:100%;
	}
    #site-logo img {
    max-width: 235px;
    height: 40px;
}
    button.filter {
    padding: 5px 0;
    margin: 1px;
    font-size: 2.4em;
    min-width: 32.5%;
}
    .top_banner_wrapper {
    margin-top: 0;
}
    .half_col{
        width: 100%;
    }
    .featured_item {
        border: solid 3px #101010;
    }
    .entry-meta {
    font-size: 1.1rem;
    padding: 2px 0;
}
    .blog .site-content, .single .site-content {
    margin-top: 0;
}
    .post {
    margin-top: 0;
}

}
@media screen and (min-width:990px) {
 .menu-toggle {
 display: none;
}
    
.post {
    background: #101010;
    margin-top:20px;
}

}

