/*
Theme Name: Binternet V2 - Red Version
Author: Shahar Broshi
Author URI: http://www.binternet.co.il/
Description: Binternet Customized WordPress Template
Version: 2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =WordPress Core
-------------------------------------------------------------- */

.second-footer a{
    font-size:14px;
}
.menu-secondfooter-menu-container{
    display:inline-block;
}
span.links-text{
    display:inline-block;
    font-size:14px;
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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. */
}

/* =Binternet V2 Theme
-------------------------------------------------------------- */

body{
    background: #e9eaec;
    font-size:16px;
    font-family: Arial;
    color:#000;
    margin-bottom:55px;
}

.container{
    background: #fff;
}

.container.header{
    border-bottom:10px solid #e9eaec;
    height:95px;
    line-height:55px;
}
.container.index{
    padding-bottom:80px;
}

.newphone{
    width:225px;
    height:122px;
    background:url('img/newphone.png');
    float:left;
    padding-top: 50px;
    font-size: 15.5px;
    font-weight: bold;
    text-align:center;
    line-height: 25px;
}

.header-phone{
    font-size:17px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.52);
}

img{
    max-width:100%;
}

img.entry-image{
    margin:0px 0px 15px 0px;
    width:100%;
    border:1px solid #878787;
    padding:1px;
}

img.big-image{
    margin-bottom:30px;
    border:1px solid #878787;
    padding:1px;
}

img.logo-image,
img.big-image{
    width:100%;
}

img.logo-image{
    margin:20px 0px 20px 0px;
}


ul.nav-menu{
    list-style-type:none;
    padding:0px;
    margin:14px 0px;
}

ul.nav-menu li{
    float:right;
    font-size:17px;
    margin:0px 0px 10px 20px;
}

ul.side-menu{
    list-style-type:none;
    padding:0px;
    margin:10px 0px;
}

body.page-template-thanks h1.entry-title{
    text-align:center;
}

h1.entry-title{
    font-size:40px;
    font-weight:bold;
    padding-top:20px;
}

.entry-content p{
    margin-bottom:20px;
}

.entry-content img{
    max-width:100%;
    height:auto;
}

.entry-content iframe{
    /*width:100%;*/
    padding:10px;
    background-color:#d0d1d3;
    margin-bottom:20px;
    margin:0 auto;
    text-align:center;
    display:block;
}

h2.entry-preview{
    font-size:18px;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:18px;
}
span.meta-author{
    display:block;
    padding:0px 0px 15px 0px;
    font-size:16px;
}

span.smalltext{
    font-size:11px;
    display:block;
    padding-bottom:3px;
    border-bottom:1px solid #d0d1d3;
}

span.smalltext p{
    margin-bottom:0px;
}

.strip {
    width: 100%;
    height: 51px;
    position: fixed;
    text-align:center;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.58);
    bottom: 0px;
    background-color: #CC181E;
    -webkit-box-shadow: 0px -7px 17px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -7px 17px -4px rgba(0,0,0,0.75);
    box-shadow: 0px -7px 17px -4px rgba(0,0,0,0.75);
    display: block;
}

.strip .b_text {
    margin: 5px auto 0;
}

.strip .c_button {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor:pointer;
}

.infobox{
    margin:15px 0px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
    background-color: #e9eaec;
    padding:10px;
}

.contact-box{
    background-color: #e9eaec;
    padding:15px;
    margin:10px 0px;

}

.contact-box input,
.contact-box textarea{
    width:100%;
    border: solid 1px #d1d1d1;
    border-radius:3px;
}

textarea{
    height:100px;
}

.contact-box input[type=submit]{
    border:0px;
    background-color:#CC181E;
    padding:10px;
    color:#fff;
    outline:0px;
}

.article-form .form-group {
    width: 50%;
    float: right;

}

.article-form .form-group input,
.article-form .form-group textarea {
    width: 100%;
}

.article-form{
        border:1px solid #eee;
        padding:10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    margin:15px 0px;
}

.article-form input[type=submit]{
    border: 0px;
    background-color: #CC181E;
    padding: 10px;
    color: #fff;
    outline: 0px;
}

.article-form span.title{
    background-color:#e9eaec;
    padding:5px;
    font-weight:bold;
    width:100%;
    display:block;
}

.navbar-default{
    border:0px;
    background-color:#fff;
    margin-bottom:0px;
}

ul.navbar-nav{
    margin:0px;
    padding:0px;
    float:right;
}

.navbar-collapse{
    padding:0px;
}

.navbar-toggle{
    margin-right:0px;
    width:100%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color:#fff;
}

.mobile-form{
    display:none;
}

.mobile-pic{
    display:none;
}

.container{
    padding-right:40px;
    padding-left:40px;
}

.second-footer{
    padding: 23px 0px;
    text-align: center;
    background-color: #FFF;
    border-top: 9px solid #E9EAEC;
}

ul.secondfooter-menu{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

ul.secondfooter-menu li{
    display:inline-block;
    padding:0px 5px;
}

.navbar-default{
    float:right;
}

.downphone{
    width:100% !important;
    height:auto;
    padding-top:0px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 15.5px;
    font-weight: bold;
    text-align:center;
    line-height: 25px;
    margin:10px 0px 10px 0px;
    padding: 10px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    color: #fff;
    background-image: linear-gradient( #835305, #F4B45B );
}

.downphone p{
    margin-bottom:0px;
}

hr.downphone-hr{
    margin-top:0px;
}


@media screen and (max-width: 600px) {
    
.second-footer a{
    font-size:10px;
}

span.links-text{
    font-size:10px;
}

    
    .header-phone{
        text-align:center;
    }
    
    .entry-content iframe{
        max-width:100%;
    }
    
    h2.entry-preview{
        clear:both;
    }
    
    h1.entry-title{
        font-size:30px;
        margin-bottom:24px;
        padding-top:0px;
        text-align:right;
    }
    
    .article-form .email-group{
        display:none;
    }
    
    .article-form .form-group {
        width:100%;
    }
    
    .logo-image,
    .big-image,
    .contact-box,
    .contact-info{
        display:none;
    }
    
    .middle-form{
        /*display:none;*/
    }
    
    .container.index{
        padding-bottom:15px;
    }
    
    
     body{
        margin-bottom:0px;
    }
    
    .mobile-form{
        display:block;
    }
    
    .phone{
        display:block;
    }
    
    .header-phone p{
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    color: #fff;
    background-image: linear-gradient( #835305, #F4B45B );
    }
    
    .mobile-pic{
        display:block;
        float:right;
        
        margin: 0px 0px 20px 20px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
    border:1px solid #fff;
    padding:1px;
    }
    
    
    
    .container.header{
        line-height:25px;
        height:auto;
    }
    
.navbar-default{
    float:inherit;
    width:100%;
}
    
.newphone{
    width:100% !important;
    height:auto;
    padding-top:0px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    color: #fff;
    background-image: linear-gradient( #835305, #F4B45B );
    margin-bottom:13px;
}

.newphone p{
    margin-bottom:0px;
}
}

    
    
    /* div#wpcf7-f30-p103-o1{
        display:none;
    } */
    
    
}