/*
Theme Name:     Sweetdate Child
Theme URI:
Description:    Child theme for Sweetdate
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       sweetdate
Tags: dating, clean, responsive, creative, minimal, modern, landing page, social, buddypress,bbpress, woocommerce
License: GNU General Public License
License URI: license.txt
*/
@import url("../sweetdate/style.css");


@media screen and (min-width: 600px) {
.fb-box {
  float: left;  /* 横並び */
  display: block;
  margin-right: 10px;  /* Twitterウィジェットとの間の間隔 */
  width: 280px;
  height: 250px;  /* Page Pluginの高さ */
  background: #f6f7f8;  /* 背景色 */
}
.tt {
  width:290px;  /* Twitterウィジェットの横幅 */
  float: left;  /* 横並び */
  display: block;
}
.sns-box:after{  /* float（横並び）解除のお約束記述 */
content:"";
display:block;
clear:both;}
}


/*
* Please add your custom styles below
*/
/*--------------------------------
SNS
---------------------------------*/
.share{
  width:100%;
}
.share h4{
  font-size:120%; 
  text-align:center;
}

.sns{
  margin:0 auto;
  text-align:center;
  
}
.sns ul {
  list-style:none;

}
.sns li {
  float:left;
  width:48%;
  margin:0 2% 3% 0;
}
.sns li a {
  font-size:80%;
  position:relative;
  display:block;
  padding:10px;
  color:#fff;
  border-radius:6px;
  text-align:center;
  text-decoration: none;
  text-shadow:1px 1px 0 rgba(0,0,0,0.3);
}
.sns li a:hover {
  -webkit-transform: translate3d(0px, 5px, 1px);
  -moz-transform: translate3d(0px, 5px, 1px);
  transform: translate3d(0px, 5px, 1px);
  box-shadow:none;
}

/* ツイッター */
.sns .twitter a {
  background:#00acee;
  box-shadow:0 5px 0 #0092ca;
}
.sns  .twitter a:hover {
  background:#0092ca;
}

/* Facebook */
.sns  .facebook a {
  background:#3b5998;
  box-shadow:0 5px 0 #2c4373;
}
.sns .facebook a:hover {
  background:#2c4373;
}

/* グーグル */
.sns .googleplus a {
  background:#db4a39;
  box-shadow:0 5px 0 #ad3a2d;
}
.sns  .googleplus a:hover {
  background:#ad3a2d;
}

/* はてぶ */
.sns  .hatebu a {
  background:#5d8ac1;
  box-shadow:0 5px 0 #43638b;
}
.sns .hatebu a:hover {
  background:#43638b;
}
