/*
Theme Name: Responsive
Theme URI: http://themeid.com/responsive-theme/
Description: Adding support for language written in a Right To Left (RTL) direction.

Version: 0.7
Author: Hesaam Farhang and Ulrich Pogson
Author URI: http://cyberchimps.com/guide/why-should-i-translate-responsive/

Copyright (C) 2014 CyberChimps
License: GNU General Public License, version 3 (GPLv3)
License URI: https://www.gnu.org/licenses/gpl-3.0.html

NOTE: DO NOT EDIT THIS FILE, IF YOU DO IT WILL BE OVERWRITTEN BY THE NEXT UPDATE. CREATE CHILD THEME INSTEAD.

See: http://codex.wordpress.org/Right_to_Left_Language_Support
     http://cyberchimps.com/guide/why-should-i-translate-responsive/

CSS Rules: Sorted alphabetically for better organization.
*/

/* =Base
-------------------------------------------------------------- */

body div.wpforms-container-full .wpforms-form select,
select {
	background-image: linear-gradient(-45deg, transparent 50%, gray 50%), linear-gradient(-135deg, gray 50%, transparent 50%);
	background-position: calc(100% - (100% - 20px)) calc(50% + 2px), calc(100% - (100% - 15px)) calc(50% + 2px), calc(100% - (100% - .5em)) 0.5em;
}

a.customize-unpreviewable  , span.copyright_icon_and_year {display:none;}

a.customize-unpreviewable  , span.copyright_icon_and_year {display:none;}

div.site-branding-wrapper {
	display: table;
}

@font-face {
  font-family: Sahel;
  font-weight: normal;
  src: url('/wp-content/font/Sahel-FD-WOL.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/font/Sahel-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/font/Sahel-FD-WOL.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/font/Sahel-FD-WOL.woff') format('woff'), /* Pretty Modern Browsers */
		url('/wp-content/font/Sahel-FD-WOL.ttf')  format('truetype'), /* Safari, Android, iOS */;}


@font-face {
  font-family: Sahel;
  font-weight: bold;
  src: url('/wp-content/font/Sahel-Bold-FD-WOL.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/font/Sahel-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/font/Sahel-Bold-FD-WOL.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/font/Sahel-Bold-FD-WOL.woff') format('woff'), /* Pretty Modern Browsers */
       url('/wp-content/font/Sahel-Bold-FD-WOL.ttf')  format('truetype'), /* Safari, Android, iOS */
}

* {font-family: Sahel !important}

.site-header-layout-horizontal .site-branding {min-width: 40%;}

.site-title-tagline {
	 display: table-cell;
vertical-align: middle;
	padding-right: 1em;
}